@charset "UTF-8";
.sprite, a.back-to-top.back-to-top {
  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;
}

.OneLinkTxShow {
  display: none;
}

.OneLinkShow {
  display: none;
}

body {
  background: none repeat scroll 0 0 #ffffff;
  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, .contest-class-form-wrap .form-horizontal .field-wrapper textarea, .nav__search .header-search #search-suggestions .search-suggestion-wrapper, .banner-slot .search-promo, .pt_product-search-result .banner-slot .search-promo, .campaign-landing .campaign-two .home-top-deals .banner-content .button, .campaign-landing .campaign-two .home-top-deals .banner-content .button-fancy-large, .stories-detail-articles .article-recommendations .search-result-items li, .aarons-impact .folder-content-list li, .pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea, .pt_customer-service .contact-us-left,
.pt_customer-service .contact-us-right, .started .video-slider .btn-faqs, .state .selection-list, .custom-select .selection-list li, .custom-select .selection-list, .custom-select .selected-option {
  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: #ffffff;
  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: #ffffff;
}
.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;
}

.clearfix:after, .store-list-pdp-container .store-list-item:after, .nav__search .header-search #search-suggestions .product-suggestion:after, .nav__search .header-search #search-suggestions .search-suggestion-wrapper:after, .gift-registry-advanced:after, .bonus-product-list .bonus-product-list-footer:after, .bonus-product-list .bonus-product-item:after, .product-thumbnails ul:after, .pdp-main .product-actions:after, .pdp-main .product-review:after, .pdp-main:after, .product-tile:after, nav[role=navigation]:after, .cart-recommendations .product-listing:after, .form-row:after {
  content: "";
  display: table;
  clear: both;
}

button,
.button,
.buttonstyle,
input[type=button],
.button-fancy-large {
  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.buttonstyle,
input.bgcolor[type=button],
.bgcolor.button-fancy-large {
  background-color: #142667;
  color: #ffffff;
}
button.bgcolor:hover,
.bgcolor.button:hover,
.bgcolor.buttonstyle:hover,
input.bgcolor[type=button]:hover,
.bgcolor.button-fancy-large:hover {
  background-color: #00ACEC;
  color: #ffffff;
  border: 1px;
}
button.large,
.large.button,
.large.buttonstyle,
input.large[type=button],
input[type=button].button-fancy-large,
.button-fancy-large {
  font-size: 1.35em;
  text-transform: uppercase;
}
button.raised,
.raised.button,
.raised.buttonstyle,
input.raised[type=button],
.raised.button-fancy-large {
  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.buttonstyle:hover,
input.raised[type=button]:hover,
.raised.button-fancy-large:hover {
  background-color: #608A00;
  color: #ffffff;
}
button[disabled],
[disabled].button,
[disabled].buttonstyle,
input[disabled][type=button],
[disabled].button-fancy-large, button.disabled,
.disabled.button,
.disabled.buttonstyle,
input.disabled[type=button],
.disabled.button-fancy-large {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #6a6a6a;
  opacity: 0.5;
}
button a,
.button a,
.buttonstyle a,
input[type=button] a,
.button-fancy-large a {
  color: #ffffff;
}
button a:hover,
.button a:hover,
.buttonstyle a:hover,
input[type=button] a:hover,
.button-fancy-large a:hover {
  color: #84bd00;
  text-decoration: none;
}
button i.left,
.button i.left,
.buttonstyle i.left,
input[type=button] i.left,
.button-fancy-large i.left {
  margin-right: 0.6em;
}
button i.right,
.button i.right,
.buttonstyle i.right,
input[type=button] i.right,
.button-fancy-large i.right {
  margin-left: 0.6em;
}

.boxsizing, .contest-class-form-wrap .form-horizontal .field-wrapper textarea, .nav__search .header-search #search-suggestions .search-suggestion-wrapper, .banner-slot .search-promo, .pt_product-search-result .banner-slot .search-promo, .campaign-landing .campaign-two .home-top-deals .banner-content .button, .campaign-landing .campaign-two .home-top-deals .banner-content .button-fancy-large, .stories-detail-articles .article-recommendations .search-result-items li, .aarons-impact .folder-content-list li, .pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea, .pt_customer-service .contact-us-left,
.pt_customer-service .contact-us-right, .started .video-slider .btn-faqs, .state .selection-list, .custom-select .selection-list li, .custom-select .selection-list, .custom-select .selected-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.state .selection-list, .custom-select .selection-list, .custom-select .selected-option {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.radio-label input[type=radio], input[type=checkbox], .custom-select select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.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);
  }
}
/* select{
    -webkit-appearance: none; 
    appearance: none;
    -moz-appearance: none; 
    background: url("../images/interface/selectbox-arrow.png") no-repeat transparent right; 
    text-overflow: '';
    text-indent: 0.01px;
    width: 100%;
}

select::-ms-expand {
	display: none;  // ie select box handle Add a comment to this line
}

// removing default down arrow appearance for ie.. 
@-moz-document url-prefix() {
 	 select {
	     -moz-user-select: none;
  	}
}
 */
.custom-select {
  width: 100%;
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 500px) {
  .custom-select {
    font-size: 16px;
  }
}
.custom-select select {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.custom-select select:disabled + .selected-option,
.custom-select select:disabled + .error + .selected-option {
  opacity: 0.4;
}
.custom-select select:focus + .selected-option {
  border-color: #BABABA;
  outline: 2px solid #0069C8 !important;
}
.custom-select select.error ~ .selected-option {
  border-color: #971D22;
}
.custom-select.current_item .selected-option {
  border-color: #BABABA;
}
.custom-select .selected-option {
  display: block;
  background-color: #ffffff;
  line-height: 40px;
  height: 40px;
  outline: none;
  overflow: hidden;
  position: relative;
  padding: 0 35px 0 10px;
  width: 100%;
  color: #142667;
  min-height: 35px;
  border: 1px solid #BABABA;
  cursor: pointer;
  font-size: 14px;
}
.custom-select .selected-option.selected {
  color: #142667;
}
.custom-select .selected-option:after {
  content: "";
  display: block;
  height: 22px;
  pointer-events: none;
  position: absolute;
  right: 4px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/selector.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  width: 9.9px;
  height: 6.3px;
  background-size: cover;
}
.custom-select .selection-list {
  background-color: #ffffff;
  list-style: none;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  border: solid 1px #BABABA;
  border-top: 0px;
  overflow: auto;
  height: 150px;
}
.custom-select .selection-list li {
  background: transparent;
  line-height: 18px;
  outline: none;
  float: left;
  width: 100%;
  padding: 8px 10px;
  color: #142667;
  cursor: pointer;
}
.custom-select .selection-list li:last-child {
  border-bottom: 0px;
}
.custom-select .selection-list li:hover, .custom-select .selection-list li:active, .custom-select .selection-list li.selected {
  color: #00ACEC;
}
.custom-select .selection-list li.hover span {
  color: #00ACEC;
  outline: 2px solid #0069C8 !important;
}
.custom-select.current_item .selection-list {
  display: block;
}
.custom-select.current_item .selected-option {
  border-bottom: none;
}
.custom-select.current_item .selected-option:after {
  background-position: top right;
}

.state .selection-list {
  background-color: #ffffff;
  list-style: none;
  display: none;
  left: 0;
  margin: 0;
  padding: 1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  border: solid 1px #BABABA;
  border-top: 0px;
  overflow: auto;
  height: 150px;
}

.selection-list .disabled {
  width: 99% !important;
  margin-left: 1px;
}

.checkbox-wrapper {
  position: relative;
  width: auto;
  margin: 0;
}

input[type=checkbox] {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: url("../images/check-box.png") no-repeat transparent;
  background-position: -62px -2px;
}

input[type=checkbox]:checked + .custom-checkbox,
input[type=checkbox]:checked + span.error + .custom-checkbox {
  background-position: -32px -2px;
}

input[type=checkbox]:disabled + .custom-checkbox,
input[type=checkbox]:disabled + span.error + .custom-checkbox {
  opacity: 0.5;
}

.radio-label {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.radio-label input[type=radio] {
  position: absolute;
  display: block;
  z-index: 1;
  left: 0px;
  margin: 0;
  width: 22px;
  height: 26px;
}
.radio-label span.label-msg {
  line-height: 18px;
  margin: 3px 0 0 8px;
  float: left;
  vertical-align: top;
}
.radio-label span.custom-radio {
  background: url("../images/interface/sprite.png") no-repeat -442px -30px;
  width: 22px;
  height: 26px;
  float: left;
}
.radio-label input[type=radio]:checked + span.custom-radio,
.radio-label input[type=radio]:checked + span.error + span.custom-radio {
  background: url("../images/interface/sprite.png") no-repeat -414px -30px;
}
.radio-label input[type=radio]:disabled + span.custom-radio,
.radio-label input[type=radio]:disabled + span.error + span.custom-radio {
  opacity: 0.5;
}

a.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  display: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
a.back-to-top.show-back-top {
  opacity: 1;
}
a.back-to-top.bottom-tuch {
  margin-bottom: 5px;
}
a.back-to-top.back-to-top {
  background-position: -466px -4px;
  height: 67px;
  width: 67px;
}

/*Start JIRA PREV-59:Shipping Method Section: Price displaying one beside the other when Shipping level promotion is applied.  */
.standard-shipping {
  text-decoration: line-through;
}

/*END JIRA PREV-59 */
/*Start JIRA PREV-62 :In empty cart page blank space at the bottom does not display  */
.cart-empty {
  min-height: 280px;
}

/*End JIRA PREV-62  */
/* Start JIRA PREV-228 : Store locator: Map is  displaying below address column */
.storelocator_cont > .storelocator_table {
  height: 380px;
  float: left;
  width: 38%;
  overflow-y: scroll;
}

.pt_store-locator #secondary {
  display: none;
}

.pt_store-locator .page-content .primary-content {
  width: 95%;
  padding: 0;
  border-width: 0;
  float: none;
  margin: 0 auto;
}

.storelocator_cont > #map_canvas {
  width: 61% !important;
  float: right;
}

/*END JIRA PREV-228 */
/*Start JIRA PREV-212:Checkout Billing page : In Billing page 'What is this?' tool tip not displaying properly aligned*/
.cvn-tip {
  width: 100px;
  position: relative;
  top: 60px;
  right: 15px;
}

@media screen and (max-width: 480px) {
  .cvn-tip {
    display: block;
    position: relative;
    top: 75px;
    left: 90px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  a.tooltip {
    overflow: inherit;
    display: inline-block !important;
  }
  /* Start PREV-230 : Store Locator: Alt tags/Marks of searched address not displaying in the Map */
  #map_canvas {
    max-width: none;
  }
  #map_canvas img, #map_canvas div {
    max-width: none;
  }
  /* End PREV-230 */
  #product-nav-container {
    position: relative;
  }
}
/*END JIRA PREV-212*/
/* Start JIRA PREV-361 : On click of Remove link in Compare page no action seen */
.product-tile .pr_stars {
  display: inline-block;
}

/*End JIRA PREV-361*/
#email-alert-signup span.error {
  display: none !important;
}

select {
  padding: 0.7em 0.5em;
}

/*PREV-85 : Add a Credit Card overaly: "CANCEL" should be displayed as button.*/
.payment-card-cancel {
  display: initial;
}

/*End JIRA PREV-85*/
/* Start JIRA PREV-464 : Products added in the Compare section are removed from PLP along with many other products also. */
#compare-table .remove-link {
  position: relative;
  z-index: 9;
}

/*End JIRA PREV-464*/
.balance {
  display: block !important;
}

embed {
  display: none;
}

.confirmation-container {
  dispaly: none;
}

.setMyLocNStoreLocBtn img {
  margin-right: 5px;
  margin-bottom: 2px;
}

.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;
  }
}
.selectv2 {
  box-sizing: border-box;
  border: 1px solid #142667;
  height: 50px;
  padding-top: 1.4em;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

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

.global-widget {
  position: fixed;
  right: -1em;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  bottom: 280px;
  pointer-events: none;
  display: flex;
  margin: -0.125em;
  z-index: 9999;
  font-size: 14px;
  padding-top: 1em;
}

.global-widget__button {
  font-size: 0.85em;
  text-transform: uppercase;
  background-color: #fff;
  color: #0033a0;
  border: 1px solid #0033a0;
  border-bottom: 0;
  margin: 0.125em;
  pointer-events: all;
  display: flex;
  padding: 1em 1.25em 2em;
  transition: transform 0.15s ease-in-out;
}

.global-widget__button:hover {
  transform: translateY(-0.5em);
}

.global-widget__icon {
  background-image: url("../images/footer/widget-icons.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  transform: rotate(90deg);
  height: 1.25em;
  width: 1.35em;
  background-position: 3%;
}

.global-widget__icon.feedback {
  background-position: 97%;
}

.global-widget__icon.refer {
  background-position: 49%;
}

@media (max-width: 768px) {
  .global-widget {
    bottom: 220px;
    right: -0.9rem;
    font-size: 8.5px;
  }
  .global-widget__button {
    font-size: inherit;
  }
  .global-widget__icon {
    background-position: 0;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wave-in {
  0% {
    transform: translateY(4em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0);
  }
}
/*ALL OTHER PAGES*/
.global-widget #globalWidgetFeedbackButton {
  display: flex;
}

/*HOMEPAGE*/
.global-widget.is-homepage #globalWidgetFeedbackButton {
  display: none;
}

#genesys-btn-close {
  background-color: #006ac9;
  border: none;
  color: white;
  padding-top: 5px;
  height: 60px;
  line-height: normal;
  width: 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 33px;
  border-radius: 50%;
  margin: 0;
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 100000000;
  background-image: url(https://i8.amplience.net/i/aarons/close-icon);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 601px) {
  #genesys-btn-close {
    top: unset;
    right: 26px;
    bottom: 22px;
  }
}

.header-section {
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
}

#main {
  margin: 134px 0 0;
}

@media screen and (max-width: 1024px) {
  .header-section.header-up {
    top: -45px;
  }
}
@media screen and (max-width: 1024px) {
  #main {
    margin: 72px 0 0;
  }
  .how-it-works #main.main-space, .aarons-gives #main.main-space {
    margin-top: 130px;
  }
}
#wrapper {
  background-color: #ffffff;
  border: 0;
  left: 0;
  margin: auto;
  position: relative;
  transition: left 0.2s ease-in;
  width: 100%;
  z-index: 1;
  overflow: visible !important;
}
#wrapper.pt_cart #main .primary-content {
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}
#wrapper.pt_categorylanding {
  width: 100%;
}
#wrapper.pt_categorylanding .primary-content {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_categorylanding .primary-content {
    width: 80%;
  }
}
#wrapper.pt_categorylanding .refinements {
  border-right: 0;
  display: none;
  width: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_categorylanding .refinements {
    display: block;
    width: 20%;
  }
}
#wrapper.pt_product-details .primary-content {
  z-index: 0;
  padding-bottom: 0;
}
#wrapper.menu-active {
  left: 0;
}
#wrapper.menu-active .menu-toggle {
  background: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  #wrapper.menu-active .menu-toggle .menu-icon {
    background-image: url(../images/svg/X.svg);
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.menu-active .navigation {
    left: 0;
    z-index: 3;
    background: #ffffff;
    width: 80%;
    top: 104px;
    transition: all 0.2s ease;
    height: calc(100% - 104px);
    overflow: auto;
    position: fixed;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  #wrapper.menu-active .navigation.active .online-userlinks, #wrapper.menu-active .navigation.active .countryselection, #wrapper.menu-active .navigation.active .footer-menu-options {
    display: none;
  }
}
#wrapper.menu-active.settop .navigation {
  top: 61px;
  height: calc(100% - 61px);
}

.primary-content {
  float: right;
  margin-top: 35px;
  padding: 0 0 20px;
  position: relative;
  width: 79.895%;
}
.primary-focus .primary-content {
  border: none;
  float: left;
  margin: 0;
  width: 76%;
}
.full-width .primary-content {
  border: none;
  width: 100%;
}
@media screen and (max-width : 1023px) {
  .primary-content {
    width: 100%;
    padding: 0 4.036%;
    box-sizing: border-box;
  }
}
@media screen and (max-width : 767px) {
  .primary-content {
    margin-top: 27px;
    padding: 0 4.829%;
  }
}

#secondary {
  border: 0;
  float: none;
  font-size: 1.1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #secondary {
    float: left;
    width: 17.99%;
    position: relative;
    margin: 10px 0;
    overflow-y: scroll;
    max-height: 600px;
    padding: 0 0.9em 0 0.6em;
    box-sizing: border-box;
  }
  #secondary::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  #secondary::-webkit-scrollbar:vertical {
    width: 11px;
  }
  #secondary::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #eee;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #secondary nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  #secondary nav a {
    display: block;
  }
  .primary-focus #secondary {
    background: none;
    border: none;
    box-sizing: border-box;
    float: left;
    padding-left: 0.4rem;
    width: 24%;
  }
  #secondary .refinement ul {
    max-height: inherit;
  }
}
.pt_content-search-result #secondary, .pt_order #secondary {
  display: none;
}
@media screen and (min-width: 768px) {
  .pt_content-search-result #secondary, .pt_order #secondary {
    display: block;
  }
}

.secondary-content {
  clear: both;
}

.bgclr-smoke-white {
  background: #F0F0F0;
}

#wrapper.fix-head .sticky-header {
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
  background: #ffffff;
}
#wrapper.pt_storefront.fix-head .sticky-header, #wrapper.pt_order-confirmation.fix-head .sticky-header, #wrapper.pt_categorylanding.fix-head .sticky-header {
  width: 100%;
}

/* Sticky secondary panel for desktop in the 
product search result page 
pt_productsearchresult_content.isml | Code by Swarm Dev SA */
@media screen and (min-width: 768px) {
  .pt_product-search-result #secondary {
    float: left;
    width: 17.99%;
    position: sticky;
    top: 95px;
    margin: 10px 0;
    max-height: 83vh;
    box-sizing: border-box;
    padding: 0 0.9em 0 0.6em;
    box-shadow: 0 0 4px 0 #bababa;
    background-color: #f0f0f0;
    z-index: 9;
  }
}

@media screen and (min-width: 768px) {
  .pt_product-search-result .sticky-filter-helper {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

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

.ui-dialog {
  background-color: #ffffff;
  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;
}

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

.item-list {
  margin-bottom: 1em;
}
.item-list tr {
  border-bottom: 1px solid #E7E7E7;
}
.item-list tr.last {
  border: 0 none;
}
.item-list tr.headings {
  display: none;
}
.item-list td {
  padding: 1em;
  vertical-align: top;
}

.item-details .product-list-item .name {
  font-size: 1.2em;
}
.item-details .product-list-item .value {
  font-weight: 700;
}
.item-details .product-list-item .promo {
  color: #990000;
}
.item-details .product-list-item .price-standard {
  color: #999999;
  text-decoration: line-through;
}

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
}

.item-dashboard {
  color: #aaaaaa;
  width: 16rem;
}
.item-dashboard label {
  font-weight: normal;
  width: auto;
}
.item-dashboard .field-wrapper {
  width: auto;
}
.item-dashboard .option-quantity-desired input {
  width: 3rem;
}
.item-dashboard .value {
  margin-top: 0.5rem;
}
.item-dashboard .form-row {
  margin: 0;
}
.item-dashboard input,
.item-dashboard .value,
.item-dashboard select .option-toggle-public label {
  color: #333333;
}
.item-dashboard .input-checkbox {
  margin: 0 5px;
}
.item-dashboard .option-add-to-cart {
  margin-top: 0.5rem;
  width: 18rem;
  width: max-content;
}
.item-dashboard .option-add-to-cart label {
  color: #333333;
  float: left;
  font-weight: 700;
  margin: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  width: auto;
}
.item-dashboard .option-add-to-cart input {
  width: 3rem;
  margin-right: 1em;
}
.item-dashboard .option-add-to-cart button {
  padding: 0.5em 1.5em;
}
.item-dashboard .option-quantity-purchased span.exceeded {
  color: #990000;
}

.tooltip {
  cursor: pointer;
  position: relative;
}
.tooltip.product-tile {
  cursor: pointer;
}

.tooltip-content {
  display: none;
}
.tooltip-content p {
  color: #ffffff;
}

.ui-tooltip.ui-widget-content {
  border-radius: 0;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #424242;
  color: white !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .ui-tooltip.ui-widget-content {
    padding: 10px;
  }
}

.ui-tooltip-content {
  padding: 0.3em;
}
.ui-tooltip-content .recommendation-tooltip-header {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price {
  font-weight: 400;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
  color: #999999;
  text-decoration: line-through;
}
.ui-tooltip-content .recommendation-tooltip-description,
.ui-tooltip-content .recommendation-tooltip-attributes {
  padding: 0.8em;
}
.ui-tooltip-content .shipping-method-cost,
.ui-tooltip-content .surcharge-product,
.ui-tooltip-content .promo {
  text-align: right;
  padding-bottom: 0.3rem;
}
.ui-tooltip-content .shippingtotal {
  clear: right;
  text-align: right;
  margin-top: 0.3rem;
}
.ui-tooltip-content .shippingtotal .value {
  border-top: 1px solid #404040;
  padding-top: 0.3rem;
}

.promo-banner span.learnmore {
  font-size: 13px;
  background: #142667;
  padding: 5px 10px;
  border-radius: 15px;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .promo-banner span.learnmore {
    margin-top: 10px;
  }
}

.slot-underbrand {
  display: inline-block;
  width: 100%;
}
.slot-underbrand .html-slot-container .section--detail {
  max-width: 90%;
  margin: 0 0 0 19%;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .slot-underbrand .html-slot-container .section--detail {
    max-width: 90%;
    margin: 0 0 0 5%;
  }
}

.content-slot img {
  height: auto;
}

.slot-grid-header p {
  margin: 0;
  padding: 0;
}

.product-listing-1x4 .search-result-items .grid-tile {
  margin: 0 1% 0 2%;
  width: 18%;
}

.account-nav-asset {
  line-height: 1.5em;
  margin: 3.33em 0.83em;
  padding: 0.83em 0;
  border-top: 2px solid #84bd00;
}
.account-nav-asset h2 {
  font-weight: 400;
  margin: 1.16em 0 1.66em;
}

.content-asset p {
  line-height: 1.6em;
  margin: 1em 0;
}
.content-asset ul,
.content-asset ol {
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em;
}
.content-asset address {
  margin: 1em 0;
}
.content-asset ol li {
  list-style: decimal outside none;
}
.content-asset .account-options {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.content-asset .account-options li {
  background-color: #6a6a6a;
  border: 3px solid #cccccc;
  border-radius: 5px;
  list-style-type: none;
  margin: 1rem;
  text-align: center;
  width: 35%;
  transition: all 1000ms ease;
}
.content-asset .account-options li:hover {
  background-color: #64772d;
  border-color: #64772d;
}
.content-asset .account-options li a {
  color: #ffffff;
  display: block;
  padding: 1rem;
}
.content-asset .account-options li a i {
  font-size: 6rem;
}

.browser-compatibility-alert {
  background-color: #990000;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 2em;
  padding: 0.8em;
  top: 112px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.browser-compatibility-alert .fa-exclamation-triangle {
  background: url(https://aarons.a.bigcontent.io/v1/static/triangle-exclamation-solid) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.folder-slot {
  border-style: solid;
  border-color: #019328;
  border-width: 1px;
  background-color: white;
  padding: 0.5em 0.5em;
}
.folder-slot h2 {
  color: #019328;
  margin: 0.5em 0em;
}

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em;
}
.menu-slot .social-links {
  padding-left: 0;
}
.menu-slot .social-links li {
  display: inline-block;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .menu-slot {
    width: 13.5rem;
    display: block;
  }
}

#home-bottom-left {
  margin: auto;
  max-width: 320px;
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 2.3rem;
}
#home-bottom-left h2 {
  color: #000000;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #home-bottom-left h2 {
    font-size: 2.3rem;
  }
}
#home-bottom-left ul {
  margin: -0.5em 0 0.5em 0;
}
#home-bottom-left ul li {
  border-right: 1px solid #6a6a6a;
  color: #575757;
  display: inline;
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  list-style: none outside none;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
#home-bottom-left ul li:last-child {
  border: 0 none;
}
#home-bottom-left ul li span {
  margin: 0 10px 0 0;
}
#home-bottom-left img {
  display: block;
}

#home-bottom-center {
  width: 100%;
  margin: auto;
  max-width: 320px;
  position: relative;
}
#home-bottom-center .home-bottom-center-text {
  position: absolute;
  text-align: center;
  top: 18%;
  width: 100%;
}
#home-bottom-center .home-bottom-center-text h1 {
  color: #00629b;
  font-family: Crete Round, serif;
  font-size: 4rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
#home-bottom-center .home-bottom-center-text h2 {
  color: #6a6a6a;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  margin-top: -0.05rem;
  text-transform: uppercase;
}
#home-bottom-center .home-bottom-center-text h3 {
  color: #6a6a6a;
  font-family: Crete Round, serif;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: -1rem;
  text-transform: uppercase;
}
#home-bottom-center img {
  display: block;
}

.home-bottom-right {
  font-family: Lato, sans-serif;
  width: 100%;
  margin: auto;
  max-width: 320px;
  position: relative;
  text-align: center;
}
.home-bottom-right .home-bottom-right-header {
  line-height: 2.3rem;
}
.home-bottom-right .home-bottom-right-header h2 {
  color: #6a6a6a;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0.5em 0 0 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home-bottom-right .home-bottom-right-header h2 {
    font-size: 2.3rem;
    font-weight: 200;
  }
}
.home-bottom-right .home-bottom-right-header h3 {
  color: #64772d;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 200;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home-bottom-right .home-bottom-right-header h3 {
    font-size: 2.3rem;
  }
}
.home-bottom-right .home-bottom-right-header img {
  display: block;
}
.home-bottom-right .product-tile {
  border: 0 none;
  margin: 1em auto 0;
  min-height: 255px;
  width: 90%;
}
.home-bottom-right .product-tile img {
  box-shadow: 0px 0px 5px 3px #cccccc;
  max-width: 90%;
}
.home-bottom-right .product-tile .product-name {
  height: auto;
}
.home-bottom-right .product-tile .product-sales-price {
  color: #000000;
}

.cart-recommendations {
  margin-top: 1rem;
}
.cart-recommendations .product-listing {
  background-color: #efefef;
  padding: 1rem 0;
}

.cart-recommendations .tiles-container,
.category-slot .tiles-container,
.product-slot .tiles-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.cart-recommendations .tiles-container .grid-tile,
.category-slot .tiles-container .grid-tile,
.product-slot .tiles-container .grid-tile {
  box-shadow: none;
  margin: 1rem;
  padding: 1rem;
  width: 25%;
}
.cart-recommendations h1,
.category-slot h1,
.product-slot h1 {
  color: #ffffff;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  position: absolute;
  text-align: right;
  bottom: 2%;
  left: 2%;
}
@media screen and (min-width: 768px) {
  .cart-recommendations h1,
  .category-slot h1,
  .product-slot h1 {
    font-weight: 100;
  }
}
.cart-recommendations h2,
.category-slot h2,
.product-slot h2 {
  color: #008578;
  font-family: Crete Round, serif;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.1rem 0.5rem;
}
.cart-recommendations h3,
.category-slot h3,
.product-slot h3 {
  background-color: #ffffff;
  bottom: 0;
  color: #000000;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  opacity: 0.6;
  padding: 2rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.cart-recommendations .catlanding-banner,
.category-slot .catlanding-banner,
.product-slot .catlanding-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cart-recommendations .catlanding-banner img,
.category-slot .catlanding-banner img,
.product-slot .catlanding-banner img {
  height: auto;
  width: 100%;
}
.cart-recommendations .category-tile,
.category-slot .category-tile,
.product-slot .category-tile {
  float: left;
  overflow: hidden;
  padding: 0 0.15%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-recommendations .category-tile,
  .category-slot .category-tile,
  .product-slot .category-tile {
    width: 33%;
  }
}
.cart-recommendations .category-tile img,
.category-slot .category-tile img,
.product-slot .category-tile img {
  height: auto;
  width: 100%;
}
.cart-recommendations .cat-banner,
.category-slot .cat-banner,
.product-slot .cat-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cart-recommendations .cat-banner img,
.category-slot .cat-banner img,
.product-slot .cat-banner img {
  height: auto;
  width: 100%;
}
.cart-recommendations .cat-banner h1,
.category-slot .cat-banner h1,
.product-slot .cat-banner h1 {
  color: #333333;
  right: 2%;
}
.cart-recommendations .search-result-items .grid-tile,
.category-slot .search-result-items .grid-tile,
.product-slot .search-result-items .grid-tile {
  box-shadow: none;
  margin: 0;
  padding: 0 0.15%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-recommendations .search-result-items .grid-tile,
  .category-slot .search-result-items .grid-tile,
  .product-slot .search-result-items .grid-tile {
    width: 33%;
  }
}
.cart-recommendations .search-result-items .grid-tile .product-tile,
.category-slot .search-result-items .grid-tile .product-tile,
.product-slot .search-result-items .grid-tile .product-tile {
  margin: 0 0.15%;
  padding: 1rem 0;
  width: 100%;
}
.cart-recommendations .search-result-items .grid-tile .product-tile .product-name,
.category-slot .search-result-items .grid-tile .product-tile .product-name,
.product-slot .search-result-items .grid-tile .product-tile .product-name {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */ /* $montserrat; */
  font-size: 1.2rem;
  font-weight: 100;
  height: auto;
}
.cart-recommendations .search-result-items .grid-tile .product-tile .product-name a,
.category-slot .search-result-items .grid-tile .product-tile .product-name a,
.product-slot .search-result-items .grid-tile .product-tile .product-name a {
  color: #00629b;
}
.cart-recommendations .search-result-items .grid-tile .product-tile .product-pricing,
.category-slot .search-result-items .grid-tile .product-tile .product-pricing,
.product-slot .search-result-items .grid-tile .product-tile .product-pricing {
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.html-slot {
  background-color: #efefef;
  border-color: #E7E7E7;
  border-style: solid;
  border-width: 1px 0;
}
.html-slot h1 {
  color: #00629b;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .html-slot h1 {
    font-weight: 100;
  }
}
.html-slot h1 a {
  font-family: Crete Round, serif;
}

.faq-container {
  padding: 0 4.76%;
  margin: 0 0 18px;
  color: #142667;
}
.faq-container .faq-section {
  padding: 0 8.68%;
}
.faq-container .faq-title {
  color: #404040;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin-top: 50px;
}
.faq-container .faq-header {
  color: #404040;
  margin: 47px 0 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}
.faq-container .faq-content {
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E7;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
.faq-container .faq-content:nth-child(2) {
  border-top: 1px solid #E7E7E7;
}
.faq-container .faq-content.plus-blue:after {
  content: "";
  background: url(../images/plus-blue.png);
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 23px;
}
.faq-container .faq-content.minus-blue:after {
  content: "";
  background: url(../images/minus-blue.png);
  background-size: 12px;
  width: 12px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 28px;
}
.faq-container .faq-content .question {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.faq-container .faq-content .answer {
  display: none;
  width: 95%;
  color: #404040;
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .faq-container .faq-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 29px;
    margin-top: 15px;
  }
  .faq-container .faq-section {
    padding: 0;
  }
  .faq-container .faq-section.delivery .faq-header {
    margin: 25px 0 20px;
  }
  .faq-container .faq-content {
    /*&.minus-blue{
    	&:after{
    		top:20%;
    	}
    }*/
  }
  .faq-container .faq-content .question {
    width: 94%;
  }
}
@media screen and (max-width: 1023px) {
  .faq-container .faq-title {
    margin-top: 24px;
  }
}
.pt_content .primary-content {
  margin: 0;
  padding: 0;
}

.howitworks {
  margin-bottom: 10px;
}
.howitworks .banner {
  position: relative;
}
.howitworks .banner .banner-img {
  text-align: center;
}
.howitworks .banner .banner-img img {
  vertical-align: middle;
  object-position: center;
  object-fit: cover;
  min-height: 309px;
}
.howitworks .banner .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4.76%;
  text-transform: uppercase;
}
.howitworks .banner .banner-content .banner-tagline {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
}
.howitworks .banner .banner-content .banner-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin: 6px 0 16px;
  text-transform: none;
}
.howitworks .banner .banner-content .banner-subtitle {
  width: 61%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 29px;
}
.howitworks .banner .banner-content .banner-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
}
.howitworks .banner .banner-content .banner-link:hover {
  text-decoration: none;
}
.howitworks .banner .banner-content .banner-link:hover .video-link {
  background: url("../images/aarons_sprite_img.png") no-repeat -190px -273px;
  width: 20px;
  height: 20px;
}
.howitworks .banner .banner-content .banner-link:hover .video-link.video-link-white {
  background: url("../images/aarons_sprite_img.png") no-repeat -190px -273px;
  width: 20px;
  height: 20px;
}
.howitworks .banner .banner-content .banner-link .video-link {
  display: inline-block;
  background: url("../images/aarons_sprite_img.png") no-repeat -188px -244px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 9px;
}
.howitworks .banner .banner-content .banner-link .video-link.video-link-white {
  background: url(../images/youtube-white.png) no-repeat;
  background-size: 20px;
}

.howitworks-tabs .header-tabs {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  z-index: 9;
}
.howitworks-tabs .header-tabs.header-tabs-fixed {
  position: fixed;
  top: 83px;
  z-index: 100;
  background: #ffffff;
}
.howitworks-tabs .header-tabs li {
  box-sizing: border-box;
  list-style: none;
  float: left;
  width: 33.33%;
  border: 2px solid #142667;
}
.howitworks-tabs .header-tabs li a {
  display: block;
  color: #113872;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  padding: 31px 0 29px;
  text-transform: uppercase;
  text-decoration: none;
}
.howitworks-tabs .header-tabs li a.active {
  background: #142667;
  color: #ffffff;
}
.howitworks-tabs .header-tabs li:first-child {
  border-right: none;
}
.howitworks-tabs .header-tabs li:last-child {
  border-left: none;
}
.howitworks-tabs .advantages {
  padding: 54px 10% 0;
}
.howitworks-tabs .advantages .advantages-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.howitworks-tabs .advantages .advantages-subtitle {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 29px;
}
.howitworks-tabs .advantages .advantages-subtitle span {
  display: block;
}
.howitworks-tabs .advantages ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.howitworks-tabs .advantages ul li {
  list-style: none;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 51px;
  box-sizing: border-box;
  /*&:plus-blue{
  	&:after{
  		content:none;
  	}
  }
  &:minus-blue{
  	&:after{
  		content:none;
  	}
  }*/
}
.howitworks-tabs .advantages ul li:nth-child(5) {
  clear: both;
}
.howitworks-tabs .advantages ul li:nth-child(2n) {
  margin-right: 0;
}
.howitworks-tabs .advantages ul li.payment-section {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.howitworks-tabs .advantages ul li.payment-section .payment-icon {
  display: none;
}
.howitworks-tabs .advantages ul li.payment-section .payment-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: none;
}
.howitworks-tabs .advantages ul li.payment-section .payment-subtitle {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: 9px 0 35.5px;
}
.howitworks-tabs .advantages ul li.payment-section .payment-subtitle span {
  display: block;
}
.howitworks-tabs .advantages ul li.payment-section .payment-table {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.howitworks-tabs .advantages ul li.payment-section .payment-table .plans {
  float: left;
  width: 25%;
  border: 1px solid #E7E7E7;
  border-right: none;
  box-sizing: border-box;
  text-align: center;
}
.howitworks-tabs .advantages ul li.payment-section .payment-table .plans:last-child {
  border-right: 1px solid #E7E7E7;
}
.howitworks-tabs .advantages ul li.payment-section .payment-table .plans .duration .number {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 30px 0 25px;
  color: #00ACEC;
  border-bottom: 1px solid #E7E7E7;
}
.howitworks-tabs .advantages ul li.payment-section .payment-table .plans .duration .number .text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: capitalize;
}
.howitworks-tabs .advantages ul li.payment-section .payment-table .plans .desc {
  box-sizing: border-box;
  padding: 25px 11.9%;
  min-height: 180px;
  font-size: 14px;
  line-height: 25px;
}
.howitworks-tabs .advantages ul li h2:plus-blue:after {
  content: none;
}
.howitworks-tabs .advantages ul li h2:minus-blue:after {
  content: none;
}
.howitworks-tabs .advantages ul li .adv-icon {
  display: inline-block;
  margin-right: 7.5%;
  max-width: 14%;
  vertical-align: top;
}
.howitworks-tabs .advantages ul li .adv-icon.credit-icon img {
  width: 83px;
}
.howitworks-tabs .advantages ul li .adv-icon.shop-icon img {
  width: 66px;
}
.howitworks-tabs .advantages ul li .adv-icon.free-icon img {
  width: 71px;
}
.howitworks-tabs .advantages ul li .adv-icon.fees-icon img {
  width: 80px;
}
.howitworks-tabs .advantages ul li .adv-icon.service-icon img {
  width: 78px;
}
.howitworks-tabs .advantages ul li .adv-icon.lifetime-icon img {
  width: 87px;
}
.howitworks-tabs .advantages ul li .adv-title {
  text-transform: none;
}
.howitworks-tabs .advantages ul li .adv-title.tablet {
  display: none;
}
.howitworks-tabs .advantages ul li .adv-content {
  display: inline-block;
  width: 76.37%;
}
.howitworks-tabs .advantages ul li .adv-content .adv-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 9px;
}
.howitworks-tabs .advantages ul li .adv-content .adv-text {
  font-size: 14px;
  line-height: 25px;
}
.howitworks-tabs .advantages ul li .adv-content .adv-text span {
  display: block;
  margin-top: 35px;
}
.howitworks-tabs .brands {
  padding: 75px 0 79px;
  text-align: center;
  clear: both;
  border-top: 1px solid #E7E7E7;
}
.howitworks-tabs .brands .brands-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase;
}
.howitworks-tabs .brands .brands-subtitle {
  font-size: 14px;
  line-height: 28px;
  margin: 20px 0 14px;
}
.howitworks-tabs .brands .brand-logos ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.howitworks-tabs .brands .brand-logos ul li {
  list-style: none;
  float: left;
  max-width: 101px;
}
.howitworks-tabs .brands .brand-logos ul li a {
  display: block;
}
.howitworks-tabs .brands .brand-logos ul li a img {
  vertical-align: middle;
}
.howitworks-tabs .brands .brand-logos ul li a .show-hover {
  display: none;
}
.howitworks-tabs .brands .brand-logos ul li a:hover .hide-hover {
  display: none;
}
.howitworks-tabs .brands .brand-logos ul li a:hover .show-hover {
  display: inline-block;
}

.howitworks-bottom {
  position: relative;
}
.howitworks-bottom .banner-img {
  text-align: center;
}
.howitworks-bottom .banner-img img {
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
.howitworks-bottom .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  left: 4.76%;
}
.howitworks-bottom .banner-content .banner-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 58px;
}
.howitworks-bottom .banner-content .banner-subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 24px;
  margin: 15px 0 24px;
  text-transform: uppercase;
}
.howitworks-bottom .banner-content .button-border {
  width: 57%;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1023px) {
  .howitworks-bottom .banner-content .button-border {
    border: 1px solid #142667;
  }
}
.howitworks-bottom .banner-content .button-border .button, .howitworks-bottom .banner-content .button-border .button-fancy-large {
  width: 99%;
  padding: 17px 0;
}
.howitworks-bottom .banner-content .button-border .button:hover, .howitworks-bottom .banner-content .button-border .button-fancy-large:hover {
  text-decoration: none;
}
.howitworks-bottom .banner-content .button-border:hover {
  border-color: #0069C8;
  color: #00ACEC;
}
.howitworks-bottom .banner-content a {
  display: inline-block;
  width: 100%;
  padding: 17px 24px 17px 26px;
  text-transform: uppercase;
  border-color: #ffffff;
  color: #ffffff;
}

.started {
  margin: 0 0 60px;
  padding: 74px 0 0;
  text-align: center;
}
.started .started-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase;
}
.started .started-subtitle {
  font-size: 14px;
  line-height: 28px;
  margin: 19px 0;
}
.started .started-video iframe {
  width: 59.52%;
  height: 563px;
}
.started .started-content {
  width: 45.5%;
  font-size: 16px;
  line-height: 32px;
  margin: 28px auto 46px;
}
.started .video-slider {
  padding: 54px 12.97% 0;
  border-top: 1px solid #E7E7E7;
  position: relative;
}
.started .video-slider .slider-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
.started .video-slider .spanish-link {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  margin: 20px 0 24px;
}
.started .video-slider .btn-faqs {
  display: block;
  width: 244px;
  margin: 0 auto;
  padding: 17px 24px 17px 26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 18px;
  color: #142667;
}
.started .video-slider .btn-faqs:hover {
  text-decoration: none;
  color: #00ACEC;
}
.started .video-slider .vid-slider {
  padding: 0 9.8%;
}
.started .video-slider .vid-slider .video-thumbnail {
  position: relative;
}
.started .video-slider .vid-slider .video-thumbnail:after {
  content: "";
  position: absolute;
  background: url(../images/youtube-white.png);
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 35%;
  left: 41%;
}
.started .video-slider .vid-slider .video-thumbnail:hover {
  cursor: pointer;
}
.started .video-slider .vid-slider .video-desc {
  color: #142667;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 13px;
  min-height: 75px;
}
.started .video-slider .vid-slider .video-desc:hover {
  cursor: pointer;
}

.easy-paywrapper footer {
  margin-top: 62px;
}

.easypay .banner {
  position: relative;
  background-color: #142667;
}
.easypay .banner .banner-img {
  text-align: center;
}
.easypay .banner .banner-img img {
  vertical-align: middle;
  object-position: center;
  object-fit: cover;
  min-height: 309px;
}
.easypay .banner .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4.76%;
  text-transform: uppercase;
  color: #ffffff;
}
.easypay .banner .banner-content .banner-tagline {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
}
.easypay .banner .banner-content .banner-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin: 6px 0 16px;
  text-transform: none;
}
.easypay .banner .banner-content .banner-subtitle {
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 29px;
  text-transform: none;
}
.easypay .easypay-section {
  display: inline-block;
  width: 100%;
  padding: 56px 3% 0 3%;
  box-sizing: border-box;
}
.easypay .easypay-section .section-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  margin: 0 0 49px;
  text-transform: uppercase;
}
.easypay .easypay-section .section1 {
  width: 50%;
  float: left;
  min-height: 320px;
}
.easypay .easypay-section .section2 {
  width: 49.8%;
  float: right;
  border-left: 1px solid #E7E7E7;
  min-height: 320px;
  padding-bottom: 20px;
}
.easypay .easypay-section .sub-section1 {
  width: 50%;
  float: left;
}
.easypay .easypay-section .sub-section2 {
  width: 50%;
  float: right;
}
.easypay .easypay-section .sub-section1 .sub-section-img,
.easypay .easypay-section .sub-section2 .sub-section-img {
  text-align: center;
  margin-bottom: 30px;
  min-height: 56px;
}
.easypay .easypay-section .sub-section1 .sub-section-heading,
.easypay .easypay-section .sub-section2 .sub-section-heading {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  width: 55%;
  min-height: 38px;
  margin: 0 auto 12px auto;
}
.easypay .easypay-section .sub-section1.lifetime .sub-section-heading,
.easypay .easypay-section .sub-section2.lifetime .sub-section-heading {
  width: 51%;
}
.easypay .easypay-section .sub-section1 .sub-section-desc,
.easypay .easypay-section .sub-section2 .sub-section-desc {
  color: #404040;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  width: 83%;
  margin: 0 auto;
}
.easypay .easypay-section .easypay-sub-info {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.easypay .easypay-section .store-find button {
  display: block;
  margin: 56px auto 0 auto;
  padding: 19px 0 17px 0;
  height: 60px;
  min-width: 250px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  line-height: 18px;
  color: #142667;
  border: 4px double #142667;
}

@media screen and (max-width: 1023px) {
  .howitworks {
    margin-bottom: 0;
  }
  .howitworks .banner {
    position: relative;
  }
  .howitworks .banner .banner-img img {
    min-height: 160px;
  }
  .howitworks .banner .banner-content {
    position: absolute;
    left: 20%;
    text-align: center;
    width: 60%;
    right: auto;
  }
  .howitworks .banner .banner-content .banner-tagline {
    font-size: 12px;
    line-height: 15px;
  }
  .howitworks .banner .banner-content .banner-title {
    font-size: 18px;
    line-height: 22px;
    margin: 14px 0 10px;
  }
  .howitworks .banner .banner-content .banner-subtitle {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .howitworks-tabs .header-tabs li a {
    font-size: 12px;
    line-height: 15px;
    padding: 17px 0;
  }
  .howitworks-tabs .header-tabs li a span {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (max-width: 374px) and (min-width: 320px) {
  .howitworks-tabs .header-tabs li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .howitworks-tabs .header-tabs.stickTab {
    position: fixed;
    top: 84px;
    z-index: 1000;
  }
  .howitworks-tabs .advantages {
    padding: 28px 4.03% 0;
  }
  .howitworks-tabs .advantages .advantages-title {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    margin: 0 0 11px;
  }
  .howitworks-tabs .advantages .advantages-subtitle {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #E7E7E7;
  }
  .howitworks-tabs .advantages .advantages-subtitle span {
    display: inline;
  }
  .howitworks-tabs .advantages ul li {
    float: none;
    width: 100%;
    padding: 15px 0 20px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
    /*&.plus-blue{
        &:after{
        	content:'';
        	background: url(../images/plus-blue.png);
    	    background-size: 12px;
    	    width: 12px;
    	    height: 12px;
    	    position: absolute;
    	    right: 0;
    	    top: 40%;
        }
    }
    &.minus-blue{
    	&:after{
    		content:'';
    		background: url(../images/minus-blue.png);
    		background-size: 12px;
    	    width: 12px;
    	    height: 2px;
    	    position: absolute;
    	    right: 0;
    	    top: 40%;
    	}
    }*/
  }
  .howitworks-tabs .advantages ul li.payment-section {
    padding: 15px 0 20px;
    position: relative;
  }
  .howitworks-tabs .advantages ul li.payment-section.minus-blue:after {
    top: 2%;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    width: 92%;
    margin-left: 7.5%;
    /*&.plus-blue{
        &:after{
        	content:'';
        	background: url(../images/plus-blue.png);
    	    background-size: 12px;
    	    width: 12px;
    	    height: 12px;
    	    position: absolute;
    	    right: 0;
    	    top: 0;
        }
    }
    &.minus-blue{
    	&:after{
    		content:'';
    		background: url(../images/minus-blue.png);
    		background-size: 12px;
    	    width: 12px;
    	    height: 2px;
    	    position: absolute;
    	    right: 0;
    	    top: 0;
    	}
    }*/
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-subtitle {
    display: none;
    margin: 14px 0 27.5px;
    text-align: left;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-table {
    margin: 26px 0 20px;
    padding: 0;
    display: none;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-table .plans {
    float: none;
    width: 100%;
    border-right: 1px solid #E7E7E7;
    border-bottom: none;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-table .plans .desc {
    font-size: 13px;
    line-height: 20px;
    padding: 21px 14.55% 25px;
    min-height: 0;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-table .plans:last-child {
    border-bottom: 1px solid #E7E7E7;
  }
  .howitworks-tabs .advantages ul li .adv-title.plus-blue:after {
    content: "";
    background: url(../images/plus-blue.png);
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .howitworks-tabs .advantages ul li .adv-title.minus-blue:after {
    content: "";
    background: url(../images/minus-blue.png);
    background-size: 12px;
    width: 12px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .howitworks-tabs .advantages ul li .adv-icon {
    margin-right: 1.3%;
    vertical-align: middle;
    width: 6%;
    max-width: none;
    /*&.credit-icon{
    	img{
    		width: 40px;
    	}
    }
    &.shop-icon{
    	img{
    		width: 35.6px;
    	}
    }
    &.free-icon{
    	img{
    		width: 36px;
    	}
    }
    &.fees-icon{
    	img{
    		width: 40px;
    	}
    }
    &.service-icon{
    	img{
    		width: 35px;
    	}
    }
    &.lifetime-icon{
    	img{
    		width: 43px;
    	}
    }*/
  }
  .howitworks-tabs .advantages ul li .adv-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    width: 92%;
    position: relative;
  }
  .howitworks-tabs .advantages ul li .adv-title.tablet {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) and (max-width: 374px) and (min-width: 320px) {
  .howitworks-tabs .advantages ul li .adv-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .howitworks-tabs .advantages ul li .adv-content {
    width: 96.3%;
    display: none;
  }
  .howitworks-tabs .advantages ul li .adv-content.show {
    display: block;
  }
  .howitworks-tabs .advantages ul li .adv-content .adv-title.desktop {
    display: none;
  }
  .howitworks-tabs .advantages ul li .adv-content .adv-text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 2px;
  }
  .howitworks-tabs .brands {
    padding: 36px 13.4% 40px;
    border-top: none;
  }
  .howitworks-tabs .brands .brands-title {
    font-size: 16px;
    line-height: 19px;
  }
  .howitworks-tabs .brands .brands-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0 35px;
  }
  .howitworks-tabs .brands .brand-logos ul li {
    width: 16.66%;
  }
  .howitworks-tabs .shop-at-aarons .reasons.open-icon:after {
    width: 12px;
    height: 12px;
  }
  .howitworks-tabs .shop-at-aarons .reasons.close-icon:after {
    width: 12px;
    height: 2px;
  }
  .started {
    padding: 36px 4.03% 0;
    margin: 0 0 40px;
  }
  .started .started-title {
    font-size: 16px;
    line-height: 19px;
  }
  .started .started-subtitle {
    margin: 11px 0 26px;
    line-height: 20px;
  }
  .started .started-video iframe {
    width: 100%;
    height: 399px;
  }
  .started .started-content {
    width: 89%;
    font-size: 14px;
    line-height: 20px;
    margin: 25px auto 40px;
  }
  .started .video-slider {
    padding: 37px 0 0;
  }
  .started .video-slider .slider-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 26px;
  }
  .started .video-slider .vid-slider {
    padding: 0 14%;
  }
  .started .video-slider .vid-slider .video-desc {
    line-height: 22px;
  }
  .started .video-slider .btn-faqs {
    width: 196px;
    padding: 15px 0 13px;
    font-size: 13px;
    line-height: 16px;
  }
  .howitworks-bottom .banner-img img {
    min-height: 414px;
  }
  .howitworks-bottom .banner-content {
    background: #ffffff;
    color: #404040;
    width: 47.13%;
    padding: 24px 0 30px;
    text-align: center;
    left: 27%;
  }
  .howitworks-bottom .banner-content .banner-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
  }
  .howitworks-bottom .banner-content .banner-subtitle {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 7px 0 27px;
  }
  .howitworks-bottom .banner-content a {
    width: 64.65%;
    color: #142667;
    border-color: #142667;
    padding: 15px 0 13px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 374px) and (min-width: 320px) {
  .howitworks-bottom .banner-content a {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .howitworks .banner .banner-img img {
    min-height: 250px;
    object-position: left;
  }
  .howitworks .banner .banner-content {
    left: 0;
    width: 100%;
  }
  .howitworks .banner .banner-content .banner-subtitle {
    margin-bottom: 20px;
  }
  .howitworks-tabs .header-tabs li a {
    padding: 16px 5px;
  }
  .howitworks-tabs .header-tabs li a.tab2 span {
    display: inline;
  }
  .howitworks-tabs .header-tabs li {
    /*&:nth-child(2){
    	a{
    		padding:9px 5px;
    	}
    }*/
  }
  .howitworks-tabs .advantages {
    padding: 28px 4.82% 0;
  }
  .howitworks-tabs .advantages ul li .adv-title {
    width: 85%;
  }
  .howitworks-tabs .advantages ul li .adv-icon {
    width: 11%;
    max-width: none;
    /*&.credit-icon{
    	img{
    		width: 40px;
    	}
    }
    &.shop-icon{
    	img{
    		width: 30px;
    	}
    }
    &.free-icon{
    	img{
    		width: 36px;
    	}
    }
    &.fees-icon{
    	img{
    		width: 40px;
    	}
    }
    &.service-icon{
    	img{
    		width: 35px;
    	}
    }
    &.lifetime-icon{
    	img{
    		width: 43px;
    	}
    }
    &.payment-icon{
    	img{
    		width: 43px;
    	}
    }*/
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-title {
    width: 85%;
    margin-left: 13%;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-subtitle {
    text-align: center;
    padding: 0 3.5%;
  }
  .howitworks-tabs .advantages ul li.payment-section .payment-table .plans .desc {
    padding: 20px 11.15%;
  }
  .howitworks-tabs {
    /*.payment-section{
    	padding:0 4.82% 0;
    	.payment-table{
    		.plans{
    			.duration{}
    			.desc{
    				padding: 20px 11.15% 20px;
    			}
    		}
    	}
    }*/
  }
  .howitworks-tabs .brands {
    padding: 37px 4.82% 40px;
  }
  .howitworks-tabs .brands .brands-title {
    font-size: 16px;
    line-height: 19px;
  }
  .howitworks-tabs .brands .brand-logos ul li {
    width: 25%;
  }
  .started {
    padding: 36px 4.82% 0;
  }
  .started .started-video iframe {
    height: 211px;
  }
  .started .started-content {
    width: 100%;
  }
  .started .video-slider .vid-slider {
    padding: 0 18%;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) and (min-width: 350px) {
  .started .video-slider .vid-slider {
    padding: 0 16%;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) and (min-width: 320px) {
  .started .video-slider .vid-slider {
    padding: 0 14%;
  }
}
@media screen and (max-width: 767px) {
  .started .video-slider .btn-faqs {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 16px;
  }
  .howitworks-bottom .banner-content {
    width: 87.2%;
    left: 6.5%;
  }
}
@media screen and (max-width: 464px) {
  .howitworks-tabs .header-tabs li a {
    padding: 16px 5px;
  }
  .howitworks-tabs .header-tabs li a.tab2 {
    padding: 9px 5px 8px;
  }
}
@media screen and (max-width: 768px) {
  .easy-paywrapper footer {
    margin-top: 60px !important;
  }
  .easypay .banner .banner-img img {
    min-height: 160px;
  }
  .easypay .banner .banner-content .banner-tagline {
    font-size: 12px;
    line-height: 15px;
  }
  .easypay .banner .banner-content .banner-title {
    font-size: 18px;
    line-height: 22px;
    margin: 6px 0 9px;
  }
  .easypay .banner .banner-content .banner-subtitle {
    width: 61%;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .easypay .easypay-section {
    padding: 27px 0 0 0;
  }
  .easypay .easypay-section .section-heading {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 26px;
  }
  .easypay .easypay-section .section1,
  .easypay .easypay-section .section2,
  .easypay .easypay-section .sub-section1,
  .easypay .easypay-section .sub-section2 {
    width: 100%;
    float: none;
    border: none;
  }
  .easypay .easypay-section .sub-section1.lifetime .sub-section-desc,
  .easypay .easypay-section .sub-section2.lifetime .sub-section-desc {
    margin-bottom: 42px;
  }
  .easypay .easypay-section .sub-section1.stores .sub-section-desc,
  .easypay .easypay-section .sub-section2.stores .sub-section-desc {
    margin-bottom: 48px;
  }
  .easypay .easypay-section .sub-section1 .sub-section-img,
  .easypay .easypay-section .sub-section2 .sub-section-img {
    min-height: auto;
    margin-bottom: 16px;
  }
  .easypay .easypay-section .sub-section1 .sub-section-heading,
  .easypay .easypay-section .sub-section2 .sub-section-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 60%;
    margin: 0 auto 13px auto;
    min-height: auto;
  }
  .easypay .easypay-section .sub-section1.lifetime .sub-section-heading,
  .easypay .easypay-section .sub-section2.lifetime .sub-section-heading {
    width: 60%;
  }
  .easypay .easypay-section .sub-section1 .sub-section-desc,
  .easypay .easypay-section .sub-section2 .sub-section-desc {
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    width: 48%;
  }
  .easypay .easypay-section .section2 {
    margin: 67px 0 0 0;
    padding: 0;
  }
  .easypay .easypay-section .easypay-sub-info {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 57px;
  }
  .easypay .easypay-section .store-find button {
    margin: 32px auto 0 auto;
    height: 50px;
    padding: 13px 0 13px 0;
    min-width: 206px;
  }
}
@media screen and (max-width: 414px) {
  .easy-paywrapper footer {
    margin-top: 62px !important;
  }
  .easypay .banner .banner-img img {
    min-height: 250px;
    object-position: 72% 0;
  }
  .easypay .banner .banner-content .banner-title {
    width: 55%;
    margin: 6px 0 7px;
  }
  .easypay .banner .banner-content .banner-subtitle {
    width: 47%;
  }
  .easypay .easypay-section .section-heading {
    margin: 0 0 15px;
  }
  .easypay .easypay-section .sub-section1.lifetime .sub-section-desc,
  .easypay .easypay-section .sub-section2.lifetime .sub-section-desc {
    margin-bottom: 44px;
  }
  .easypay .easypay-section .sub-section1.stores .sub-section-desc,
  .easypay .easypay-section .sub-section2.stores .sub-section-desc {
    margin-bottom: 45px;
  }
  .easypay .easypay-section .sub-section1 .sub-section-img,
  .easypay .easypay-section .sub-section2 .sub-section-img {
    margin-bottom: 15px;
  }
  .easypay .easypay-section .sub-section1 .sub-section-heading,
  .easypay .easypay-section .sub-section2 .sub-section-heading {
    width: 100%;
    margin: 0 auto 19px auto;
  }
  .easypay .easypay-section .sub-section1.lifetime .sub-section-heading,
  .easypay .easypay-section .sub-section2.lifetime .sub-section-heading {
    width: 100%;
  }
  .easypay .easypay-section .sub-section1 .sub-section-desc,
  .easypay .easypay-section .sub-section2 .sub-section-desc {
    font-size: 13px;
    line-height: 20px;
    width: 85%;
  }
  .easypay .easypay-section .section2 {
    margin: 76px 0 0 0;
    padding: 0;
  }
  .easypay .easypay-section .easypay-sub-info {
    margin-top: 51px;
  }
  .easypay .easypay-section .store-find button {
    margin: 31px auto 0 auto;
    min-width: 190px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
  }
}
.oos-error {
  display: none;
}
.oos-error .error-msg {
  padding: 22px 1em 18px 1em;
  color: #0069C8;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.oos-error .error-msg-two {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-weight: normal;
  color: #000000;
  display: block;
  padding: 0 0 1em 0;
  text-align: center;
  line-height: 1.2em;
}

.oos-thanks {
  display: none;
  margin-top: 8em;
}
.oos-thanks .success-msg {
  padding: 0 1em 18px 1em;
  color: #0069C8;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 1.1;
}
.oos-thanks .success-msg-two {
  font-size: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-weight: normal;
  color: #000000;
  display: block;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #E7E7E7;
  text-align: center;
  line-height: 1.2em;
}
.oos-thanks .btn-container .blue-button {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.9em 1.5em;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 18px;
  display: table;
  margin: auto auto 10px auto;
  width: 39%;
  border: 1px solid #132766 !important;
  background-color: #132766 !important;
  text-decoration: none;
}
.oos-thanks .btn-container .blue-button:hover {
  border: 1px solid #0072ce !important;
  background-color: #0072ce !important;
}

#main #filter-text-box span.preleased-line-two {
  font-style: italic;
  line-height: 27px !important;
  margin-left: 21%;
  font-size: 16px !important;
  margin-right: 21%;
  margin-top: 15px;
}

.bgclr-preleased-white {
  background-color: #ffffff;
}

.preLeased-filter .filter-text-box-text {
  display: block;
}

.preleased-banner {
  background-color: #FAD22E;
  padding: 1em;
  color: #0033A0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
.preleased-banner i {
  margin-right: 5px;
  display: none;
}

.preleased-error {
  display: none;
}
.preleased-error .error-msg {
  padding: 0 1em 18px 1em;
  color: #0069C8;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.preleased-error .error-msg-two {
  font-size: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-weight: normal;
  color: #000000;
  display: block;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #E7E7E7;
  text-align: center;
  line-height: 1.2em;
}

.preleased-thanks {
  display: none;
  margin-top: 8em;
}
.preleased-thanks .success-msg {
  padding: 0 1em 18px 1em;
  color: #0069C8;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 1.1;
}
.preleased-thanks .success-msg-two {
  font-size: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-weight: normal;
  color: #000000;
  display: block;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #E7E7E7;
  text-align: center;
  line-height: 1.2em;
}
.preleased-thanks .btn-container .blue-button {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.9em 1.5em;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 18px;
  display: table;
  margin: auto auto 10px auto;
  width: 39%;
  border: 1px solid #132766 !important;
  background-color: #132766 !important;
  text-decoration: none;
}
.preleased-thanks .btn-container .blue-button:hover {
  border: 1px solid #0072ce !important;
  background-color: #0072ce !important;
}

.preLeasedproduct-wrap {
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #E7E7E7;
}

.preLeasedproduct-header {
  color: #0071CE;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 14px;
}

.disclaimer-message {
  color: #132667;
  font-style: italic;
  font-weight: 600;
}

.disclaimer-desktop {
  display: block;
}

.disclaimer-mobile {
  display: none;
}

@media (max-width: 769px) {
  .preLeasedproduct-wrap {
    padding: 1em;
    margin: 1em;
  }
  .disclaimer-mobile {
    display: block;
  }
  .disclaimer-desktop {
    display: none;
  }
}
.form-wrap {
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (max-width: 769px) {
  .form-wrap {
    padding: 1em;
  }
}
.form-wrap .preleasedform .form-row-button {
  margin-left: 0;
  width: 100%;
  text-align: center;
}
.form-wrap .preleasedform .form-row-button .blue-button {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.9em 1.5em;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 18px;
}
.form-wrap .preleasedform .form-row.fname {
  width: calc(49% - 2px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 849px) {
  .form-wrap .preleasedform .form-row.fname {
    width: 100%;
  }
}
.form-wrap .preleasedform .form-row.fname .field-wrapper {
  padding-left: 0;
  width: 100%;
}
.form-wrap .preleasedform .form-row.lname {
  width: calc(48% - 2px);
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
@media (max-width: 849px) {
  .form-wrap .preleasedform .form-row.lname {
    width: 100%;
    margin-left: 0;
  }
}
.form-wrap .preleasedform .form-row.lname .field-wrapper {
  padding-left: 0;
  width: 100%;
}
.form-wrap .preleasedform .form-row .field-wrapper {
  padding-left: 0;
  width: 100%;
}
.form-wrap .preleasedform .form-row input[type=text] {
  height: 50px;
  border: 1px solid #142667;
  padding-left: 18px;
  color: #404040;
  border-radius: 0;
  font-size: 14px;
  padding: 14px 20px;
  line-height: 18px;
}
.form-wrap .preleasedform .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;
  display: none;
}
.form-wrap .preleasedform .form-row.show-floating-label label {
  display: block;
  padding-top: 0;
}
.form-wrap .preleasedform .form-row.show-floating-label label .required-indicator {
  vertical-align: -webkit-baseline-middle;
  color: #af071a;
}
.form-wrap .preleasedform .form-row.show-floating-label input::-webkit-input-placeholder {
  color: transparent;
}
.form-wrap .preleasedform .form-row.show-floating-label input::-moz-placeholder {
  color: transparent;
}
.form-wrap .preleasedform .form-row.show-floating-label input:-ms-input-placeholder {
  color: transparent;
}
.form-wrap .preleasedform .form-row.show-floating-label input[type=text] {
  padding: 18px 20px 0 20px;
}

.pt_customer-service footer {
  margin-top: 0;
}
.pt_customer-service .success-msg-contact {
  margin: 48px 0 95px;
  padding: 0 4.76%;
}
.pt_customer-service .success-msg-contact .success-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
}
.pt_customer-service .success-msg-contact .success-subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-top: 45px;
}
.pt_customer-service .primary-content {
  width: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.pt_customer-service .contact-us-title {
  padding: 0 4.76%;
}
.pt_customer-service .contact-us-title h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin: 48px 0 43px;
}
.pt_customer-service .contact-us-content {
  padding: 0 4.76%;
  display: inline-block;
  margin-bottom: 69px;
  float: left;
}
.pt_customer-service .contact-us-content p {
  color: #404040;
}
.pt_customer-service .contact-us-content .contactusOops {
  color: red;
}
.pt_customer-service .contact-us-content .contactusOops .contactusOopsSpan1 {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.pt_customer-service .contact-us-content .contactusOops .contactusOopsSpan2 {
  display: block;
  font-weight: 600;
}
.pt_customer-service .contact-us-left,
.pt_customer-service .contact-us-right {
  float: left;
  width: 48.67%;
}
.pt_customer-service .contact-us-right a {
  text-decoration: underline;
}
.pt_customer-service .contact-us-right span {
  font-weight: 700;
}
.pt_customer-service .contact-us-right .click-to-call {
  text-decoration: none;
  color: #404040;
}
.pt_customer-service .contact-us-left {
  margin-right: 2.6%;
}
.pt_customer-service .contact-us-left .reqd-fields span {
  color: #990000;
}
.pt_customer-service .contact-us-left .form-caption {
  margin-left: 0;
}
.pt_customer-service .contact-us-left .form-caption.error-message {
  text-align: left;
  background: url(../images/aarons_sprite_img.png) -478px -416px no-repeat transparent;
  width: 100%;
  height: 19px;
  float: left;
  margin-top: 5px;
  padding: 0 0 0 28px;
  color: #C22A22;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  border: 0 none;
}
.pt_customer-service .contact-us-left p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}
.pt_customer-service .contact-us-left .customer-service-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin: 27px 0 26px;
}
.pt_customer-service .contact-us-left .customer-service-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.pt_customer-service .contact-us-left .customer-service-text span {
  color: #990000;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row {
  margin: 0 0 30px;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.reasontocontact label {
  display: none;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.customer-floating-label label {
  margin: 7px 16px 0 0 !important;
  display: block;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.contact-floating-label label {
  margin: 9px 16px 0 16px !important;
  display: block;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row:first-child .selected {
  color: #142667;
  line-height: 50px;
  padding: 0 35px 0 15px;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button {
  width: 120px;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button .button-border {
  width: 100%;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button .button-border:hover {
  color: #00ACEC;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button button {
  width: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  color: #142667;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button button:hover {
  color: #00ACEC;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.show-floating-label .required-indicator {
  font-size: 10px;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.show-floating-label label {
  transform: none;
  opacity: 1;
  z-index: 2;
  color: #575757;
  line-height: 12px;
  font-size: 10px;
  margin: 9px 0 0 16px;
  padding: 0;
  letter-spacing: normal;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.show-floating-label label span:nth-child(2) {
  padding: 0 0 0 5px;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row.show-floating-label input,
.pt_customer-service .contact-us-left .form-horizontal .form-row.show-floating-label textarea {
  padding: 20px 15px 9px !important;
  color: #404040 !important;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row label[for=dwfrm_contactus_reasontocontact] {
  opacity: 1;
  z-index: 10;
  padding: 4px 16px 0;
  font-size: 10px;
  color: #575757;
  letter-spacing: normal;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row select[name=dwfrm_contactus_timetocall],
.pt_customer-service .contact-us-left .form-horizontal .form-row select[name=dwfrm_contactus_timetocall],
.pt_customer-service .contact-us-left .form-horizontal .form-row select[name=dwfrm_contactus_timetocall] {
  padding: 20px 15px 9px;
  color: #6a6a6a;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row label {
  width: auto;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 15px 14px;
  text-transform: capitalize;
  position: absolute;
  transform: translateY(3px);
  box-sizing: border-box;
  margin: 0;
  pointer-events: none;
  text-align: left;
  color: #142667;
  letter-spacing: 1px;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row label .required-indicator {
  display: inline-block;
  position: absolute;
  margin: 0;
}
.pt_customer-service .contact-us-left .form-horizontal .form-row label span:nth-child(2) {
  padding: 0 0 0 8px;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  width: 65%;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper:placeholder-shown {
  /*font-size: 14px;	
  line-height: 18px;
  padding: 15px;
  text-transform: capitalize;*/
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper input[type=text],
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 15px 15px 15px;
  border: 1px solid #142667;
  color: #142667;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper input[type=text].error,
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea.error {
  border: 1px solid #C22A22;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper input[type=text]::-webkit-input-placeholder,
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea::-webkit-input-placeholder {
  color: transparent;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper input[type=text]::-moz-placeholder,
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea::-moz-placeholder {
  color: transparent;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper input[type=text]:-ms-input-placeholder,
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea:-ms-input-placeholder {
  color: transparent;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper .selected-option {
  height: 50px;
  line-height: 18px;
  padding: 22px 15px 9px;
  border: 1px solid #142667;
  letter-spacing: 1px;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper .custom-select .selection-list {
  border-color: #142667;
  color: #404040;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper input[type=text] {
  height: 50px;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper span.error {
  background: url(../images/aarons_sprite_img.png) -478px -416px no-repeat transparent;
  width: 100%;
  height: 19px;
  float: left;
  margin-top: 5px;
  padding-left: 28px;
  color: #C22A22;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea {
  height: 201px;
  width: 100%;
  resize: none;
  float: left;
}
.pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea.error {
  background: none;
  vertical-align: top;
}
.pt_customer-service .contact-us-right {
  background-color: #F0F0F0;
  padding: 31px 4.1% 25px 3.1%;
}
.pt_customer-service .contact-us-right.tablet {
  display: none;
}
.pt_customer-service .contact-us-right .inquiries-header {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.pt_customer-service .contact-us-right p {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (min-width: 1024px) {
  .contact-us-right .click-to-call {
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px) {
  .pt_customer-service .success-msg-contact {
    padding: 0 3.9%;
    margin: 14px 0 34px;
  }
  .pt_customer-service .success-msg-contact .success-title {
    font-size: 24px;
    line-height: 29px;
  }
  .pt_customer-service .success-msg-contact .success-subtitle {
    font-size: 12px;
    margin-top: 28px;
  }
  .pt_customer-service .primary-content {
    padding: 0;
  }
  .pt_customer-service .contact-us-title {
    padding: 0 3.9%;
  }
  .pt_customer-service .contact-us-title h1 {
    font-size: 24px;
    line-height: 29px;
    margin: 14px 0 28px;
  }
  .pt_customer-service .contact-us-content {
    padding: 0 3.9%;
    margin-bottom: 30px;
  }
  .pt_customer-service .contact-us-left {
    width: 100%;
  }
  .pt_customer-service .contact-us-left p {
    font-size: 12px;
  }
  .pt_customer-service .contact-us-left .reqd-fields {
    margin-bottom: 34px;
  }
  .pt_customer-service .contact-us-left .customer-service-header {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 35px 0 23px;
  }
  .pt_customer-service .contact-us-left .customer-service-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }
  .pt_customer-service .contact-us-left .form-horizontal .form-row {
    margin-bottom: 20px;
  }
  .pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button {
    margin: 0 auto 30px;
  }
  .pt_customer-service .contact-us-left .form-horizontal .field-wrapper {
    width: 100%;
  }
  .pt_customer-service .contact-us-left .form-horizontal .field-wrapper textarea {
    width: 100%;
  }
  .pt_customer-service .contact-us-right {
    width: 100%;
    padding: 20px 29px 4px;
  }
  .pt_customer-service .contact-us-right.tablet {
    display: block;
  }
  .pt_customer-service .contact-us-right.desktop {
    display: none;
  }
  .pt_customer-service .contact-us-right .inquiries-header {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pt_customer-service .contact-us-right p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pt_customer-service .success-msg-contact {
    padding: 0 4.85%;
    margin: 32px 0 34px;
  }
  .pt_customer-service .success-msg-contact .success-title {
    padding-right: 4%;
  }
  .pt_customer-service .success-msg-contact .success-subtitle {
    margin-top: 5px;
  }
  .pt_customer-service .contact-us-title {
    padding: 0 3.9%;
  }
  .pt_customer-service .contact-us-title h1 {
    margin: 32px 0 28px;
  }
  .pt_customer-service .contact-us-content {
    padding: 0 4.85%;
    margin-bottom: 20px;
  }
  .pt_customer-service .contact-us-left .reqd-fields {
    margin-bottom: 25px;
  }
  .pt_customer-service .contact-us-left .customer-service-header {
    margin: 35px 0 19px;
  }
  .pt_customer-service .contact-us-left .customer-service-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .pt_customer-service .contact-us-left .form-horizontal .form-row.form-row-button {
    margin: 0 0 30px;
  }
}
.stories-landing-page .breadcrumb {
  padding: 16px 4.76% 0;
}
.stories-landing-page .breadcrumb .breadcrumb-element:after {
  content: "/";
  margin-left: 10px;
  margin-right: 5px;
}
.stories-landing-page .breadcrumb .breadcrumb-element:last-child {
  color: #BABABA;
}
.stories-landing-page .breadcrumb .breadcrumb-element:last-child:after {
  content: "";
}
.stories-landing-page .story-detail-page .breadcrumb .breadcrumb-element {
  color: #142667;
}
.stories-landing-page .story-detail-page .breadcrumb .breadcrumb-element:hover {
  color: #00ACEC;
}

.aarons-impact {
  width: 100%;
  padding: 0;
  float: none;
}
.aarons-impact .aarons-impact-header {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  margin: 26px 0 51px;
}
.aarons-impact .aarons-impact-header span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  margin-top: 9px;
  text-transform: uppercase;
}
.aarons-impact .folder-content-list {
  padding: 0 4.76%;
}
.aarons-impact .folder-content-list li {
  width: 31.57%;
  padding: 0;
  margin: 0 2.6% 50px 0;
  flex-grow: 0;
}
.aarons-impact .folder-content-list li a {
  display: block;
}
.aarons-impact .folder-content-list li a:hover {
  color: #00ACEC;
  display: block;
}
.aarons-impact .folder-content-list li a:hover .content-title .content-heading,
.aarons-impact .folder-content-list li a:hover .readmore {
  color: #00ACEC;
}
.aarons-impact .folder-content-list li:nth-child(3n) {
  margin-right: 0;
}
.aarons-impact .folder-content-list li p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.aarons-impact .folder-content-list .content-title:hover .content-date {
  color: #00ACEC;
}
.aarons-impact .folder-content-list .content-img {
  margin-bottom: 23px;
}
.aarons-impact .folder-content-list .content-img img {
  vertical-align: middle;
}
.aarons-impact .folder-content-list .content-date {
  color: #BABABA;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  font-weight: 400;
}
.aarons-impact .folder-content-list .content-date .content-year {
  color: #BABABA;
  font-size: 14px;
  font-weight: 400;
}
.aarons-impact .folder-content-list .charlimit-data .charlimit-content {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
}
.aarons-impact .folder-content-list .content-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.aarons-impact .folder-content-list .content-heading:hover {
  color: #00ACEC;
}
.aarons-impact .folder-content-list .charlimit {
  font-size: 14px;
  line-height: 25px;
}
.aarons-impact .folder-content-list .readmore {
  text-decoration: underline;
}
.aarons-impact .folder-content-list .load-more-button-wrapper {
  margin: 10px auto 20px;
}
.aarons-impact .folder-content-list .load-more-button-wrapper button {
  width: 214px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 18px;
  padding: 17px 20px;
  color: #142667;
}

@media screen and (max-width: 1023px) {
  .stories-landing-page .breadcrumb {
    padding: 7px 4.76% 0;
  }
  .stories-landing-page .device-show .breadcrumb {
    padding: 7px 4.76% 14px;
  }
  .stories-landing-page footer {
    margin-top: 42px;
  }
  .aarons-impact {
    width: 100%;
    margin-top: 0;
  }
  .aarons-impact .aarons-impact-header {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 29px;
    margin: 0 0 26px;
  }
  .aarons-impact .aarons-impact-header span {
    margin: 12px 0 27px;
  }
  .aarons-impact .folder-content-list li {
    width: 100%;
    margin: 0 0 22px 0;
    text-align: center;
  }
  .aarons-impact .folder-content-list li p {
    line-height: 20px;
  }
  .aarons-impact .folder-content-list .content-heading {
    line-height: 20px;
  }
  .aarons-impact .folder-content-list .content-date {
    font-size: 13px;
  }
  .aarons-impact .folder-content-list .content-img {
    margin-bottom: 15px;
  }
  .aarons-impact .folder-content-list .load-more-button-wrapper {
    margin: 10px auto 0;
  }
  .aarons-impact .folder-content-list .load-more-button-wrapper button {
    width: 164px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding: 13px 20px;
  }
}
.stories-detail-banner p {
  margin: 0;
}
.stories-detail-banner img {
  vertical-align: middle;
  object-fit: inherit;
  min-height: auto;
  object-position: center;
}

.stories-detail-content {
  position: relative;
  margin: 0 0 15px;
  width: 59.52%;
  margin: 0 auto;
  text-align: center;
}
.stories-detail-content:before {
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
}
.stories-detail-content .content-date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 24px 0 17px;
  color: #404040;
  line-height: 18px;
}
.stories-detail-content .content-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  padding: 0 1.1%;
  margin-bottom: 50px;
}
.stories-detail-content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 55px;
  text-align: left;
}
.stories-detail-content .content-img {
  width: 61.05%;
  margin: 0 auto;
  text-align: left;
}
.stories-detail-content .content-img .image-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 50px;
}
.stories-detail-content .content-img img {
  width: 100%;
  margin-bottom: 50px;
}
.stories-detail-content .content-img p {
  text-align: justify;
  color: #555555;
  margin-top: -40px;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}

.stories-detail-articles {
  border-top: 1px solid #E7E7E7;
  padding: 0 4.76%;
  position: relative;
}
.stories-detail-articles:after {
  content: "";
  position: absolute;
}
.stories-detail-articles .article-recommendations {
  margin: 0 0 17px;
}
.stories-detail-articles .article-recommendations .partial-width-slot {
  width: 100%;
}
.stories-detail-articles .article-recommendations .search-result-items li {
  display: inline-block;
  width: 31.6%;
  margin: 0 2.6% 0 0;
}
.stories-detail-articles .article-recommendations .search-result-items li a {
  display: block;
}
.stories-detail-articles .article-recommendations .search-result-items li a:hover {
  color: #00ACEC;
  display: block;
}
.stories-detail-articles .article-recommendations .search-result-items li a:hover .content-title .content-date {
  color: #BABABA;
}
.stories-detail-articles .article-recommendations .search-result-items li a:hover .content-title .content-heading {
  color: #00ACEC;
}
.stories-detail-articles .article-recommendations .search-result-items li a:hover p .readmore {
  color: #00ACEC;
}
.stories-detail-articles .article-recommendations .search-result-items li:nth-child(3) {
  margin-right: 0;
}
.stories-detail-articles .article-recommendations .search-result-items li p {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.stories-detail-articles .article-recommendations .search-result-items li p .readmore {
  text-decoration: underline;
}
.stories-detail-articles .article-recommendations .search-result-items li .content-title:hover .content-date {
  color: #00ACEC;
}
.stories-detail-articles .article-recommendations .search-result-items .content-img {
  margin-bottom: 23px;
}
.stories-detail-articles .article-recommendations .search-result-items .content-img img {
  vertical-align: middle;
}
.stories-detail-articles .article-recommendations .search-result-items .content-date {
  color: #BABABA;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  font-weight: 400;
}
.stories-detail-articles .article-recommendations .search-result-items .content-heading {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

@media screen and (max-width: 1023px) {
  .stories-detail-banner img {
    min-height: auto;
  }
  .stories-detail-content {
    width: 90.34%;
  }
  .stories-detail-content .content-date {
    margin: 25px 0 6px;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .stories-detail-content .content-heading {
    padding: 0;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .stories-detail-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
  }
  .stories-detail-content .content-img {
    width: 100%;
    text-align: center;
  }
  .stories-detail-content .content-img .image-text {
    margin: 16px 0 31px;
  }
  .stories-detail-articles .article-recommendations .category-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .stories-detail-articles .article-recommendations .search-result-items li {
    width: 100%;
    margin: 0 0 25px;
    text-align: center;
  }
  .stories-detail-articles .article-recommendations .search-result-items li:last-child {
    margin: 0;
  }
  .stories-detail-articles .article-recommendations .search-result-items li p {
    line-height: 20px;
  }
  .stories-detail-articles .article-recommendations .search-result-items .content-img {
    margin-bottom: 15px;
  }
  .stories-detail-articles .article-recommendations .search-result-items .content-date {
    font-size: 13px;
    text-align: left;
  }
  .stories-detail-articles .article-recommendations .search-result-items .content-heading {
    line-height: 20px;
  }
}
.privacy-policy-wrapper {
  padding: 0 4.76%;
  color: #404040;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-wrapper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .privacy-policy-wrapper {
    margin-top: 14px;
  }
}
.privacy-policy-wrapper .main-heading {
  width: 100%;
  font-size: 36px;
  margin: 10px 0 48px;
  font-weight: bold;
  line-height: 44px;
}
@media screen and (max-width: 768px) {
  .privacy-policy-wrapper .main-heading {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.privacy-policy-wrapper .privacy-content {
  color: #404040;
  font-size: 13px;
}
.privacy-policy-wrapper .privacy-content.sub-heading {
  font-weight: bold;
  margin: 20px 0;
}
.privacy-policy-wrapper .more-details {
  text-decoration: underline;
}
.privacy-policy-wrapper .disc-points {
  padding: 0 0 0 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .privacy-policy-wrapper .disc-points {
    padding: 0 0 0 30px;
  }
}
.privacy-policy-wrapper .disc-points li {
  list-style: disc outside none;
}
.privacy-policy-wrapper .disc-points li span {
  margin-left: -5px;
  display: inherit;
}
.privacy-policy-wrapper .disc-points .no-bullet {
  list-style-type: none;
}
.privacy-policy-wrapper .disc-points .no-bullet ul {
  padding: 0 0 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.stickybanner {
  position: fixed;
  background: white;
  top: 134px;
}

@media screen and (max-width: 1349px) {
  .stickybanner {
    top: 63px;
  }
}
.pt_content-search-result.aarons-gives .breadcrumb {
  display: none;
}
.pt_content-search-result.aarons-gives .primary-content {
  width: 100%;
  margin-top: 0;
  padding: 0 0 10px;
}
.pt_content-search-result.aarons-gives .primary-content .community {
  text-align: center;
}
.pt_content-search-result.aarons-gives .primary-content .community.bordertop {
  border-top: 1px solid #E7E7E7;
}
.pt_content-search-result.aarons-gives .primary-content .community .community-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  padding: 54px 0 24px;
}
.pt_content-search-result.aarons-gives .primary-content .community .community-content {
  font-size: 16px;
  line-height: 32px;
  margin: 0 20.25%;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .hero-banner {
  margin-top: 0 !important;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .community-title {
  padding: 54px 0 14px;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .community-content {
  padding-bottom: 49px;
  margin: 0 28%;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner {
  position: relative;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .banner-image-mobile {
  display: none;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content {
  position: absolute;
  width: 90%;
  top: 35%;
  left: 5%;
  color: #ffffff;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .description {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-bottom: 25px;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links {
  border: 1px double #ffffff;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links .button, .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links .button-fancy-large {
  color: #ffffff;
  border: 1px double #ffffff;
  padding: 14px 24px 12px 22px;
  letter-spacing: 1px;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links .button:hover, .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links .button-fancy-large:hover {
  text-decoration: none;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links:hover {
  border: 1px double #0069C8;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links:hover .button, .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links:hover .button-fancy-large {
  border: 1px double #0069C8;
  color: #00ACEC;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 74px;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos .logos {
  margin-left: 40px;
  display: inline-block;
  width: 10%;
  vertical-align: middle;
}
.pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos .logos:first-child {
  margin-left: 0;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .promo-banner {
  background: #00ACEC;
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffffff;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .banner .banner-content .banner-tagline {
  margin: 0;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .gives-color {
  color: #ffffff;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .gives-color a {
  color: #ffffff;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .gives-color a:hover {
  color: #00ACEC;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .header-tabs li.active {
  background-color: #142667;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box {
  margin: 55px 12.2% 60px;
  max-width: 100%;
  display: inline-block;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box.right-img-box {
  margin-top: 0;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img {
  width: 48%;
  float: left;
  border: 0;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img.right-img {
  float: right;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content {
  margin-left: 3.3%;
  width: 48%;
  vertical-align: top;
  float: left;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content.right-img-content {
  margin: 0 3.3% 0 0;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content .left-img-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  padding-bottom: 7px;
}
.pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content .left-img-details {
  font-size: 16px;
  line-height: 28px;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list {
  padding: 25px 5% 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li {
  width: 30%;
  display: inline-block;
  padding: 0;
  margin: 0 0 74px 40px;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li a {
  display: block;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li a:hover {
  color: #00ACEC;
  display: block;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li a:hover .content-title .impact-title,
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li a:hover .imapact-content .readmore {
  color: #00ACEC;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li:nth-child(4n), .pt_content-search-result.aarons-gives .primary-content .folder-content-list li:first-child {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list li:nth-child(4n) {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list li {
    width: 100%;
    margin: 15px 0 0;
  }
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li .year-impact {
  color: #BABABA;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  font-weight: normal;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li .impact-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 23px;
  margin-bottom: 5px;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li .imapact-content {
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li .imapact-content .article-info .charlimit-aarons-gives {
  color: #404040;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list li .imapact-content .readmore {
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list .load-more-button-wrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: -15px;
  text-transform: uppercase;
}
.pt_content-search-result.aarons-gives .primary-content .folder-content-list .load-more-button-wrapper .button, .pt_content-search-result.aarons-gives .primary-content .folder-content-list .load-more-button-wrapper .button-fancy-large {
  border-radius: 0;
  line-height: 18px;
  padding: 19px 66px 17px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1023px) {
  .pt_content-search-result.aarons-gives footer {
    margin-top: 40px;
  }
  .pt_content-search-result.aarons-gives .primary-content {
    padding: 0;
  }
  .pt_content-search-result.aarons-gives .primary-content .community .community-title {
    font-size: 16px;
    line-height: 19px;
    padding: 36px 0 11px;
    letter-spacing: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pt_content-search-result.aarons-gives .primary-content .community .community-content {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .banner .banner-img img {
    display: inline-block;
    min-height: 250px;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .banner .banner-content {
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 10%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .banner .banner-content .banner-title {
    margin: 14px 20% 10px 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .banner .banner-content {
    padding: 0 50px 0 20px;
    left: 0;
    top: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .sections .section1 {
    padding: 0 20px;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .sections .section2 .community-title {
    margin-top: 26px;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .header-tabs {
    display: table;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .header-tabs li a {
    padding: 0;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box {
    margin: 33px 0 23px;
    text-align: center;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img {
    width: 100%;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content {
    width: 100%;
    margin: 0;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content .left-img-title {
    margin: 16px 0 11px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .pt_content-search-result.aarons-gives .primary-content .aarons-gives-wrapper .left-img-box .left-img-content .left-img-details {
    font-size: 13px;
    line-height: 20px;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .community .community-content {
    padding-bottom: 17px;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content {
    top: 20%;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .banner-image-desktop {
    display: none;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .banner-image-mobile {
    display: inline-block;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content {
    width: 86%;
    top: 20%;
    left: 0;
    text-align: center;
    color: inherit;
    color: inherit;
    padding: 24px 26px 33px;
    background-color: #ffffff;
    margin: 0 6.54%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-heading {
    margin: 0 10% 10px;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .description {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 17px;
    text-transform: uppercase;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links .button, .pt_content-search-result.aarons-gives .primary-content .partnership-section .gives-banner .careers-content .banner-links .button-fancy-large {
    border-color: #00369D;
    padding: 18px 38px 16px 38px;
    letter-spacing: 1px;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos {
    text-align: inherit;
    margin-bottom: 40px;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos .logos {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos .logos {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos .logos:first-child {
    margin-left: 20px;
  }
  .pt_content-search-result.aarons-gives .primary-content .partnership-section .partner-logos .logos:last-child {
    padding-bottom: 0;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list {
    padding: 17px 0 44px;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .content-title,
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .imapact-content {
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .content-title .year-impact {
    font-size: 13px;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .content-title .impact-title {
    margin-top: 13px;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .imapact-content {
    margin-top: 7px;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .load-more-button-wrapper {
    margin-top: 15px;
  }
  .pt_content-search-result.aarons-gives .primary-content .folder-content-list .load-more-button-wrapper .button, .pt_content-search-result.aarons-gives .primary-content .folder-content-list .load-more-button-wrapper .button-fancy-large {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 28px 13px 30px;
    letter-spacing: 2px;
    width: auto;
  }
}
.campaign-landing .campaign-one .campaing-header-banner-section .banner {
  float: left;
}
.campaign-landing .campaign-one .campaing-header-banner-section .banner .img {
  text-align: center;
}
.campaign-landing .campaign-one .campaing-header-banner-section .banner .img img {
  object-position: center;
  object-fit: cover;
  vertical-align: middle;
}
.campaign-landing .campaign-one .campaing-header-banner-section .banner.mobileonly {
  display: none;
}
.campaign-landing .campaign-one .campaing-header-banner-section .banner.desktoponly {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
}
.campaign-landing .campaign-one .campaing-header-banner-section .banner img {
  height: 309px;
}
.campaign-landing .campaign-one .campaing-header-banner-section .text {
  position: absolute;
  left: 70px;
  top: 79px;
  width: 28.14%;
  text-align: left;
}
.campaign-landing .campaign-one .campaing-header-banner-section .text p,
.campaign-landing .campaign-one .campaing-header-banner-section .text h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}
.campaign-landing .campaign-one .campaing-header-banner-section .text span {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}
.campaign-landing .campaign-one .campaing-header-banner-section .content-section {
  background: #ffffff;
  padding: 70px 0 41px 0;
  float: left;
  text-align: center;
  width: 100%;
}
.campaign-landing .campaign-one .campaing-header-banner-section .content-section p {
  font-size: 16px;
  line-height: 32px;
  color: #404040;
  text-align: center;
  margin: 0 auto;
  width: 59.524%;
  float: none;
  letter-spacing: 0;
}
.campaign-landing .campaign-two .home-top-deals {
  padding-bottom: 80px;
}
.campaign-landing .campaign-two .home-top-deals li {
  box-shadow: 0 0 6px 0 #BABABA;
}
.campaign-landing .campaign-two .home-top-deals .banner-content {
  width: 87.961%;
}
.campaign-landing .campaign-two .home-top-deals .banner-content .cat-name {
  font-size: 13px;
  line-height: 16px;
  color: #C22A22;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 29px;
  font-weight: 300;
}
.campaign-landing .campaign-two .home-top-deals .banner-content .sale {
  font-size: 21px;
  line-height: 25px;
  color: #142667;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 13px 0 0 0;
}
.campaign-landing .campaign-two .home-top-deals .banner-content .text div {
  font-size: 13px;
  line-height: 29px;
  color: #404040;
}
.campaign-landing .campaign-two .home-top-deals .banner-content .button, .campaign-landing .campaign-two .home-top-deals .banner-content .button-fancy-large {
  width: 144px;
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile, .campaign-landing .recommendations-items .search-result-items .grid-tile {
  margin-bottom: 43px;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile {
  padding-bottom: 0;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-brand a, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-brand a {
  font-size: 13px;
  line-height: 16px;
  color: #404040;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-brand a:hover, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-brand a:hover {
  color: #00ACEC;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-name, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-name {
  margin: 0;
  height: 55px;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-name a, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-name a:hover, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-name a:hover {
  color: #00ACEC;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .product-pricing .product-sales-price, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .product-pricing .product-sales-price {
  line-height: 16px;
  font-size: 13px;
  font-weight: 300;
}
.campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .product-pricing .todays-payment .product-sales-price, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .product-pricing .todays-payment .product-sales-price {
  font-style: normal;
  line-height: 16px;
  color: #404040;
}
.campaign-landing .campaing-details {
  padding-top: 56px;
}
.campaign-landing .campaing-details .title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #404040;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 11px;
}
.campaign-landing .campaing-details p {
  font-size: 12px;
  line-height: 15px;
  color: #404040;
  margin-bottom: 20px;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: 0;
}
.campaign-landing .campaing-details p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .campaign-landing .recently-viewed .category-heading, .campaign-landing .recommendations-items .category-heading {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
  }
  .campaign-landing .recently-viewed .search-result-items, .campaign-landing .recommendations-items .search-result-items {
    padding: 0 0 0 5%;
  }
  .campaign-landing .recently-viewed .search-result-items .grid-tile:last-child, .campaign-landing .recommendations-items .search-result-items .grid-tile:last-child {
    margin-right: 0;
  }
  .campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-brand a, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-brand a {
    font-size: 12px;
    line-height: 15px;
  }
  .campaign-landing .recently-viewed .search-result-items .grid-tile .product-tile .tile-content .product-name a, .campaign-landing .recommendations-items .search-result-items .grid-tile .product-tile .tile-content .product-name a {
    font-size: 13px;
    line-height: 16px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text {
    width: 27%;
    top: 3%;
    left: 20px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text p,
  .campaign-landing .campaign-one .campaing-header-banner-section .text h1 {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text span {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    float: left;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .content-section {
    padding: 35px 20px 38px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .content-section p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .banner {
    float: left;
    width: 100%;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .banner.mobileonly {
    display: block;
    text-align: center;
    width: 100%;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .banner.mobileonly img {
    width: 100%;
    height: 250px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .banner.desktoponly {
    display: none;
  }
  .campaign-landing .partial-width-slot .home-top-deals {
    padding-bottom: 20px;
  }
  .campaign-landing .partial-width-slot .home-top-deals .banner-content {
    bottom: 30px;
  }
  .campaign-landing .partial-width-slot .home-top-deals .banner-content .sale {
    font-size: 18px;
    line-height: 22px;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li .cat-image {
    width: 100%;
    height: 500px;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li .cat-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li .banner-content {
    width: 87.5%;
    margin: 0 auto;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li .banner-content .button, .campaign-landing .partial-width-slot .home-top-deals .category-list li .banner-content .button-fancy-large {
    display: inline-block;
    width: 146px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .campaign-landing .campaing-details {
    padding-top: 36px;
  }
  .campaign-landing .campaing-details .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pt_content footer {
    margin-top: 43px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text {
    width: 52%;
    top: 3.8%;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li .cat-image {
    width: inherit;
    height: 260px;
  }
  .campaign-landing .partial-width-slot .home-top-deals .category-list li .cat-image img {
    max-width: 100%;
    width: inherit;
    height: 100%;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1300px) {
  .campaign-landing .campaign-one .campaing-header-banner-section .text {
    width: 20.14%;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text p,
  .campaign-landing .campaign-one .campaing-header-banner-section .text h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1299px) and (max-width: 1300px) {
  .campaign-landing .campaign-one .campaing-header-banner-section .text p,
  .campaign-landing .campaign-one .campaing-header-banner-section .text h1 {
    font-size: 23px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .campaign-landing .campaign-one .campaing-header-banner-section .text p,
  .campaign-landing .campaign-one .campaing-header-banner-section .text h1 {
    font-size: 23px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .campaign-landing .campaign-one .campaing-header-banner-section .text {
    width: 15.14%;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text p,
  .campaign-landing .campaign-one .campaing-header-banner-section .text h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .campaign-landing .campaign-one .campaing-header-banner-section .text span {
    font-size: 10px;
    line-height: 14px;
  }
}
.video_popup.ui-dialog {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .video_popup.ui-dialog {
    max-width: 100%;
  }
}
.video_popup.ui-dialog .ui-dialog-title {
  display: none;
}
.video_popup.ui-dialog .ui-dialog-content {
  margin-top: 35px;
}
.video_popup.ui-dialog .ui-dialog-titlebar-close {
  padding: 0;
  right: 20px;
  top: 0;
}
.video_popup.ui-dialog .ui-icon-closethick {
  background-image: url(../images/ui-close-x.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  padding: 0;
  background-position: 0 0;
  margin-top: 0;
}
.video_popup.ui-dialog .video-wrap,
.video_popup.ui-dialog .sub-video-wrap {
  width: 1000px;
  height: 563px;
  float: left;
}
@media screen and (max-width: 1023px) {
  .video_popup.ui-dialog .video-wrap,
  .video_popup.ui-dialog .sub-video-wrap {
    width: 720px;
    height: 405px;
  }
}
@media screen and (max-width: 767px) {
  .video_popup.ui-dialog .video-wrap,
  .video_popup.ui-dialog .sub-video-wrap {
    width: 365px;
    max-width: 100%;
    height: 204px;
  }
}

.img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.img-wrap:after {
  content: "";
  position: absolute;
  background: url(../images/playbtn.png) 0 0 no-repeat transparent;
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recommendations-items ul li {
  max-width: 255px;
  padding: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recommendations-items ul li {
    max-width: 192px;
  }
}

.form-row.email-dreambig {
  width: calc(46% - 2px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .form-row.email-dreambig {
    width: 100%;
  }
}
.form-row.email-dreambig .field-wrapper {
  padding-left: 0;
  width: 100%;
}

.form-row.confirmemail-dreambig {
  width: calc(46% - 2px);
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .form-row.confirmemail-dreambig {
    width: 100%;
    margin-left: 0;
  }
}
.form-row.confirmemail-dreambig .field-wrapper {
  padding-left: 0;
  width: 100%;
}

.dreambigOptIn {
  clear: both;
  display: table;
}
.dreambigOptIn .form-row {
  display: flex;
}
.dreambigOptIn .form-row label {
  padding-top: 0 !important;
  position: initial !important;
  text-transform: initial !important;
}
.dreambigOptIn .field-wrapper {
  width: auto !important;
}
.dreambigOptIn .generatedInputLabel a {
  color: #0071ce;
  text-decoration: underline;
  text-transform: initial;
}

.dreambig-radio-wrap .inputfieldjs-label {
  padding-left: 0 !important;
}
.dreambig-radio-wrap .form-row .field-wrapper {
  display: flex;
  color: #142667;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 500px) {
  .dreambig-radio-wrap .form-row .field-wrapper {
    justify-content: left;
  }
}
.dreambig-radio-wrap .form-row .field-wrapper .radio-wrap {
  display: flex;
  flex-direction: row;
  width: 19%;
}
.dreambig-radio-wrap .form-row .field-wrapper .radio-wrap span {
  margin-left: 2em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .dreambig-radio-wrap .form-row .field-wrapper .radio-wrap {
    width: 28%;
  }
}
@media (max-width: 500px) {
  .dreambig-radio-wrap .form-row .field-wrapper .radio-wrap {
    width: 50%;
  }
}
.dreambig-radio-wrap .form-row label {
  position: relative !important;
  line-height: 1.2;
  text-align: left;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  padding: 1.25em 0.5em;
  color: #0071ce !important;
  margin: 0 0 25px 0 !important;
}
.dreambig-radio-wrap .form-row input[type=radio] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #142667;
  border: 3px solid white;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 17px;
}
.dreambig-radio-wrap .form-row input[type=radio]:checked {
  background: #142667;
}

.dreambig-header {
  line-height: 1.2;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 1.25em 0.5em;
  color: #0071ce;
}

.dreambig-header-text {
  text-align: center;
  font-size: 23px;
  padding: 0 0.5em 1.25em 0.5em;
  color: #0071ce;
  font-weight: 600;
  line-height: 32px;
}

.dreambig-form-text {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 59px;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .dreambig-header-text {
    text-align: left;
    font-size: 23px;
    padding: 0 0 1.25em 0;
  }
  .dreambig-form-text {
    text-align: left;
    font-size: 19px;
    margin-left: 0;
    margin-right: 0;
  }
}
.dreambig-button {
  margin-top: 0 !important;
}
.dreambig-button .button-border {
  background-color: #0071ce;
  border-color: #0071ce;
  border-radius: 14px;
}

.dreambigOptIn #dwfrm_dreambigform_optIn-error {
  position: relative;
  z-index: 300;
  margin-top: 2em;
}
.dreambigOptIn span.error {
  position: relative;
  z-index: 300;
  margin-top: 2em;
}

.dreambig-radio-wrap .field-wrapper {
  position: relative;
}
.dreambig-radio-wrap span.error {
  position: absolute;
  top: -34px;
  left: 14px;
}
.dreambig-radio-wrap .radio-wrap input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
}
.dreambig-radio-wrap .radio-wrap span {
  margin-left: 2em;
}
.dreambig-radio-wrap input[type=checkbox] {
  opacity: 1;
  margin: 0;
  z-index: 0;
}

.form--favorites {
  background-color: #dcedff;
  padding: 2em 2em 0 2em;
  margin-bottom: 2em;
  display: none;
}

.favorites-success {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 1em;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.favorites-success span {
  padding: 14px 15px;
}
.favorites-success span:first-child {
  background-color: rgb(128, 176, 16);
}
.favorites-success .emailsuccess {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
}
.favorites-success button:last-of-type {
  margin-left: auto;
  border: none;
}

.favorites-success {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 1em;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.favorites-success span {
  padding: 14px 15px;
}
.favorites-success span:first-child {
  background-color: rgb(128, 176, 16);
}
.favorites-success .emailsuccess {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
}
.favorites-success button:last-of-type {
  margin-left: auto;
  border: none;
}

.nostoretitle {
  clear: both;
  display: block;
  background-color: #fff !important;
  background: #fff !important;
  font-weight: 700;
  padding: 0 !important;
}

.favorites-fail {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 1em;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.favorites-fail span {
  padding: 14px 15px;
}
.favorites-fail span:first-child {
  background-color: #C22A22;
}
.favorites-fail span:first-child img {
  width: 25px;
  margin-top: 3px;
}
.favorites-fail .emailsuccess {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
}
.favorites-fail button:last-of-type {
  margin-left: auto;
  border: none;
}

.hide-failmessage {
  display: none;
}

.error-checkbox {
  border: 1px solid red;
}

.favorites-form {
  display: flex;
  flex-direction: row;
}
.favorites-form .row-wrap {
  flex: 0 0 50%;
}
.favorites-form .row-wrap .favorites-form-row {
  display: flex;
  flex-direction: row;
}
.favorites-form .row-wrap .row-form-input {
  position: relative;
  width: 48%;
}
.favorites-form .row-wrap .row-form-input label {
  padding: 0 0 0 16px;
  text-align: left;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  position: absolute;
  top: 17px;
  width: 100%;
  pointer-events: none;
}
.favorites-form .row-wrap .row-form-input .form-row {
  width: 97%;
  float: inherit;
  margin: 0 0 24px 0;
}
.favorites-form .form-indent {
  margin-left: 0;
}
.favorites-form .favorites-optin {
  margin-left: 3em;
}
.favorites-form .favorites-optin .form-indent {
  display: flex;
  flex-direction: row;
}
.favorites-form #aarons-club-button {
  background-color: #0071ce;
  color: #ffffff;
  padding: 0.75em 1.75em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
  border: 0.1em solid #0071ce;
  min-width: 8em;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 4px;
}

.generatedInputLabel a {
  color: #0069C8;
  text-decoration: underline;
  pointer-events: initial;
}

.section__button.blue.email-me-button:focus {
  outline: 0 !important;
}

.hide-message {
  display: none;
}

@media (max-width: 1024px) {
  .favorites-form {
    display: flex;
    flex-direction: column;
  }
  .favorites-form .label-inline label {
    font-size: 12px;
  }
  .favorites-form #aarons-club-button {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  #wrapper.pt_cart .cart-actions-top.emailmyfavorites-header {
    padding-bottom: 2em !important;
    width: auto !important;
  }
  .section__button.blue.email-me-button {
    width: auto !important;
    display: block !important;
    font-size: 14px !important;
    padding: 1em 1.75em !important;
    margin: 0 !important;
  }
  .favorites-optin {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .cart-section .section__button.blue.emailmyfav_footerbtn {
    width: auto;
    padding: 1em 1.75em !important;
    margin: 2em 3px !important;
  }
  .emailmyfavorites-header {
    width: 100% !important;
  }
  .favorites-form .row-wrap .row-form-input {
    width: 50%;
  }
  .favorites-form .label-inline label {
    font-size: 12px;
  }
  .favorites-form #aarons-club-button {
    font-size: 14px;
  }
  .form--favorites {
    background-color: #dcedff;
    padding: 4em 2em 0 2em;
    margin-bottom: 2em;
    margin-top: 4em;
  }
}
.button-text.deleteIndvNAllFavoriteProd {
  z-index: 0 !important;
}

.favorites-optin-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.favorites-optin-wrap .generatedInputLabel {
  margin-top: 7px;
  margin-left: 8px;
  font-size: 14px;
  margin-right: 8px;
}

#zipcode-closeBtn {
  display: none;
}

@media (max-width: 400px) {
  #zipcode-closeBtn {
    border: 1px double transparent !important;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 300;
    background-color: #ffffff;
    display: block;
  }
  #zipcode-closeBtn .zipcode-closeBtn-x {
    width: 16px;
    height: 16px;
    padding: 0;
    background-position: 0 0;
    display: block;
  }
}
nav[role=navigation] {
  color: #ffffff;
  left: -50%;
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 0;
}

.sticky-header.fixed {
  position: fixed;
  background: #ffffff;
  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: #000000;
  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: #ffffff;
    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: #ffffff;
  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: #ffffff;
    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;
}

.new-navigation .is-sticky .hed-content {
  padding: 1rem !important;
}

.hide-chat-link #Footer-Lnk-LiveChat {
  display: none;
}

.hide-chat-link .js-livechat {
  display: none;
}

.hide-chat-link #globalWidgetChatButton {
  display: none;
}

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

@media (max-width: 767px) {
  .has-nav-open .new-navigation {
    overflow: hidden;
  }
}

.load-more-custom-button {
  margin: 2em auto 2em auto;
  padding: 1.25em 2.25em;
  padding: 16px;
  background-color: #ffffff;
  border: 2px solid #0069c8;
  font-size: 15px;
  color: #0069c8;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: unset;
  cursor: pointer;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600 !important;
  width: 343px;
  min-width: 343px;
  transition-duration: 50ms;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  display: flex;
}
.load-more-custom-button:hover {
  background-color: #0069c8;
  color: #ffffff;
}

@media (miin-width: 1023px) {
  .search-result-options .desktop-pagingbar {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .search-result-options .desktop-pagingbar {
    display: none !important;
  }
}
nav[role=navigation] {
  color: #ffffff;
  left: -50%;
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 0;
}

.sticky-header.fixed {
  position: fixed;
  background: #ffffff;
  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: #000000;
  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: #ffffff;
    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: #ffffff;
  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: #ffffff;
    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: #ffffff;
  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: #ffffff;
  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%;
  }
}
.breadcrumb {
  padding: 16px 0 0;
  margin: 0;
  line-height: 36px;
}
@media screen and (max-width : 1023px) {
  .breadcrumb {
    width: 100%;
    padding: 0 4.036% 0;
    box-sizing: border-box;
  }
  .breadcrumb .breadcrumb-sec {
    padding-top: 8px;
  }
}
@media screen and (max-width : 767px) {
  .breadcrumb {
    padding: 0 4.829%;
  }
}
.breadcrumb a {
  font-size: 12px;
  line-height: 36px;
}
.breadcrumb .breadcrumb-category {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .breadcrumb .breadcrumb-category {
    display: none;
  }
}
.breadcrumb .breadcrumb-category a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 6px 13px;
}
.breadcrumb .breadcrumb-category .breadcrumb-element {
  position: relative;
  float: left;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
}
.pt_product-details .breadcrumb {
  padding: 0;
  margin: 17px 0 16px 0;
}
.pt_product-details .breadcrumb .breadcrumb-element:after {
  content: "/";
  margin-left: 10px;
  margin-right: 5px;
}
.pt_product-details .breadcrumb .breadcrumb-element.last:after {
  display: none;
}

.paging-current-page {
  left: -999em;
  position: absolute;
}

.breadcrumb-sec .breadcrumb-element:after {
  content: "/";
  margin-left: 10px;
  margin-right: 5px;
}
.breadcrumb-category .breadcrumb-element:after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 8px;
  background: #142667;
}
.breadcrumb-element.breadcrumb-element-previous:after {
  margin-right: 3px;
}
.breadcrumb-sec .breadcrumb-element:last-child {
  color: #BABABA;
}
.breadcrumb-element:last-child:after {
  content: "";
}
.breadcrumb-category .breadcrumb-element:last-child:after {
  content: "";
  background: transparent;
}
.breadcrumb-element.active {
  background: #142667;
  color: #ffffff;
}
.breadcrumb-element.active:after {
  content: "";
  background: transparent;
}
.breadcrumb-element.active + a {
  margin-left: 4px;
}
.breadcrumb-element.active + a:before {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  background: #142667;
}

.breadcrumb-sec a, .breadcrumb-element span a {
  margin: 0;
  padding: 0px !important;
  color: #0069c8;
}

.breadcrumb-sec .breadcrumb-element:after {
  content: none;
  margin: 0;
}

.breadcrumb-sec .breadcrumb-element:not(:last-child) a:after,
.breadcrumb-sec a:after {
  content: "/";
  margin-left: 10px;
  margin-right: 5px;
}

.breadcrumb-refinement {
  font-weight: 700;
  float: left;
}
.breadcrumb-refinement:after {
  content: attr(data-divider);
  font-style: normal;
}
.breadcrumb-refinement:last-of-type:after {
  content: "";
}

.breadcrumb-refined-by {
  font-size: 12px;
  color: #404040;
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumb-refined-by {
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-refined-by {
    display: none;
  }
}

.breadcrumb-refinement-value {
  background-color: #ffffff;
  margin: 5px 10px 5px 0;
  padding: 0 13px;
  border: 1px solid #142667;
  font-size: 12px;
  color: #142667;
  float: left;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb-refinement-value {
    margin: 0 10px 10px 0;
  }
}

.breadcrumb-refinement-name {
  float: left;
  margin-left: 10px;
}

.breadcrumb-relax {
  background: none;
  color: #142667;
  font-style: normal;
  padding: 0 0 0 25px;
}

.breadcrumb-result-text {
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  display: inherit;
  padding-top: 34px;
}

.breadcrumb-result-text a {
  font-size: 36px;
  color: #404040;
}

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  padding: 0;
  display: inline;
}

.breadcrumb-head {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 5px;
}

/* code for bed size 557*/
.refinements.bedsize-dimentions {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  background: #142667;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  margin-top: 20px;
}
.refinements.bedsize-dimentions .refinement.bedSize {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  border: none;
  color: #ffffff;
  float: none;
}
.refinements.bedsize-dimentions .refinement.bedSize .shopsize_heading {
  width: calc(40% - 3px);
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  padding-right: 14%;
  box-sizing: border-box;
  position: relative;
  font-size: 22px;
  line-height: 19px;
}
.refinements.bedsize-dimentions .refinement.bedSize .shopsize_heading:before {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 27px;
  margin-top: 0px;
  position: absolute;
  transform: rotate(158deg);
  right: 23%;
  top: -16px;
  width: 0px;
}
.refinements.bedsize-dimentions .refinement.bedSize .shopsize_heading:after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 27px;
  margin-top: 0px;
  position: absolute;
  transform: rotate(22deg);
  right: 23%;
  top: 9px;
  width: 0;
}
.refinements.bedsize-dimentions .refinement.bedSize .show {
  width: calc(60% - 3px);
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  top: 6px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li {
  width: 100%;
  display: inline-block;
  margin: 0 40px 0 0;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.twin {
  max-width: 42px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.full {
  max-width: 52px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.full a .bed-dimentions {
  padding: 10px 11px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.queen {
  max-width: 63px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.queen a .bed-dimentions {
  padding: 12px 17px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.king {
  max-width: 77px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.king .bed-dimentions {
  padding: 12px 24px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li.selected a .bed-dimentions {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #142667;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li a .bed-dimentions {
  width: 100%;
  display: inline-block;
  padding: 10px 8px;
  box-sizing: border-box;
  background: #ffffff;
  color: #142667;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li a .refine-val {
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
}
.refinements.bedsize-dimentions .refinement.bedSize .show li:last-of-type {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .breadcrumb-result-text, .breadcrumb-result-text a {
    font-size: 24px;
    line-height: 29px;
    box-sizing: border-box;
  }
  .breadcrumb-result-text.breadcrumb-head, .breadcrumb-result-text a.breadcrumb-head {
    font-size: 14px;
    padding-top: 8px;
  }
}
/* code for bed size 557 responsive*/
@media screen and (max-width: 767px) {
  .refinements.bedsize-dimentions {
    padding: 10px 0;
    display: inherit;
    margin: 20px auto 0;
    width: 90%;
  }
  .refinements.bedsize-dimentions .refinement.bedSize .shopsize_heading {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  .refinements.bedsize-dimentions .refinement.bedSize .shopsize_heading:after {
    content: none;
  }
  .refinements.bedsize-dimentions .refinement.bedSize .shopsize_heading:before {
    content: none;
  }
  .refinements.bedsize-dimentions .refinement.bedSize .show {
    width: 100%;
    text-align: center;
  }
  .refinements.bedsize-dimentions .refinement.bedSize .show li {
    margin-right: 28px;
  }
  .refinements.bedsize-dimentions .refinement.bedSize .show li a .bed-dimentions, .refinements.bedsize-dimentions .refinement.bedSize .show li a .refine-val {
    font-size: 13px;
  }
}
#filters-template {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  z-index: 9999;
  overflow: hidden;
}

.breadcrumb .breadcrumb-sec {
  display: flex;
}
.breadcrumb .breadcrumb-sec a {
  color: #000000;
}
.breadcrumb .breadcrumb-sec a:not(:last-child):after {
  content: "/";
  margin-left: 13px;
  margin-right: 11px;
}
.breadcrumb .breadcrumb-sec span:last-child a:after {
  display: none;
}

footer {
  background: #ffffff;
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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 #ffffff;
  height: 50px;
}
footer .button-border button {
  height: 42px;
}

.btn-subscribe {
  float: left;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border: 1px double #ffffff;
  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: #ffffff;
  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: #000000;
  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: #ffffff;
}
.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: #ffffff;
}
.privacy-policy .privacy, .privacy-policy .copyright {
  display: inline-block;
  background: #ffffff;
  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: #ffffff;
  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: #000000;
  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: #ffffff;
    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: #ffffff;
  }
  .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%;
  }
}
.product-tile {
  color: #999999;
  position: relative;
  text-align: center;
  z-index: 0;
}
.product-tile .product-image {
  height: auto;
  position: relative;
}
.product-tile .product-image .quickview {
  background-color: rgba(132, 189, 0, 0.8);
  color: #ffffff;
  display: none;
  width: 55%;
  width: max-content;
  max-width: 75%;
  top: 50%;
  left: 50%;
  padding: 0.5em;
  position: absolute;
  transform: translate(-50%, -50%);
}
.product-tile .product-image .quickview i {
  margin-left: 0.5em;
}
.product-tile .product-image:hover .quickview {
  display: block;
}
.product-tile .tile-content .section {
  justify-content: unset;
}
.product-tile .tile-content .product-brand {
  margin-bottom: 0;
}
.product-tile .tile-content [data-bv-show=inline_rating] {
  position: absolute;
  bottom: 3px;
  right: 10px;
  transform: scale(0.75);
  transform-origin: right;
}
.product-tile .product-brand.preleased-brand-name {
  padding-bottom: 26px;
}
.product-tile .product-pricing {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .product-tile .product-pricing {
    margin-bottom: 20px;
  }
}
.product-tile .product-pricing .product-standard-price {
  color: #404040;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  order: 3;
  margin-top: 0.25em;
}
.product-tile .product-pricing .product-standard-price + .product-sales-price {
  color: #C22A22;
  margin-left: 0;
}
.product-tile .product-pricing .price_sec {
  display: flex;
  margin: 5px 0;
  flex-direction: column;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
  color: #404040;
}
@media (max-width: 500px) {
  .product-tile .product-pricing .price_sec {
    justify-content: flex-end;
  }
}
.product-tile .product-pricing .tile-price-big {
  display: flex;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 870px) {
  .product-tile .product-pricing .tile-price-big {
    font-size: 4vw;
  }
}
@media (max-width: 400px) {
  .product-tile .product-pricing .tile-price-big {
    font-size: 6vw;
  }
}
.product-tile .product-pricing .tile-price-big .price-sales {
  line-height: 1em;
  margin-top: -0.2em;
  font-weight: 800;
  display: flex;
}
.product-tile .product-pricing .tile-price-big .discount-price {
  text-decoration-color: #C22A22;
  font-size: 0.4em;
  line-height: 1em;
  font-weight: bold;
}
.product-tile .product-pricing .tile-price-big .cents-per-and-total {
  font-size: 0.55em;
  line-height: 0.8em;
  text-align: left;
  margin-top: 0.23em;
}
.product-tile .product-pricing .tile-price-big .per-month,
.product-tile .product-pricing .tile-price-big .was-price-before-promotion,
.product-tile .product-pricing .tile-price-big .total-payments {
  color: #404040;
}
.product-tile .product-pricing .tile-price-big .total-payments {
  margin-top: -0.35em;
  font-size: 0.6em;
}
.product-tile .product-pricing .tile-price-big .per-month, .product-tile .product-pricing .tile-price-big .was-price-before-promotion {
  font-size: 0.55em;
}
.product-tile .product-pricing .tile-price-big .currency-symbol {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
}
.product-tile .product-pricing .todays-payment {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 15px;
  margin: 4px 0 0 0;
  color: #142667;
  float: left;
  width: 100%;
}
.grid-tile .product-tile .product-swatches {
  float: left;
  margin-left: 7px;
  margin-bottom: 4px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .grid-tile .product-tile .product-swatches {
    margin-left: 6% !important;
  }
}
.product-tile .product-swatches-all {
  cursor: pointer;
  font-size: 1em;
}
.product-tile .product-swatches ul {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .product-tile .product-swatches ul {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .product-tile .product-swatches ul {
    margin-top: 12px;
  }
}
.product-tile .product-swatches ul.swatch-toggle {
  background: none repeat scroll 0 0 #ffffff;
  display: none;
  position: absolute;
}
.product-tile .product-swatches {
  /* display: none; */
}
.pt_product-search-result .product-tile .product-swatches, .pt_product-compare .product-tile .product-swatches {
  display: block;
}
.product-tile .product-swatches:hover ul.swatch-toggle {
  display: block;
}
.product-tile .product-swatches li {
  float: left;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.product-tile .product-swatches .swatch:focus {
  outline: 0 !important;
}
.product-tile .product-swatches .swatch {
  display: block;
  position: relative;
  /* border-color: #fff;  */
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  margin-right: 2px;
  width: 32px !important;
  height: 32px !important;
}
@media screen and (max-width: 500px) {
  .product-tile .product-swatches .swatch {
    border-color: #f5f5f5 !important;
  }
}
@media screen and (min-width: 501px) {
  .product-tile .product-swatches .swatch {
    border-color: #fff !important;
  }
}
.product-tile .product-swatches .swatch img, .product-tile .product-swatches .swatch img:hover {
  border-radius: 2px;
  text-decoration: none !important;
  border: 0 !important;
  margin: 1px !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 33;
  position: relative;
}
.product-tile .product-swatches .swatch:hover {
  border-color: #e8e8e8;
}
.product-tile .product-swatches .selected {
  border-color: #0069C8 !important;
}
.product-tile .product-swatches .selected, .product-tile .product-swatches .selected:hover {
  outline: 0 !important;
}
.product-tile .product-swatches .swatch-item {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  clear: none;
  position: relative;
  border: 0px solid green;
}
.product-tile .product-swatches .swatch-item:focus .swatch {
  /* border: 2px solid #0069C8; */
}
.product-tile .product-swatches {
  /*
  .selected img, img:hover {
  	border-color: $text-col;
  }
  */
}
.product-tile .product-swatches .selected img {
  border: none !important;
}
.product-tile .product-promo {
  font-size: 0.8em;
  margin: 0.5em 0;
  text-transform: uppercase;
  color: #FF0000;
  float: left;
}
.product-tile .product-compare {
  float: left;
  line-height: 16px;
  width: 100%;
  margin: 0.25em 0 0.575em;
  padding: 0 7.41%;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .product-tile .product-compare {
    display: none;
  }
}
.product-tile .product-compare .field-wrapper {
  margin-bottom: 0;
}
.product-tile .product-compare .field-wrapper:focus-within {
  outline: 2px solid #0069C8 !important;
}
.product-tile .product-compare label {
  color: #404040;
  line-height: 16px;
  font-size: 9px;
  padding: 0 0 0 0.575em;
  font-weight: 500;
}
.product-tile .product-compare input {
  float: left;
  margin: 0;
}
.product-tile .product-compare input:focus + .custom-checkbox {
  outline: 2px solid #0069C8 !important;
}
.product-tile .product-review {
  margin-bottom: 1em;
}
.product-tile .product-review .rating-title {
  display: inline-block;
  margin-right: 1em;
}
.product-tile .product-review .rating {
  display: inline-block;
}
.wide-tiles .product-tile {
  height: auto !important;
}
.wide-tiles .product-tile .product-image {
  float: left;
  padding-right: 2em;
}
.wide-tiles .product-tile .product-name,
.wide-tiles .product-tile .product-pricing,
.wide-tiles .product-tile .product-promo,
.wide-tiles .product-tile .product-swatches,
.wide-tiles .product-tile .product-review {
  float: left;
  text-align: left;
  width: 65%;
}
.wide-tiles .product-tile .product-name {
  font-size: 1.5em;
  /* height: auto; */
  margin-top: 0;
}
.wide-tiles .product-tile .product-pricing {
  font-size: 1.3em;
}
.wide-tiles .product-tile .product-swatches {
  margin-bottom: 1em;
}
.wide-tiles .product-tile .product-swatches img:hover {
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .product-tile {
    padding-bottom: 6px;
  }
}

.express-wrap-redesign .product-swatches {
  display: none !important;
}

.capture-product-id {
  left: -999em;
  position: absolute;
}

#secondary .refinement ul.category-refine {
  margin: 0 0 36px;
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 1023px) {
  #secondary .refinement ul.category-refine {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  #secondary .refinement ul.category-refine a.refinement-link.active {
    color: #00ACEC;
    text-decoration: underline;
  }
}
#secondary .refinement ul.category-refine a {
  color: #142667;
}
@media screen and (max-width: 1023px) {
  #secondary .refinement ul.category-refine a.refinement-line {
    color: #404040;
    width: 100%;
    display: inline-block;
  }
}
#secondary .refinement ul.category-refine a[href]:hover {
  color: #00ACEC;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  #secondary .refinement.category-refinement {
    border-bottom: none;
  }
}
#secondary .refinement.bedSize ul li {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
#secondary .refinement.bedSize ul li.twin {
  max-width: 38px;
}
#secondary .refinement.bedSize ul li.twin a .bed-dimentions {
  padding: 6.5px 4px;
}
#secondary .refinement.bedSize ul li.full {
  max-width: 47px;
}
#secondary .refinement.bedSize ul li.full a .bed-dimentions {
  padding: 6.5px 8px;
}
#secondary .refinement.bedSize ul li.queen {
  max-width: 66px;
}
#secondary .refinement.bedSize ul li.queen a .bed-dimentions {
  padding: 8.5px 17px;
}
#secondary .refinement.bedSize ul li.king {
  max-width: 70px;
}
#secondary .refinement.bedSize ul li.king a .bed-dimentions {
  padding: 8.5px 19px;
}
#secondary .refinement.bedSize ul li.selected a .bed-dimentions {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #142667;
}
#secondary .refinement.bedSize ul li a {
  color: #142667;
  width: 100%;
  display: inline-block;
}
#secondary .refinement.bedSize ul li a .bed-dimentions {
  width: 100%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #142667;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}
#secondary .refinement.bedSize ul li a .refine-val {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
#secondary .refinement.bedSize ul li:last-of-type {
  margin: 0;
}
#secondary .refinement.squareBedSize ul li {
  margin: 0 8px 0 0;
}
#secondary .refinement.squareBedSize ul li .refine-val, #secondary .refinement.squareBedSize ul li a {
  text-align: center;
}

/* code for bed size 557*/
@media screen and (max-width: 767px) {
  #secondary .refinement.bedSize ul li {
    margin: 0 20px 0 0;
  }
  #secondary .refinement.bedSize ul li a .bed-dimentions, #secondary .refinement.bedSize ul li a .refine-val {
    font-size: 13px;
  }
  #secondary .refinement.bedSize ul li.twin {
    max-width: 42px;
  }
  #secondary .refinement.bedSize ul li.twin a .bed-dimentions {
    padding: 10px 6px;
  }
  #secondary .refinement.bedSize ul li.full {
    max-width: 52px;
  }
  #secondary .refinement.bedSize ul li.full a .bed-dimentions {
    padding: 10px;
  }
  #secondary .refinement.bedSize ul li.queen {
    max-width: 63px;
  }
  #secondary .refinement.bedSize ul li.queen a .bed-dimentions {
    padding: 12px 17px;
  }
  #secondary .refinement.bedSize ul li.king {
    max-width: 77px;
  }
  #secondary .refinement.bedSize ul li.king a .bed-dimentions {
    padding: 13px 23px;
  }
}
.express-item-text {
  margin: 0;
  padding: 0 0 0.5em 0;
  display: flex;
}
.express-item-text img {
  width: 24px;
  height: 22.47px;
  margin-right: 8px;
}
@media screen and (max-width: 460px) {
  .express-item-text img {
    width: 18px;
    height: 16.47px;
    margin-right: 7px;
  }
}
.express-item-text p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*   "Montserrat", sans-serif; */
  color: #0069C9;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 0 0;
  padding: 0;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .express-item-text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) and (max-width: 460px) {
  .express-item-text p {
    font-size: 9px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .express-item-text {
    padding: 0 0 0.5em 0;
  }
}

.express-wrap {
  float: left;
  line-height: 16px;
  margin: 0.25em 0 0.575em;
  padding: 0 7.41%;
  text-align: left;
  align-self: flex-end;
}
.express-wrap .express-item-text a {
  display: flex;
  cursor: pointer;
}
.express-wrap .express-item-text span {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .express-wrap {
    margin-top: -5x;
  }
}

.stars-rating-grid {
  /*	
  position: absolute; 
  bottom: 3px; 
  right: 10px; 
  transform-origin: right;
  height:30px;
  */
  float: right;
  margin-left: auto;
  transform: scale(0.75);
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .stars-rating-grid {
    padding-left: 0 !important;
  }
}

.variants-ratings {
  display: block !important;
  width: auto !important;
  transform: scale(0.95) !important;
  float: left !important;
  margin-top: 0 !important;
  clear: left;
}
.variants-ratings div[data-bv-show=inline_rating] {
  margin-left: 0 !important;
}
.variants-ratings div {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  float: left !important;
}
.variants-ratings .bv_stars_svg_no_wrap img {
  margin-left: 0 !important;
  width: 91px !important;
  height: 17px !important;
}
@media screen and (max-width: 767px) {
  .variants-ratings {
    /* margin-left:6% !important;
    width:60px !important;  */
  }
}

.numRating, .avgRating {
  display: inline;
  float: left;
  clear: none;
  transform: scale(0.95) !important;
  /* min-width: 20px;
  min-height: 20px; */
}

.avgRating {
  margin: 1px 0 0 3px;
}

.numRating {
  margin: 1px 0 0 2px;
}

.product-tile .product-pricing .todays-payment {
  color: #404040;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  display: block;
}

/* TILE REDESIGN GLOBAL */
.tile-redesign {
  color: #404040;
}
@media screen and (min-width: 769px) {
  .tile-redesign .onSale {
    font-size: 1em;
  }
  .tile-redesign .product-name.name-link {
    font-size: 1.1em;
  }
  .tile-redesign .article-home .name-link, .tile-redesign .top-deal .name-link {
    font-size: 2vw;
  }
  .tile-redesign .product-brand {
    font-size: 1em !important;
  }
  .tile-redesign .wasPrice {
    font-size: 0.7em;
  }
  .tile-redesign .monthly-payment-title,
  .tile-redesign .todays-payment-title,
  .tile-redesign .product-pricing .todays-payment {
    font-size: 0.95em;
  }
  .tile-redesign .productprice-wrap {
    font-size: 1.3em;
  }
  .tile-redesign .per-month, .tile-redesign .was-price-before-promotion {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 648px) {
  .tile-redesign .product-brand.name-link.product-brand-no-price {
    margin-bottom: 2px !important;
  }
  .tile-redesign .onSale {
    font-size: 2vw;
  }
  .tile-redesign .product-name.name-link {
    /* font-size:3.5vw; */
    font-size: 1em;
    height: 5em;
  }
  .tile-redesign .article-home .name-link, .tile-redesign .top-deal .name-link {
    font-size: 2.7vw !important;
  }
  .tile-redesign .product-brand {
    font-size: 2.3vw !important;
  }
  .tile-redesign .wasPrice {
    font-size: 2vw;
  }
  .tile-redesign .monthly-payment-title,
  .tile-redesign .todays-payment-title,
  .tile-redesign .product-pricing .todays-payment {
    font-size: 2.3vw;
  }
  .tile-redesign .productprice-wrap {
    font-size: 3vw;
  }
  .tile-redesign .per-month, .tile-redesign .was-price-before-promotion {
    font-size: 0.9em;
  }
  .tile-redesign .withcompare {
    margin-bottom: 0 !important;
  }
  .tile-redesign .product-sales-price {
    border-bottom: 0px solid #fff !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 649px) {
  .tile-redesign .onSale {
    font-size: 1.3em;
  }
  .tile-redesign .product-name.name-link {
    font-size: 1.2em;
  }
  .tile-redesign .article-home .name-link, .tile-redesign .top-deal .name-link {
    font-size: 2.4vw !important;
  }
  .tile-redesign .product-brand {
    font-size: 1em !important;
  }
  .tile-redesign .wasPrice {
    font-size: 0.9em;
  }
  .tile-redesign .monthly-payment-title,
  .tile-redesign .todays-payment-title,
  .tile-redesign .product-pricing .todays-payment {
    font-size: 1.3em;
  }
  .tile-redesign .productprice-wrap {
    font-size: 1.7em;
  }
  .tile-redesign .per-month, .tile-redesign .was-price-before-promotion {
    font-size: 0.9em;
  }
  .tile-redesign .withcompare {
    margin-bottom: 0 !important;
  }
  .tile-redesign .product-sales-price {
    border-bottom: 0px solid #fff !important;
  }
}
.tile-redesign a {
  color: #404040;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.tile-redesign .product-brand.name-link.product-brand-no-price {
  margin-bottom: 4px;
  width: 88%;
}
.tile-redesign .temporarily-out-stock {
  background-color: #525252 !important;
  z-index: 22;
  opacity: 1 !important;
  font-size: inherit;
}
.tile-redesign .temporarily-out-stock span {
  display: none;
}
.tile-redesign .temporarily-out-stock em::before {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  content: "Out of stock";
}
.tile-redesign .onSale {
  color: #C22A22;
  font-weight: 700;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  /* display: inline; */
  position: absolute;
  bottom: 11px;
  width: auto;
  right: 2%;
  padding: 3px 5px;
  background: #fff;
}
.tile-redesign .article-home .name-link, .tile-redesign .top-deal .name-link {
  height: auto !important;
  display: block !important;
  float: left !important;
  clear: both !important;
  text-align: left !important;
  font-weight: 400 !important;
  margin: 0 6% !important;
  color: #404040 !important;
}
.tile-redesign .product-name, .tile-redesign .product-brand, .tile-redesign .todays-payment, .tile-redesign .tile-monthly-payment {
  display: block;
  float: left;
  clear: both;
  text-align: left;
  font-weight: 400;
  margin: 0 6%;
}
.tile-redesign .product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 3.9em;
  max-height: 54px;
  margin-bottom: 0.8em;
}
@media (max-width: 560px) {
  .tile-redesign .product-name {
    height: 3.9em !important;
  }
}
.tile-redesign .stars-rating-grid {
  float: left;
  width: 50%;
  transform: none;
  height: 2vh;
  margin-top: 1em;
}
.tile-redesign [data-bv-show=inline_rating] div {
  transform: scale(0.75) !important;
}
.tile-redesign [data-bv-show=inline_rating] .bv_hover.bv_hover {
  padding-bottom: 0 !important;
}
.tile-redesign .product-sales-price, .tile-redesign .tile-monthly-payment {
  border-top: 1px solid #ddd;
  width: 90%;
}
.tile-redesign .product-sales-price {
  padding-top: 2px;
}
.tile-redesign .product-sales-price .productprice-wrap {
  padding-top: 3px;
}
.tile-redesign .tile-monthly-payment {
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.tile-redesign .product-sales-price {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 0;
}
.tile-redesign .product-sales-price.nocompare {
  border-bottom: 0 solid #fff;
}
.tile-redesign .withcompare {
  margin-bottom: 36px;
}
.tile-redesign .nocompare {
  margin-bottom: 4px;
}
.tile-redesign .monthly-payment-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tile-redesign .todays-payment-title {
  display: block;
  float: left;
  clear: none;
  line-height: 1.35em;
}
.tile-redesign .todays-payment-title {
  padding-top: 4px;
}
.tile-redesign .wasPrice {
  line-height: initial;
  clear: right;
  float: right;
  padding-right: 8px;
  color: #404040;
  font-weight: 500;
}
.tile-redesign wasPrice.beforePromo {
  clear: left;
}
.tile-redesign .monthly-payment-title,
.tile-redesign .todays-payment-title,
.tile-redesign .product-pricing .todays-payment {
  color: #202020; /* $charcoal-grey;  */
  font-weight: 400;
  font-style: initial;
}
.tile-redesign .productprice-wrap {
  font-weight: 700;
  line-height: initial;
  margin: 0;
  text-align: right;
  float: right;
}
.tile-redesign .per-month, .tile-redesign .was-price-before-promotion {
  display: block;
  clear: both;
  color: #404040;
  clear: both;
  margin-bottom: 3px;
}
.tile-redesign .per-month {
  float: left;
  clear: both;
  width: auto;
}
.tile-redesign .per-month {
  font-weight: 600;
  display: block;
}
.tile-redesign .was-price-before-promotion {
  font-weight: 400;
}
.tile-redesign .productprice-wrap.product-price-sale {
  color: #C22A22;
}
.tile-redesign .search-result-items .grid-tile .product-tile .product-compare {
  padding: 0 6%;
}
.tile-redesign .no-reviews {
  display: inline;
  float: left;
  clear: none;
  width: 120px;
  height: 3.3vh;
  width: 50%;
}
.tile-redesign .product-compare {
  bottom: 0;
  position: absolute;
  height: 20px;
}
.tile-redesign .product-image {
  padding-bottom: 0 !important;
}
.tile-redesign .product-name.name-link {
  line-height: initial;
}

@media screen and (max-width: 1024px) {
  .article--home .tile-redesign {
    font-size: 1.5em;
  }
  .article--home .tile-redesign .product-brand.name-link {
    font-size: 1em !important;
  }
  .temporarily-out-stock {
    font-size: 1.5em;
  }
}
.search-result-items .grid-tile .product-tile.tile-redesign.no-compare {
  padding-bottom: 0;
}

.cutoff {
  display: flex;
  height: 30px;
  position: absolute;
  top: -1%;
  right: -7px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
}

.cutoff-bg-blue {
  background-color: #0069C8;
}

.cutoff-text p {
  padding: 7px 1px 0 7px;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Montserrat', sans-serif; */
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  font-size: 1em !important;
  line-height: 12px;
  float: left;
  text-transform: uppercase;
}

.cutoff-trangle {
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  margin-left: -2px;
}

.cutoff-trangle-blue {
  border-top: 50px solid #0069C8;
}

.express-wrap-redesign {
  float: left;
  line-height: 16px;
  margin: 0.25em 0 0.575em;
  padding: 0 3%;
  text-align: left;
  -ms-flex-item-align: end;
  /* align-self: flex-end;	*/
}
.express-wrap-redesign p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Montserrat", sans-serif; */
  margin: 3px 0 0 4px;
  padding: 0;
  /* border-left: 1px solid #bababa; */
  font-weight: 600;
  font-size: 0.83em;
  line-height: normal;
  color: #404040; /* #0069C9; */
  margin-bottom: 0;
  padding-top: 0;
  letter-spacing: 0;
}
.express-wrap-redesign .express-item-text-redesign {
  margin: 0;
  padding: 0 0 0.5em 0;
  display: -ms-flexbox;
  display: flex;
}
.express-wrap-redesign .express-item-text-redesign span {
  text-decoration: underline;
}
.express-wrap-redesign .express-item-text-redesign a {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.express-wrap-redesign .express-item-text-redesign a img {
  width: 51px !important;
  height: 28px !important;
  margin-right: 5px !important;
  margin-top: 3px;
}

.express-item-grid-style-redesign {
  padding: 0;
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  float: inherit;
}
@media screen and (max-width: 500px) {
  .express-item-grid-style-redesign {
    margin: 0;
  }
}
.express-item-grid-style-redesign .express-item-text-redesign a {
  align-items: center;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
  color: #00166f;
}
.express-item-grid-style-redesign .express-item-text-redesign a .fast-time-icon-re {
  padding: 0;
  content: url(../images/Express-Delivery-Icon-Duotone.svg);
  background: none;
  width: 32px;
  height: 18px;
  margin: 0;
}
.express-item-grid-style-redesign .express-item-text-redesign a img {
  width: 27px !important;
  height: 16px !important;
  margin-right: -2px !important;
  margin-top: 3px;
}
.express-item-grid-style-redesign .express-item-text-redesign p {
  border-left: none;
  font-weight: 400 !important;
  color: #404040 !important;
  margin: 3px 0 0 8px !important;
  font-size: 0.75rem !important;
  line-height: 1.333333;
}

.freedelivery-item-grid-style {
  padding: 0;
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  float: inherit;
}
.freedelivery-item-grid-style .freedelivery-item-text {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.freedelivery-item-grid-style .freedelivery-item-text .delivery-dot {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #91c712;
  border-radius: 100%;
  margin-right: 4px;
}
.freedelivery-item-grid-style .freedelivery-item-text p {
  font-size: 14px;
  color: #404040;
  line-height: 16px;
  letter-spacing: -0.17px;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .freedelivery-item-grid-style .freedelivery-item-text p {
    font-size: 13px;
  }
}

.freedeliverymessage-class .express-item-grid-style-redesign {
  margin: 0 12px;
}
.freedeliverymessage-class .express-item-text-redesign a {
  display: flex;
  align-items: center;
  background-color: #e0e7f3;
  padding: 5px 3px !important;
  margin-bottom: 15px !important;
  color: #00166f;
  border-radius: 8px;
  width: 100%;
}
.freedeliverymessage-class .express-item-text-redesign a .fast-time-icon-re {
  padding: 0;
  content: url(../images/Express-Delivery-Icon-Duotone.svg);
  background: none;
  width: 27px;
  height: 16px;
  margin: 0;
}
.freedeliverymessage-class .express-item-text-redesign a img {
  width: 27px !important;
  height: 16px !important;
  margin-right: -2px !important;
  margin-top: 3px;
}
.freedeliverymessage-class .express-item-text-redesign p {
  color: #00166f !important;
  margin: 0 0 0 5px !important;
  font-size: 12px !important;
}

.expressresultsproducts-wrapper .product-swatches {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .expressresultsproducts-wrapper .grid-tile {
    margin: 0 5.35% 20px 0 !important;
    width: 47.323% !important;
  }
  .expressresultsproducts-wrapper .grid-tile:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .expressresultsproducts-wrapper .express-result .grid-tile {
    width: 47.323% !important;
    flex: 0 1 47.323% !important;
  }
}
.expressresultsproducts-wrapper .express-wrap-redesign {
  padding: 0 4%;
}
.expressresultsproducts-wrapper .express-wrap-redesign p {
  font-size: 0.91em;
}
.expressresultsproducts-wrapper .tile-redesign .product-sales-price {
  /* margin-bottom: 0; */
  padding-bottom: 0;
}

@media screen and (min-width: 1300px) {
  .express-wrap-redesign p {
    font-size: 0.9em;
  }
}
.temporarily-out-stock {
  background-color: #525252 !important;
}

.brandland .express-wrap-redesign p {
  margin: 3px 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.83em;
  line-height: normal;
  color: #0069C9;
  letter-spacing: 0;
  margin-bottom: 0 !important;
  font-size: 0.9em;
}

.zipcode-error1 {
  display: flex;
}

.last-visited .tile-redesign {
  height: auto !important;
}

.last-visited .tile-redesign::after {
  content: "";
  display: block;
  clear: both;
}

.zoom-product-image-padding .zoom-thumb-padding {
  max-width: 94% !important;
  margin: 3% !important;
  padding: 0 !important;
}
.zoom-product-image-padding .temporarily-out-stock {
  max-width: 94% !important;
  margin: 3% !important;
  padding: 0.5em 0 !important;
}

.grid-rd-style-white {
  background-color: #f5f5f5 !important;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .recommendations-items .weekly-container {
    margin: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .recommendations-items .no-reviews {
    margin-left: 8px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .recommendations-items .product-name {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .recommendations-items .product-brand-no-price {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .recommendations-items .stars-rating-grid {
    margin-left: 12px !important;
  }
}
.grid-rd-style-white .deleteIndvNAllFavoriteProd {
  display: none;
}
.grid-rd-style-white .stars-rating-grid:empty {
  display: none;
}
.grid-rd-style-white .no-reviews:empty {
  display: none;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .full-width-slot {
    background-color: #ffffff;
  }
  .grid-rd-style-white .full-width-slot .html-slot-container {
    background-color: #ffffff !important;
  }
  .grid-rd-style-white .inner-width {
    background-color: #ffffff !important;
  }
  .grid-rd-style-white .inner-width .breadcrumb .breadcrumb-sec {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white {
    background-color: #f5f5f5 !important;
  }
}
.grid-rd-style-white .search-result-items .grid-tile {
  box-shadow: 0 0 0px 1px #d5d5d5 !important;
  margin-bottom: 20px;
}
.grid-rd-style-white .search-result-items .grid-tile:hover {
  box-shadow: 0 0 4px 0 #0069C8 !important;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items .grid-tile {
    box-shadow: 0 0 0px 1px #d5d5d5 !important;
    background: none repeat scroll 0 0 #ffffff;
    margin-bottom: 44px;
  }
}
.grid-rd-style-white .search-result-items .grid-tile .product-tile {
  display: flex;
}
.grid-rd-style-white .search-result-items .grid-tile a {
  margin: 0;
  padding-bottom: 15px;
}
.grid-rd-style-white #secondary .refinement div span.refine-val {
  background-color: #ffffff !important;
}
.grid-rd-style-white #secondary {
  background-color: #ffffff !important;
  margin-top: 30px;
}
.grid-rd-style-white #secondary .refinement a span.refine-val {
  background-color: #ffffff !important;
}
.grid-rd-style-white .refinement .notoggle {
  background-color: #ffffff !important;
}
.grid-rd-style-white .product-tile .product-swatches {
  position: relative;
  /* width: 120px; */
  width: auto;
  clear: both;
}
.grid-rd-style-white .product-tile .product-swatches.variants-wrapper {
  width: auto;
  /* margin-right: 6%; */
}
.grid-rd-style-white .product-tile .product-swatches .plusMore {
  display: inline-block;
  vertical-align: middle;
  clear: none;
  height: 34px;
  padding-top: 8px;
}
.grid-rd-style-white .product-tile .product-swatches.variants-more {
  width: 90%;
  display: inline-flex;
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin: 0 5% !important;
  padding: 0 !important;
  text-align: left;
}
.grid-rd-style-white .product-tile .product-swatches.variants-more.partialMore {
  width: 100%;
  margin: 0 0 0 5%;
}
.grid-rd-style-white .product-tile .product-swatches.variants-more .variants-more-box {
  overflow-x: hidden;
}
.grid-rd-style-white .product-tile .product-swatches.variants-more .variants-more-box ul {
  display: inline-flex;
}
.grid-rd-style-white .product-tile .product-swatches.variants-more .variants-more-box ul li {
  /* margin-left:3px !important; */
}
@media screen and (max-width: 767px) {
  .grid-rd-style-white .product-tile .product-swatches {
    width: calc(100% - 24px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: inherit;
    margin-left: 12px;
    margin-right: 12px;
  }
  .grid-rd-style-white .product-tile .product-swatches.non-swatches {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .product-tile .product-swatches {
    margin-left: 12px;
    margin-right: 0;
  }
  .grid-rd-style-white .product-tile .product-swatches.non-swatches {
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider {
  display: block;
  margin-left: 12px !important;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .variants-slider-box {
  display: block;
  position: relative;
  float: left;
  clear: right;
  height: 40px;
  padding: 0;
  width: calc(100% - 40px);
  margin: 0 20px;
  overflow-x: scroll;
  text-align: left;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .variants-slider-box::-webkit-scrollbar {
  display: none;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .swatch-list {
  display: inline-flex;
  position: absolute;
  z-index: 1;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .swatch-list li.swatch-item {
  margin-right: 5px !important;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .swatch-list {
  /*
  li.swatch-item:first-child {
  			margin-left:20px !important;
  }
  li.swatch-item:last-child {
  			margin-right:20px !important;
  }
  */
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .scroll-click-right-var {
  right: 0; /* 20px; */
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .scroll-click-left-var {
  left: 0; /* -16px; */
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .scroll-click-left-var, .grid-rd-style-white .product-tile .product-swatches.variants-slider .scroll-click-right-var {
  z-index: 22;
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 4px;
  padding: 3px 6px;
  position: absolute;
  /* background-color: #0069c8;
     border: 1px solid #0069c8; */
  top: 2px;
  color: #fff;
  display: none;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .fa-angle-left:before {
  content: "\f104";
  color: #404040;
  font-size: 1.75em;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .fa-angle-right:before {
  content: "\f105";
  color: #404040;
  font-size: 1.75em;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .far.fa-angle-left,
.grid-rd-style-white .product-tile .product-swatches.variants-slider .far.fa-angle-right {
  display: block;
  height: 12px;
  width: 9px;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .far.fa-angle-left {
  background: url(https://aarons.a.bigcontent.io/v1/static/chevron-left-solid-white) no-repeat;
  background-size: contain;
}
.grid-rd-style-white .product-tile .product-swatches.variants-slider .far.fa-angle-right {
  background: url(https://aarons.a.bigcontent.io/v1/static/chevron-right-solid-white) no-repeat;
  background-size: contain;
}
.grid-rd-style-white .search-result-items {
  grid-gap: 0 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1298px) {
  .grid-rd-style-white .search-result-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .grid-rd-style-white .search-result-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 16px;
  }
}
.grid-rd-style-white .search-result-items li.item-width-promo {
  display: none;
}
.grid-rd-style-white .search-result-items li .weekly-favorites .favorite-icon {
  top: 10px;
  right: 10px;
}
.grid-rd-style-white .search-result-items li .favorite-icon {
  background-image: url("../images/fav-rd-icon.svg");
  border: 1px solid #e4e7eb;
  border-radius: 23px;
  top: 0;
  right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .favorite-icon {
    top: 7px;
    right: 0;
  }
}
.grid-rd-style-white .search-result-items li .favorite-icon.prodisincart {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white .search-result-items li .favorite-icon.prodnotoutcart {
  background-image: url("../images/fav-rd-icon.svg");
}
.grid-rd-style-white .search-result-items li .favorite-icon:hover {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white .search-result-items li .product-name {
  height: auto;
  overflow: initial;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-name {
    height: auto !important;
    overflow: initial;
  }
}
.grid-rd-style-white .search-result-items li .product-name.name-link {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.15px;
  font-weight: 600;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 4px;
  max-height: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-name.name-link {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-brand.name-link.product-brand-no-price {
    margin: 0 0 8px 0 !important;
  }
}
.grid-rd-style-white .search-result-items li .product-brand {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px !important;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-bottom: 4px;
  display: block;
  width: inherit;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-brand {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
  }
}
.grid-rd-style-white .search-result-items li .tile-monthly-payment {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  width: 89%;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .tile-monthly-payment {
    padding-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    width: inherit;
  }
}
.grid-rd-style-white .search-result-items li .product-has-sales-price {
  flex-direction: inherit;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-has-sales-price {
    width: inherit;
    margin: 0;
  }
}
.grid-rd-style-white .search-result-items li .product-has-no-sales-price {
  flex-direction: column;
}
.grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container {
  display: flex;
  margin-left: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 1291px) {
  .grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container {
    margin-left: -10px;
  }
}
.grid-rd-style-white .search-result-items li .stars-rating-grid {
  margin-bottom: 1em;
  margin-left: 12px;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .stars-rating-grid {
    margin-left: 0;
  }
}
.grid-rd-style-white .search-result-items li .stars-rating-grid .bv_text {
  font-size: 14px !important;
}
.grid-rd-style-white .search-result-items li .stars-rating-grid .bv_stars_svg_no_wrap img {
  margin-left: -9px;
}
.grid-rd-style-white .search-result-items li .stars-rating-grid .bv_averageRating_component_container {
  transform: scale(0.95) !important;
}
.grid-rd-style-white .search-result-items li .stars-rating-grid .bv_numReviews_component_container {
  transform: scale(0.95) !important;
}
.grid-rd-style-white .search-result-items li .productprice-wrap {
  text-align: inherit;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.12px;
  display: flex;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .productprice-wrap {
    font-size: 18px;
    font-weight: 400;
  }
}
.grid-rd-style-white .search-result-items li .productprice-wrap .monthly-payment-title-line {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  Montserrat; */
  font-size: 14px;
  letter-spacing: -0.11px;
  margin-left: 0;
  font-weight: 600;
  margin-top: 2px;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .productprice-wrap .monthly-payment-title-line {
    font-size: 12px;
  }
}
.grid-rd-style-white .search-result-items li .wasPrice {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 14px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 20px;
  letter-spacing: -0.17px;
  font-weight: 400;
  padding-left: 8px;
  float: left;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .wasPrice {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .grid-rd-style-white .search-result-items li .wasPrice {
    padding-left: 0;
  }
}
.grid-rd-style-white .search-result-items li .monthly-payment-title {
  justify-content: normal;
  color: #404040;
  position: relative;
  flex-basis: auto;
  width: auto;
  flex-direction: column;
  flex: 0 1 100%;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white .search-result-items li .monthly-payment-title {
    flex-direction: column;
    flex: 0 1 100%;
    width: auto;
  }
}
.grid-rd-style-white .search-result-items li .monthly-payment-title .onSale {
  color: #fff;
  font-weight: 700;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  display: inline;
  position: absolute;
  bottom: 11px;
  width: auto;
  right: 2%;
  bottom: 0;
  padding: 3px 9px;
  background: #C22A22;
}
.grid-rd-style-white .search-result-items li .withstrike {
  text-decoration: line-through;
  flex: 0;
  flex-basis: auto;
  padding: 0;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white .search-result-items li .withstrike {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .withstrike {
    padding: 0;
  }
}
.grid-rd-style-white .search-result-items li .withstrike span {
  display: none;
}
.grid-rd-style-white .search-result-items li .onSaleRD {
  flex: 0 1 22%;
  color: #fff;
  font-weight: 500;
  background: #c41e24;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  Montserrat; */
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.17px;
  display: block;
  padding: 0px 3px;
  text-align: center;
  height: fit-content;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white .search-result-items li .onSaleRD {
    order: inherit;
    line-height: 27px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .onSaleRD {
    font-size: 10px;
    line-height: 26px !important;
    padding: 0px 7px;
  }
}
.grid-rd-style-white .search-result-items li .onSale,
.grid-rd-style-white .search-result-items li .onClearance {
  background: #c41e24;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: block;
  float: none;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 12px;
  margin: 0 12px;
  padding-top: 6px;
  position: static;
  text-align: center;
  text-decoration: none solid #fff;
  text-transform: uppercase;
  width: auto;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white .search-result-items li .onSale,
  .grid-rd-style-white .search-result-items li .onClearance {
    order: inherit;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .onSale,
  .grid-rd-style-white .search-result-items li .onClearance {
    font-size: 12px;
    line-height: 20px !important;
    padding: 2px 7px 0px;
  }
}
.grid-rd-style-white .search-result-items li .onSaleRe {
  flex: 0;
  float: left;
  text-transform: capitalize;
  flex-basis: auto;
  margin-left: 8px;
  padding: 0px 8px;
  height: fit-content;
  position: inherit;
  color: #fff;
  font-weight: 500;
  background: #c41e24;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.17px;
  display: block;
  text-align: center;
  bottom: 0;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white .search-result-items li .onSaleRe {
    order: inherit;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .onSaleRe {
    font-size: 12px;
    line-height: 20px !important;
    padding: 0px 7px;
  }
}
.grid-rd-style-white .search-result-items li .per-month {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.17px;
  font-weight: 400;
  flex-basis: auto;
  flex: 0 1 100%;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .per-month {
    font-size: 12px;
  }
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white .search-result-items li .per-month {
    flex: 0 1 100%;
  }
}
.grid-rd-style-white .search-result-items li .remove-zoom-product-image-height {
  height: auto !important;
}
.grid-rd-style-white .search-result-items li .product-image {
  margin-bottom: 8px !important;
  height: 244px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-image {
    height: auto;
    min-height: 213px;
  }
}
@media screen and (max-width: 414px) {
  .grid-rd-style-white .search-result-items li .product-image {
    height: auto;
    min-height: 174px;
  }
}
@media screen and (max-width: 390px) {
  .grid-rd-style-white .search-result-items li .product-image {
    height: auto;
    min-height: 167px;
  }
}
@media screen and (max-width: 767px) {
  .grid-rd-style-white .search-result-items li .product-image {
    background-color: #fff;
  }
}
.grid-rd-style-white .search-result-items li .product-image img {
  height: 100%;
  /* object-fit: cover; */
  margin: 12px !important;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-image img {
    height: auto;
    margin: 0;
  }
}
.grid-rd-style-white .search-result-items li .product-image .zoom-thumb-height-remove {
  height: auto;
}
.grid-rd-style-white .search-result-items li .product-image .zoom-thumb {
  height: 100%;
  width: auto !important;
  flex-direction: column;
  align-items: center;
  margin: 12px !important;
  background-size: auto !important;
  max-width: inherit !important;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-image .zoom-thumb {
    height: inherit;
    flex: 1;
    margin: 0 !important;
    max-width: inherit;
  }
}
.grid-rd-style-white .search-result-items li .product-image .temporarily-out-stock {
  background-color: transparent !important;
  opacity: inherit !important;
  max-width: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0 !important;
}
.grid-rd-style-white .search-result-items li .product-image .temporarily-out-stock span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #000000;
  opacity: 75%;
  display: block;
  margin: 0 12px;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white .search-result-items li .product-image .temporarily-out-stock span {
    margin: 0 12px;
  }
}
.grid-rd-style-white .search-result-items li .product-image .temporarily-out-stock em::before {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-weight: 400 !important;
  content: "Out of stock";
  display: none;
}
.grid-rd-style-white .search-result-items li .product-image .onSale {
  color: #fff;
  font-weight: 500;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  position: absolute;
  bottom: inherit;
  width: auto;
  right: inherit;
  padding: 0;
  background: #c41e24;
  bottom: 0;
  right: 0;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  text-transform: uppercase;
}
.grid-rd-style-white .search-result-items li .product-image .onSale span {
  background: #c41e24;
  display: block;
  padding: 0px 9px 0px 9px;
}
.grid-rd-style-white .search-result-items li .product-image .onSales {
  color: #fff;
  font-weight: 500;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  position: absolute;
  bottom: inherit;
  width: auto;
  right: inherit;
  padding: 0;
  background: #c41e24;
  bottom: 0;
  right: 0;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  text-transform: uppercase;
}
.grid-rd-style-white .search-result-items li .product-image .onSales span {
  background: #c41e24;
  display: block;
  padding: 0px 9px 0px 9px;
}
.grid-rd-style-white #secondary .refinement div i.uncheck,
.grid-rd-style-white #secondary .refinement a i.uncheck {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E.unchecked%7Bfill:%23757575;%7D%3C/style%3E%3C/defs%3E%3Cpath class='unchecked' d='M20.31,0H4.69C2.1,0,0,2.09,0,4.66v15.68c0,2.57,2.1,4.66,4.69,4.66h15.63c2.58,0,4.69-2.09,4.69-4.66V4.66c0-2.57-2.1-4.66-4.69-4.66Zm2.13,20.65c0,1.06-.86,1.92-1.93,1.92H4.38c-1.06,0-1.93-.86-1.93-1.92V4.45c0-1.06,.86-1.92,1.93-1.92H20.51c1.06,0,1.93,.86,1.93,1.92V20.65Z'/%3E%3C/svg%3E") !important;
}
.grid-rd-style-white #secondary .refinement div i.check,
.grid-rd-style-white #secondary .refinement a i.check {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E.checked%7Bfill:%230069c8;%7D%3C/style%3E%3C/defs%3E%3Cpath class='checked' d='M20.31,0H4.69C2.1,0,0,2.09,0,4.66v15.68c0,2.57,2.1,4.66,4.69,4.66h15.63c2.58,0,4.69-2.09,4.69-4.66V4.66c0-2.57-2.1-4.66-4.69-4.66Zm-.68,10.29l-7.1,7.06c-.6,.6-1.59,.6-2.2,0l-3.55-3.53c-.61-.6-.61-1.58,0-2.19,.6-.6,1.59-.6,2.2,0l2.45,2.44,6-5.97c.6-.6,1.59-.6,2.2,0,.6,.6,.6,1.58,0,2.19Z'/%3E%3C/svg%3E	") !important;
}
.grid-rd-style-white #secondary .refinement div i.uncheck,
.grid-rd-style-white #secondary .refinement div i.check,
.grid-rd-style-white #secondary .refinement a i.check,
.grid-rd-style-white #secondary .refinement a i.uncheck {
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 18px !important;
  height: 18px !important;
}
.grid-rd-style-white .filter-refinement .breadcrumb-refined-by {
  display: none;
}
.grid-rd-style-white .filter-refinement .breadcrumb-refinement-value {
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  color: #404040;
}
.grid-rd-style-white .filter-refinement .breadcrumb-refinement-value .breadcrumb-relax {
  color: #404040;
}
.grid-rd-style-white .filter-refinement .clear-refinements .remove-all {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #0069c8;
  text-decoration: none solid rgb(0, 105, 200);
  line-height: 24px;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  font-weight: 600;
}
.grid-rd-style-white .weeklyOnSale {
  width: 42px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  right: 10px;
}

@media screen and (max-width: 500px) {
  .pt_product-search-result .grid-rd-style-white .search-result-items .grid-tile {
    margin-bottom: 44px !important;
  }
  .grid-rd-style-white .search-result-items .grid-tile a {
    padding-bottom: 0 !important;
  }
}
.grid-rd-style-white-favorite-page .no-reviews .bv_stars_component_container {
  transform: scale(0.75) !important;
  display: flex;
  margin-left: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 1291px) {
  .grid-rd-style-white-favorite-page .no-reviews .bv_stars_component_container {
    transform: scale(0.79) !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .no-reviews .bv_stars_component_container {
    transform: scale(0.6) !important;
    margin-left: -10px;
  }
}
.grid-rd-style-white-favorite-page .button-text.deleteIndvNAllFavoriteProd {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-favorite-page .stars-rating-grid:empty {
  display: none;
}
.grid-rd-style-white-favorite-page .no-reviews:empty {
  display: none;
}
.grid-rd-style-white-favorite-page .search-result-items li .favorites {
  margin-top: auto;
}
.grid-rd-style-white-favorite-page .search-result-items li .favorite-icon {
  background-image: url("../images/fav-rd-icon.svg");
  border: 1px solid #e4e7eb;
  border-radius: 23px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .favorite-icon {
    top: 7px;
    right: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .favorite-icon.prodisincart {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-favorite-page .search-result-items li .favorite-icon.prodnotoutcart {
  background-image: url("../images/fav-rd-icon.svg");
}
.grid-rd-style-white-favorite-page .search-result-items li .favorite-icon:hover {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-favorite-page .search-result-items li .product-name {
  height: auto;
  overflow: initial;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-name {
    height: auto !important;
    overflow: initial;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-name.name-link {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.15px;
  font-weight: 600;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 4px;
  max-height: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-name.name-link {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-brand {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px !important;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-bottom: 4px;
  display: block;
  width: inherit;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-brand {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .tile-monthly-payment {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  width: 89%;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .tile-monthly-payment {
    padding-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    width: inherit;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-has-sales-price {
  flex-direction: inherit;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-has-sales-price {
    width: inherit;
    margin: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-has-no-sales-price {
  flex-direction: column;
}
.grid-rd-style-white-favorite-page .search-result-items li .stars-rating-grid {
  margin-bottom: 1em;
  margin-left: 7px;
}
.grid-rd-style-white-favorite-page .search-result-items li .stars-rating-grid .bv_text {
  font-size: 14px !important;
}
.grid-rd-style-white-favorite-page .search-result-items li .stars-rating-grid .bv_stars_svg_no_wrap img {
  margin-left: -9px;
}
.grid-rd-style-white-favorite-page .search-result-items li .productprice-wrap {
  text-align: inherit;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.12px;
  display: flex;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .productprice-wrap {
    font-size: 18px;
    font-weight: 400;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .productprice-wrap .monthly-payment-title-line {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  letter-spacing: -0.11px;
  margin-left: 0;
  font-weight: 600;
  margin-top: 2px;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .productprice-wrap .monthly-payment-title-line {
    font-size: 12px;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .wasPrice {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  Open Sans; */
  font-size: 14px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 20px;
  letter-spacing: -0.17px;
  font-weight: 400;
  padding-left: 8px;
  float: left;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .wasPrice {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .grid-rd-style-white-favorite-page .search-result-items li .wasPrice {
    padding-left: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .monthly-payment-title {
  justify-content: normal;
  color: #404040;
  position: relative;
  flex-basis: auto;
  width: auto;
  flex-direction: column;
  flex: 0 1 100%;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white-favorite-page .search-result-items li .monthly-payment-title {
    flex-direction: column;
    flex: 0 1 100%;
    width: auto;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .monthly-payment-title .onSale {
  color: #fff;
  font-weight: 700;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  display: inline;
  position: absolute;
  bottom: 11px;
  width: auto;
  right: 2%;
  bottom: 0;
  padding: 3px 9px;
  background: #C22A22;
}
.grid-rd-style-white-favorite-page .search-result-items li .withstrike {
  text-decoration: line-through;
  flex: 0;
  flex-basis: auto;
  padding: 0;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white-favorite-page .search-result-items li .withstrike {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .withstrike {
    padding: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .withstrike span {
  display: none;
}
.grid-rd-style-white-favorite-page .search-result-items li .onSaleRD {
  flex: 0 1 22%;
  color: #fff;
  font-weight: 500;
  background: #c41e24;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.17px;
  display: block;
  padding: 0px 3px;
  text-align: center;
  height: fit-content;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white-favorite-page .search-result-items li .onSaleRD {
    order: inherit;
    line-height: 27px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .onSaleRD {
    font-size: 10px;
    line-height: 26px !important;
    padding: 0px 7px;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .onSale {
  flex: 0;
  float: left;
  text-transform: capitalize;
  flex-basis: auto;
  margin-left: 8px;
  padding: 0px 8px;
  height: fit-content;
  position: inherit;
  color: #fff;
  font-weight: 500;
  background: #c41e24;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.17px;
  display: block;
  text-align: center;
  bottom: 0;
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white-favorite-page .search-result-items li .onSale {
    order: inherit;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .onSale {
    font-size: 12px;
    line-height: 20px !important;
    padding: 0px 7px;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .per-month {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.17px;
  font-weight: 400;
  flex-basis: auto;
  flex: 0 1 100%;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .per-month {
    font-size: 12px;
  }
}
@media screen and (max-width: 783px) {
  .grid-rd-style-white-favorite-page .search-result-items li .per-month {
    flex: 0 1 100%;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .remove-zoom-product-image-height {
  height: auto !important;
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image {
  margin-bottom: 8px !important;
  height: 244px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image {
    height: auto;
    min-height: 213px;
  }
}
@media screen and (max-width: 414px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image {
    height: auto;
    min-height: 174px;
  }
}
@media screen and (max-width: 390px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image {
    height: auto;
    min-height: 167px;
  }
}
@media screen and (max-width: 767px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image {
    background-color: #fff;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image img {
  height: 100%;
  /* object-fit: cover; */
  margin: 12px !important;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image img {
    height: auto;
    margin: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .zoom-thumb-height-remove {
  height: auto;
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .zoom-thumb {
  height: 100%;
  width: auto !important;
  flex-direction: column;
  align-items: center;
  margin: 12px !important;
  background-size: auto !important;
  max-width: inherit !important;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image .zoom-thumb {
    height: inherit;
    flex: 1;
    margin: 0 !important;
    max-width: inherit;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .temporarily-out-stock {
  background-color: transparent !important;
  opacity: inherit !important;
  max-width: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0 !important;
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .temporarily-out-stock span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #000000;
  opacity: 0.8;
  display: block;
  margin: 0 12px;
}
@media screen and (max-width: 500px) {
  .grid-rd-style-white-favorite-page .search-result-items li .product-image .temporarily-out-stock span {
    margin: 0;
  }
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .temporarily-out-stock em::before {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-weight: 400 !important;
  content: "Out of stock";
  display: none;
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .onSale {
  color: #fff;
  font-weight: 500;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  position: absolute;
  bottom: inherit;
  width: auto;
  right: inherit;
  padding: 0;
  background: #c41e24;
  bottom: 0;
  right: 0;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
}
.grid-rd-style-white-favorite-page .search-result-items li .product-image .onSale span {
  background: #c41e24;
  display: block;
  padding: 0px 9px 0px 9px;
}

.grid-rd-style-white-PDP-page .pdp-main .product-col-1 .favorite-icon {
  background-image: url("../images/fav-rd-icon.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-1 .favorite-icon.prodisincart {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-1 .favorite-icon.prodnotoutcart {
  background-image: url("../images/fav-rd-icon.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-1 .favorite-icon:hover {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon {
  background-image: url("../images/fav-rd-icon.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon.prodisincart {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon.prodnotoutcart {
  background-image: url("../images/fav-rd-icon.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon:hover {
  background-image: url("../images/fav-rd-icon-active.svg");
}
.grid-rd-style-white-PDP-page .pdp-main .bv_main_container .bv_stars_component_container svg path {
  stroke: transparent !important;
}

.zoom-thumb {
  display: flex;
  background-position: center;
  height: 15vw;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .zoom-thumb {
    height: 22vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .zoom-thumb {
    height: 38vw;
  }
}
@media screen and (max-width: 640px) {
  .zoom-thumb {
    height: 41vw;
  }
}
.colorVarBadges {
  display: none;
}

.oos-line-grid {
  opacity: 1 !important;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 47%, rgb(255, 255, 255) 48%, rgb(255, 255, 255) 49%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 51%, rgb(255, 255, 255) 52%, rgb(255, 255, 255) 53%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
}

/*
.oos-line-grid:hover  {
opacity: 1 !important;
width: 30px; height: 30px; position: absolute; left: 2px; top: 2px; 
background:  linear-gradient(to top right,
             rgba(0,0,0,.17) 0%,
             rgba(0,0,0,.17) 47%,
             rgba(255,255,255,1) 48%,
             rgba(255,255,255,1) 49%,
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,1) 51%,
             rgba(255,255,255,1) 52%,
             rgba(255,255,255,1) 53%,
             rgba(0,0,0,.17) 54%,
             rgba(0,0,0,.17) 100%);
}
*/
.product-tile .temporarily-out-stock.onvariants {
  display: block !important;
  background-color: #525252;
  color: #ffffff;
  padding: 0.5em;
  position: absolute;
  bottom: 32px;
  width: 100%;
  font-weight: 700;
  opacity: 0.9;
}

.tile-redesign .variants-ratings [data-bv-show=inline_rating] div {
  transform: none !important;
}

/* Non-color variants */
.non-swatch-list {
  min-width: 50%;
  padding: 7px 10px;
  border: 1px solid #222;
}

.non-swatch-list li:hover {
  background-color: #0069C8;
  color: #fff;
}

.non-swatch-item {
  width: 100%;
  text-align: left;
}

/* .product-swatches-all.non-swatches {text-transform: lowercase;} */
.product-swatches.non-swatches {
  float: left;
  clear: right;
  font-weight: 400;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #808080;
  color: #404040;
  font-size: 1em;
  padding: 8px 16px;
  margin-top: 10px;
  margin-right: 4px;
  margin-bottom: 8px !important;
  margin-left: 4px;
  max-width: 77%;
}

.product-swatches.non-swatches:hover {
  /*
  transition: border-width .8s ease;  
  -webkit-transition:border-width .8s ease;
  -moz-transition:border-width .8s ease;
  -o-transition:border-width .8s ease;
  transition:border-width .8s ease;
  */
  border-color: #808080;
  border-width: 2px;
  padding: 7px 15px;
}

.withstrike {
  text-decoration: line-through;
}

.onSaleRe {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  color: #fff;
  font-weight: 500;
  float: right;
  padding-right: 6%;
  text-align: right;
  clear: none;
  position: absolute;
  width: auto;
  padding: 0px 9px 0px 9px;
  background: #c41e24;
  bottom: 0;
  right: 0;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
  text-decoration: none solid rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .onSaleRe {
    transform: scale(0.8);
  }
}

.grid-rd-style-white .product-tile .product-swatches.variants-wrapper {
  width: auto !important;
  clear: both !important;
}
@media screen and (max-width: 1023px) {
  .grid-rd-style-white .product-tile .product-swatches.variants-wrapper {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-rd-style-white .product-tile .product-swatches.variants-wrapper {
    margin-bottom: 20px;
  }
}

a:hover .swatch-item {
  border-color: #fff !important;
  color: #fff;
  outline-color: #fff !important;
}

.variants-ratings:has(img) {
  margin-bottom: 20px !important;
}

/* New Weekly grid design */
.weekly-container {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  margin: 30px 12px 10px 12px;
  height: 62px;
}
.weekly-container.noTopCorners {
  border-radius: 0 0 4px 4px;
  margin: 0 12px 10px 12px;
}
@media screen and (max-width: 500px) {
  .weekly-container {
    height: auto;
  }
}
.weekly-container .weekly-pill-left {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.weekly-container .weekly-pill-middle {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(117, 117, 117);
  line-height: 13px;
  letter-spacing: 0.12px;
  text-align: center;
  position: relative;
  display: table;
}
.weekly-container .weekly-pill-middle::after {
  content: "";
  background-color: lightgray;
  position: absolute;
  width: 1px;
  height: 72%;
  left: 40%;
  top: 16%;
  bottom: 10px;
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-middle::after {
    height: 50px;
  }
}
.weekly-container .weekly-pill-middle p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.weekly-container .weekly-pill-middle p span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.weekly-container .weekly-pill-right {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.weekly-container .weekly-pill-price {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 19px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: 0.12px;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-price {
    font-size: 15px;
  }
}
.weekly-container .weekly-pill-price sup {
  font-size: 9px;
  top: -1em;
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-price sup {
    top: -0.7em;
  }
}
.weekly-container .weekly-pill-duration {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 11px;
  color: #00166f;
  text-decoration: none solid rgb(0, 22, 111);
  line-height: 12px;
  letter-spacing: -0.11px;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-duration {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-duration {
    display: block;
  }
}
.weekly-container .weekly-pill-duration .ez-logo {
  display: block;
  margin-left: 2px;
}
.weekly-container .weekly-pill-duration .ez-logo .green-logo-text {
  color: #62a605;
  font-style: italic;
  display: none;
}
.weekly-container .weekly-pill-duration .ez-logo .blue-logo-text {
  color: #0069c8;
  font-style: italic;
}
.weekly-container .weekly-pill-duration .ez-logo .blue-logo-text:before {
  content: "EZ";
  top: 0;
  width: 15px;
  height: 15px;
  color: #62a605;
  font-style: italic;
}
.weekly-container .weekly-pill-owen-type {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 10px;
  color: #404040;
  text-decoration: none solid rgb(117, 117, 117);
  line-height: 11px;
  letter-spacing: -0.17px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-owen-type {
    font-size: 9px;
    line-height: 13px;
  }
}
.weekly-container .weekly-pill-sale-price {
  color: #c41e24;
}
.weekly-container .no-sale-price {
  color: #404040 !important;
}
.weekly-container .weekly-pill-sale-price-cross {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 11px;
  color: #757575;
  line-height: 12px;
  letter-spacing: -0.11px;
  text-decoration: line-through;
}
.weekly-container .weekly-pill-sale-price-cross sup {
  font-size: 9px;
  top: -0.5em;
}
@media screen and (max-width: 500px) {
  .weekly-container .weekly-pill-sale-price-cross sup {
    top: -0.5em;
  }
}

.recommendations .product-name {
  height: auto;
}
@media (max-width: 560px) {
  .recommendations .product-name {
    height: auto !important;
  }
}

.recommendations .tile-redesign .product-name {
  overflow: visible;
}
@media (max-width: 560px) {
  .recommendations .tile-redesign .product-name {
    max-height: none;
    -webkit-line-clamp: initial;
  }
}

.pt_product-search-result .primary-content h1.content-header {
  padding-left: 15px;
}
.pt_product-search-result .banner-slot {
  float: left;
  width: 100%;
}
.pt_product-search-result .banner-slot .inner-content {
  max-width: 100%;
  margin: 0 auto;
}
.pt_product-search-result .banner-slot .search-promo {
  padding: 0;
  display: inline-block;
  width: 100%;
  float: left;
}
.pt_product-search-result .banner-slot .search-promo .content {
  font-size: 24px;
  color: #ffffff;
  line-height: 29px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pt_product-search-result .banner-slot .search-promo .content {
    width: 60%;
  }
}
.pt_product-search-result .banner-slot .categories {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.pt_product-search-result .banner-slot .categories .category-info-title {
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pt_product-search-result .banner-slot .categories .category-info-container {
  padding: 0 8.26% 0;
}
.pt_product-search-result .banner-slot .categories .category-info-container .btn-cat {
  margin: 30px 0 50px 0;
}

.pt_content-search-result .primary-content > h1, .pt_content-search-result .primary-content > h2, .pt_content-search-result .primary-content > p, .pt_product-search-noresult .primary-content > h1, .pt_product-search-noresult .primary-content > h2, .pt_product-search-noresult .primary-content > p {
  margin: 0;
  padding: 0.1em 1%;
}
.pt_content-search-result .primary-content .no-hits-help,
.pt_content-search-result .primary-content .no-hits-search,
.pt_content-search-result .primary-content .no-hits-footer, .pt_product-search-noresult .primary-content .no-hits-help,
.pt_product-search-noresult .primary-content .no-hits-search,
.pt_product-search-noresult .primary-content .no-hits-footer {
  padding: 0.1em 1%;
}
.pt_content-search-result .primary-content .pagination, .pt_product-search-noresult .primary-content .pagination {
  float: none;
  padding: 0.1em 1%;
  box-sizing: border-box;
}

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #990000;
}

.no-hits-footer {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  margin: 20px 0;
  padding: 20px 0;
}

.search-result-bookmarks {
  margin: 15px 0 0;
  width: 100%;
  float: left;
  text-align: center;
}
.search-result-bookmarks .divider {
  width: 2px;
  height: 15px;
  background: #142667;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.search-result-bookmarks a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 6px 13px;
}
@media screen and (max-width: 413px) {
  .search-result-bookmarks a {
    padding: 6px 8px;
  }
}
.search-result-bookmarks a.active {
  background: #142667;
  color: #ffffff;
  cursor: default;
}

.filter-btn {
  display: none;
}

.sort-Go-Button {
  display: none;
}

.search-result-options {
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-result-options.bottom-pagination {
    margin-bottom: 40px;
    margin-top: 16px;
  }
  .brandland .search-result-options.bottom-pagination {
    margin-bottom: 55px;
  }
}
.search-result-options .sort-by, .search-result-options .sortByPRI {
  padding-bottom: 1em;
  width: 22%;
}
@media screen and (min-width: 768px) {
  .search-result-options .sort-by, .search-result-options .sortByPRI {
    float: left;
    margin-right: 0.5em;
    padding-bottom: 0;
    width: 28%;
  }
}
.search-result-options .desktop-pagingbar {
  display: block;
}
.search-result-options .mobile-pagingbar {
  display: none;
}
.search-result-options .items-per-page {
  width: 22.517%;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.search-result-options .items-per-page .custom-select .selected-option {
  padding: 0 35px 0 50px;
  color: #113872;
}
.search-result-options .items-per-page .custom-select .selected-option:before {
  content: "View: ";
  position: absolute;
  left: 10px;
}
.search-result-options .items-per-page .custom-select .selection-list li {
  color: #113872;
}
.search-result-options form {
  margin-bottom: 0;
}
.search-result-options label {
  display: none;
}
.search-result-options select {
  border: 1px solid #E7E7E7;
  color: #6a6a6a;
  padding: 0.5em;
}
.search-result-options .pagination {
  float: right;
  width: 100%;
  text-align: center;
}
.search-result-options .pagination .results-hits {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
}
.search-result-options .pagination ul {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  background-color: #ffffff;
  float: right;
  margin: 0;
  padding: 0;
}
.search-result-options .pagination ul.pagination-count {
  float: none;
  display: inline-block;
  margin-top: 26px;
  background-color: transparent;
  border: none;
}
.search-result-options .pagination ul.pagination-count li {
  padding: 0 5px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
.search-result-options .pagination ul.pagination-count a {
  margin: 11px 5px 10px;
  color: #132469;
}
.search-result-options .pagination ul.pagination-count a.page-next, .search-result-options .pagination ul.pagination-count a.page-previous {
  margin: 0;
}
.search-result-options .pagination ul.pagination-count .current-page {
  padding: 11px 5px 10px;
  margin: 0 5px;
  color: #BABABA;
  position: relative;
}
.search-result-options .pagination ul.pagination-count .current-page:after {
  content: "";
  width: 60%;
  height: 3px;
  background: #142667;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 4px;
}
.search-result-options .pagination ul.pagination-count .dot-value {
  padding: 11px 5px 10px;
  float: left;
}
.search-result-options .pagination ul.pagination-count .pagination-previous, .search-result-options .pagination ul.pagination-count .pagination-next {
  margin: 0 54px 0 0;
  background-color: #142667;
  color: white;
  padding: 11px 16px 10px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1350px) {
  .search-result-options .pagination ul.pagination-count .pagination-previous, .search-result-options .pagination ul.pagination-count .pagination-next {
    margin: 0;
  }
}
.search-result-options .pagination ul.pagination-count .last-disable {
  pointer-events: none;
}
.search-result-options .pagination ul.pagination-count .last-disable .pagination-previous, .search-result-options .pagination ul.pagination-count .last-disable .pagination-next {
  background-color: #BABABA;
}
.search-result-options .pagination ul.pagination-count .pagination-next {
  margin: 0 0 0 54px;
}
@media screen and (max-width: 1350px) {
  .search-result-options .pagination ul.pagination-count .pagination-next {
    margin: 0;
  }
}
.search-result-options .pagination li {
  float: left;
  border: none;
  padding: 0 0.5em;
}
.search-result-options .pagination li a, .search-result-options .pagination li.current-page,
.search-result-options .pagination li i {
  display: block;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  width: auto;
  text-align: center;
}

.search-result-items {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 22.368%);
  grid-gap: 0 3.3%;
  grid-auto-flow: dense;
}
@media screen and (max-width: 1300px) {
  .search-result-items {
    grid-template-columns: repeat(3, 31.445%);
    grid-gap: 0 2.83%;
  }
}
@media screen and (max-width : 767px) {
  .search-result-items {
    grid-template-columns: repeat(2, 47.323%);
    grid-gap: 0 5.35%;
  }
}
.search-result-items li {
  list-style: none outside none;
  display: flex;
  flex-flow: wrap;
}
.search-result-items .grid-tile {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  margin-bottom: 40px;
  box-shadow: 0 0 4px 0 #BABABA;
}
@media screen and (max-width : 767px) {
  .search-result-items .grid-tile {
    margin-bottom: 20px;
  }
}
.search-result-items .grid-tile:hover {
  box-shadow: 0 0 4px 0 #0069C8;
}
.search-result-items .grid-tile .product-tile {
  width: 100%;
  flex: 0 0 100%;
  flex-wrap: wrap;
  position: relative;
}
.search-result-items .grid-tile .product-tile .product-compare, .search-result-items .grid-tile .product-tile .product-pricing {
  padding: 0 4%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: left;
}
.search-result-items .grid-tile .product-tile .product-pricing {
  margin-bottom: 0.25em;
  justify-content: flex-start;
}
.search-result-items .grid-tile .product-tile .tile-content {
  float: left;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .search-result-items .grid-tile .product-tile .tile-content {
    margin: 0;
  }
}
.search-result-items .grid-tile .product-tile .tile-content .section {
  padding: 0 4%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  box-sizing: border-box;
}
.search-result-items .grid-tile .product-tile .tile-content .section .product-brand .name-link, .search-result-items .grid-tile .product-tile .tile-content .section .product-name .name-link {
  color: #404040;
}
.search-result-items .grid-tile .product-tile .tile-content .section:hover .product-brand .name-link {
  color: #404040;
}
.search-result-items .grid-tile .product-tile .tile-content .section:hover .product-name .name-link {
  color: #404040;
}
.search-result-items .grid-tile .product-tile .product-image {
  padding-bottom: 0;
  margin: 0;
  overflow: hidden;
}
.search-result-items .grid-tile .product-tile .product-image:hover + .tile-content .section .product-brand .name-link {
  color: #404040;
}
.search-result-items .grid-tile .product-tile .product-image:hover + .tile-content .section .product-name .name-link {
  color: #404040;
}
@media screen and (min-width : 769px) {
  .search-result-items .grid-tile .product-tile.no-compare {
    padding-bottom: 20px;
  }
}
.search-result-items .grid-tile .product-tile .product-name {
  /* height: auto; */
}
.search-result-items .grid-tile .product-tile .product-brand {
  color: #404040;
}
.search-result-items .grid-tile {
  /*    	
        @media screen and (min-width : 769px) {
         &:nth-child(4n+4) {
         	margin-right: 0;
         }
     }   

      @media screen and (max-width:1300px) {
  	width: 31.445%;
    		margin: 0 2.83% 40px 0;

    		&:nth-child(4n+4) {
         	margin-right: 2.83%;
         }

  	&:nth-child(3n+3) {
         	margin-right: 0;
         }
        } 

       	@media screen and (max-width : 767px) {
       		.pt_product-search-result & {
       			margin: 0 5.35% 20px 0;
       			width: 47.323%;	

        		&:nth-child(4n+4) {
          	margin-right: 5.35%;
          }

  		&:nth-child(3n+3) {
          	margin-right: 5.35%;
          }

          &:nth-child(2n+2) {
          	margin-right: 0;
          }
  	}
        }
  */
}
.search-result-items .grid-tile .favorite-icon {
  position: absolute;
  text-indent: -99999px;
  height: 25px;
  width: 25px;
  background-image: url("../images/fav-icon.svg");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.1s ease-in-out;
}
.search-result-items .grid-tile .favorite-icon.prodisincart {
  background-image: url("../images/fav-icon-active.svg");
}
.search-result-items .grid-tile .favorite-icon:hover {
  background-image: url("../images/fav-icon-active.svg");
  transform: scale(1.1);
}
.search-result-items .full-width-promo,
.search-result-items .infinite-scroll-placeholder,
.search-result-items .infinite-scroll-placeholder-re {
  grid-column-start: 1;
  grid-column-end: 5;
}
@media screen and (max-width: 1300px) {
  .search-result-items .full-width-promo,
  .search-result-items .infinite-scroll-placeholder,
  .search-result-items .infinite-scroll-placeholder-re {
    grid-column-end: 4;
  }
}
@media screen and (max-width : 767px) {
  .search-result-items .full-width-promo,
  .search-result-items .infinite-scroll-placeholder,
  .search-result-items .infinite-scroll-placeholder-re {
    grid-column-end: 3;
  }
}
.search-result-items .promo-div .category-fw-grid-promo:has(div) + .global-fw-grid-promo {
  display: none;
}
.search-result-items .infinite-scroll-placeholder,
.search-result-items .infinite-scroll-placeholder-re {
  grid-gap: 0;
}
.search-result-items .invisible {
  display: none;
}

.pt_product-compare .tiles-container .product .favorite-icon {
  position: absolute;
  text-indent: -99999px;
  height: 18px;
  width: 18px;
  background-image: url("../images/fav-icon.svg");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  top: 22px;
  right: 22px;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pt_product-compare .tiles-container .product .favorite-icon {
    right: 14px;
  }
}
.pt_product-compare .tiles-container .product .favorite-icon.prodisincart {
  background-image: url("../images/fav-icon-active.svg");
}
@media screen and (min-width: 1025px) {
  .pt_product-compare .tiles-container .product .favorite-icon:hover {
    background-image: url("../images/fav-icon-active.svg");
  }
}

.search-result-content {
  clear: both;
}
.search-result-content .product-price .price-standard {
  color: #999999;
  font-weight: 100;
  text-decoration: line-through;
}

.search-promo {
  padding: 20px;
}

.folder-content-list {
  align-items: stretch;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 1%;
}
.folder-content-list li {
  flex-grow: 1;
  list-style-type: none;
  margin: 0.25rem;
  padding: 1rem;
  width: 100%;
  display: inline-block;
}
.folder-content-list p {
  line-height: 1.1rem;
}
.folder-content-list .content-title {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
.folder-content-list .readmore {
  padding-left: 0.3rem;
}

.no-results {
  padding: 93px 20px 20px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  width: 54%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .no-results {
    padding-top: 20px;
    width: 90%;
  }
}

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em;
}
.toggle-grid i {
  cursor: pointer;
  margin-right: 0.3em;
}
.toggle-grid [data-option=column] {
  color: #84bd00;
}
.toggle-grid.wide [data-option=wide] {
  color: #84bd00;
}
.toggle-grid.wide [data-option=column] {
  color: #6a6a6a;
}

.wide-tiles .search-result-items .grid-tile {
  width: 91%;
}
.wide-tiles .product-tile .product-swatches {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  margin-top: 5px;
}
.wide-tiles .product-tile .product-swatches li {
  float: left;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.subcategory-heading {
  color: #404040;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* $montserrat; */
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
}

.filter-sec {
  width: 100%;
  float: left;
  margin-top: 21px;
  line-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width : 1023px) {
  .filter-sec {
    padding: 0 4.036%;
    box-sizing: border-box;
  }
}
@media screen and (max-width : 767px) {
  .filter-sec {
    padding: 0 4.829%;
  }
}
.filter-sec {
  /*
  	@media screen and (min-width: 1024px) {
  		margin-bottom: 35px;
  	}

  //ECOM-1340
  */
}
.filter-sec .sort-by, .filter-sec .sortByPRI {
  width: 17.99%;
  float: right;
  margin-left: 2.6%;
}
@media screen and (max-width: 1300px) {
  .filter-sec .sort-by, .filter-sec .sortByPRI {
    width: 25%;
    margin-left: 2.15%;
  }
}
.filter-sec .filter-refinement {
  float: left;
  width: 63%;
  line-height: 40px;
}
.filter-sec .product-count {
  float: right;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.filter-sec label[for=grid-sort-header] {
  height: 0;
}

.clear-refinements {
  float: left;
}
.clear-refinements .remove-all {
  color: #113872;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.clear-refinements .remove-all:hover {
  color: #00ACEC;
}

.sortby-sec {
  line-height: 42px;
}
.sortby-sec .custom-select .selected-option.selected {
  padding: 0 35px 0 10px;
}
@media screen and (min-width: 1024px) {
  .sortby-sec .custom-select .selected-option.selected:before {
    content: "Sort By:";
    margin-right: 5px;
  }
}

.pt_product-search-noresult .primary-content {
  width: auto;
  float: none;
  margin: 52px 0 0;
  padding: 0;
  text-align: center;
  /*.no-search-header, .section-header, .no-hits-search, .need-help, .no-hits-footer{
  padding:0 4.76%;
  }*/
}
.pt_product-search-noresult .primary-content .need-help {
  margin-bottom: 55px;
}
.pt_product-search-noresult .primary-content .need-help span:first-child {
  line-height: 20px;
}
.pt_product-search-noresult .primary-content .need-help .icon {
  display: inline-block;
  background: url(../images/aarons_sprite_img.png) no-repeat;
  background-position: -475px -214px;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
}
.pt_product-search-noresult .primary-content .need-help .icon:hover, .pt_product-search-noresult .primary-content .need-help .icon.hover {
  background-position: -454px -249px;
}
.pt_product-search-noresult .primary-content .need-help .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.pt_product-search-noresult .primary-content .no-hits-footer {
  padding: 0;
  margin: 0;
}
.pt_product-search-noresult .primary-content .no-hits-footer.recently-viewed .category-heading {
  margin: 50px 0 35px;
}
.pt_product-search-noresult .primary-content .no-search-header {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  margin-bottom: 42px;
  padding: 0;
}
.pt_product-search-noresult .primary-content .section-header {
  background: none;
  padding: 0;
}
.pt_product-search-noresult .primary-content .section-header.tablet {
  display: none;
}
.pt_product-search-noresult .primary-content .section-header p {
  font-size: 18px;
  line-height: 32px;
  color: #404040;
  text-transform: none;
}
.pt_product-search-noresult .primary-content .section-header p span {
  font-weight: 700;
}
.pt_product-search-noresult .primary-content .no-hits-search {
  padding: 0;
}
.pt_product-search-noresult .primary-content .no-hits-search .form-row {
  margin: 0 0 0;
  position: relative;
}
.pt_product-search-noresult .primary-content .no-hits-search label {
  font-size: 14px;
  line-height: 20px;
}
.pt_product-search-noresult .primary-content .no-hits-search label.tablet {
  display: none;
}
.pt_product-search-noresult .primary-content .no-hits-search input {
  width: 16.66%;
  height: 50px;
  margin: 25px 0;
  border: 1px solid #E7E7E7;
  padding: 0 3% 0 1.19%;
  /*-moz-box-shadow: inset 0 0 6px 0 rgba(186, 186, 186, 0.5), 0 0px 0px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px 0 rgba(186, 186, 186, 0.5), 0 0px 0px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow : inset 0 0 6px 0 rgba(186, 186, 186, 0.5), 0 0px 0px 0 rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  -webkit-appearance: none;*/
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
}
.pt_product-search-noresult .primary-content .no-hits-search input:placeholder-shown {
  text-transform: uppercase;
}
.pt_product-search-noresult .primary-content .no-hits-search button {
  position: absolute;
  right: 42.7%;
  top: 51%;
  border: none;
  background: url(../images/search-icon.png) no-repeat;
  padding: 0;
  text-indent: -9999px;
  width: 21px;
  height: 22px;
}
.pt_product-search-noresult .product-brand a {
  text-transform: uppercase;
}

.mob-refinments, .refin-result {
  display: none;
}

.sortby-selectbox-head {
  display: none;
}

.wrap-cat .search-result-items .grid-tile {
  width: 17.86%;
  margin: 0 2.3% 40px 0;
  vertical-align: top;
}

.recommendations-items .wrap-cat-webkit-scrollbar {
  width: 0 !important;
}

.recommendations-items .wrap-cat::-webkit-scrollbar {
  width: 0 !important;
}

.recommendations-items .wrap-cat {
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.recommendations-items .wrap-cat .search-result-items .grid-tile {
  width: 220px;
  margin-right: 35px;
  margin-bottom: 35px;
}

/*refinment styles start*/
#category-level-1 {
  margin-bottom: 25px;
}
#category-level-1 li {
  margin-bottom: 0;
}
#category-level-1 li a.level1-cat, #category-level-1 li .level1-cat {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  pointer-events: none;
  color: #142667;
}
#category-level-1 li .level2-cat {
  padding: 3px 10px;
  color: #142667;
  font-size: 14px;
  margin: 9px 0 9px 18px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .search-result-page #category-level-1 li .level2-cat:hover, .sale #category-level-1 li .level2-cat:hover {
    color: #404040;
    background: transparent;
    text-decoration: underline;
  }
}
#category-level-1 .show-refinment #secondary.refinements {
  padding: 0 4.84%;
}
#category-level-1 .show-refinment .refinement .price-refine {
  margin: 0 auto;
  width: 72.75%;
}
#category-level-1 .show-refinment .refin-result.bottom .clear-all, #category-level-1 .show-refinment .refin-result.bottom .button-border {
  width: 47.4%;
}
@media screen and (max-width: 1023px) {
  #category-level-1 {
    margin-bottom: 0;
    float: left;
  }
}

@media screen and (max-width: 1024px) {
  .custom-select .selection-list {
    top: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .pt_product-search-result .breadcrumb-result-text {
    padding: 25px 12.5% 0;
  }
  .refinement.category-refinement.desktop-category-refine {
    display: none;
  }
  .refinement.category-refinement.desktop-category-refine .toggle {
    color: #142667;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
  }
  .refinement.category-refinement.desktop-category-refine .notoggle {
    color: #142667;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
  }
  #category-level-1 li a.level1-cat {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
  }
  .scrollable li {
    width: 100%;
  }
  .refinement-header {
    display: none;
  }
  .pt_product-search-result .tile-content {
    margin-bottom: 0;
  }
  .pt_product-search-result .banner-slot .inner-content {
    max-width: 100%;
  }
  .pt_product-search-result .banner-slot .search-promo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 36px 0 36px 32px;
  }
  .pt_product-search-result .banner-slot .search-promo .content {
    font-size: 16px;
    width: 430px;
    line-height: 19px;
  }
  .pt_product-search-result .banner-slot .categories {
    margin-top: 25px;
  }
  .pt_product-search-result .banner-slot .categories .category-info-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .pt_product-search-result .banner-slot .categories .category-info-container {
    padding: 0 30px;
  }
  .pt_product-search-result .banner-slot .categories .category-info-container .btn-cat {
    margin: 30px 0;
  }
  .pt_product-search-noresult .primary-content {
    width: auto;
    margin: 34px 0 0;
  }
  .pt_product-search-noresult .primary-content .need-help {
    margin-bottom: 35px;
  }
  .pt_product-search-noresult .primary-content .no-search-header {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
  .pt_product-search-noresult .primary-content .no-hits-footer.recently-viewed .category-heading {
    margin: 37px 0 27px;
  }
  .pt_product-search-noresult .primary-content .no-hits-search label {
    font-size: 13px;
    line-height: 20px;
  }
  .pt_product-search-noresult .primary-content .no-hits-search label.desktop {
    display: none;
  }
  .pt_product-search-noresult .primary-content .no-hits-search label.tablet {
    display: block;
    margin: 0 0 20px;
    padding: 0 10.6%;
  }
  .pt_product-search-noresult .primary-content .no-hits-search input {
    width: 60.42%;
    margin: 0 0 20px;
    line-height: 18px;
    padding: 0 6.2% 0 20px;
  }
  .pt_product-search-noresult .primary-content .no-hits-search button {
    top: 20%;
    right: 22.5%;
  }
  .pt_product-search-noresult .primary-content .section-header p {
    font-size: 16px;
  }
  .pt_product-search-noresult .primary-content .section-header.desktop {
    display: none;
  }
  .pt_product-search-noresult .primary-content .section-header.tablet {
    display: block;
  }
  .subcategory-heading {
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    margin: 0;
  }
  .sale .subcategory-heading {
    margin: 16px 0 24px;
  }
  .product-brand a {
    font-size: 12px;
  }
  .filter-btn {
    display: inline-block;
    float: left;
    width: 47.733%;
  }
  .filter-btn .button-border {
    width: 100%;
    height: 60px;
  }
  .filter-btn button {
    width: 100%;
    height: 52px;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
  }
  .double-blue-btn {
    color: #ffffff;
    position: relative;
  }
  .filter-sec {
    margin-top: 25px;
    display: grid;
  }
  .filter-sec .filter-refinement {
    width: 100%;
    order: 2;
    padding-top: 25px;
  }
  .filter-sec .filter-refinement .clear-refinements {
    line-height: 30px;
  }
  .filter-sec .sortby-sec {
    width: 100%;
    order: 1;
  }
  .filter-sec .sort-by, .filter-sec .sortByPRI {
    width: 48.583%;
    float: right;
    margin-left: 0;
  }
  .filter-sec .sort-by .custom-select .selected-option.selected, .filter-sec .sortByPRI .custom-select .selected-option.selected {
    font-weight: bold;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #142667;
    text-transform: uppercase;
    padding: 0;
  }
  .filter-sec .sort-by .custom-select .selected-option.selected:after, .filter-sec .sortByPRI .custom-select .selected-option.selected:after {
    background: none;
  }
  .filter-sec .sort-by .custom-select .selected-option.selected:before, .filter-sec .sortByPRI .custom-select .selected-option.selected:before {
    content: "SORT: ";
    position: relative;
    left: 0;
  }
  .filter-sec .sort-by .custom-select .selection-list li.selected, .filter-sec .sortByPRI .custom-select .selection-list li.selected {
    display: block;
  }
  .filter-sec .sort-by .custom-select .selection-list li.selected span, .filter-sec .sort-by .custom-select .selection-list li.selected span:hover, .filter-sec .sortByPRI .custom-select .selection-list li.selected span, .filter-sec .sortByPRI .custom-select .selection-list li.selected span:hover {
    background: #142667;
    color: #ffffff;
  }
  .filter-sec .sort-by .custom-select .selection-list span, .filter-sec .sortByPRI .custom-select .selection-list span {
    padding: 5px 10px;
  }
  .filter-sec .sort-by .custom-select .selection-list span.sortby-selectbox-close, .filter-sec .sortByPRI .custom-select .selection-list span.sortby-selectbox-close {
    padding: 0 25px 0 0;
  }
  .filter-sec .sort-by .custom-select .selection-list span.sortby-selectbox-title, .filter-sec .sortByPRI .custom-select .selection-list span.sortby-selectbox-title {
    padding: 0 0 0 20px;
  }
  .filter-sec .product-count {
    width: 100%;
    text-align: center;
    line-height: 19px;
    order: 3;
  }
  .search-result-options {
    text-align: center;
  }
  .search-result-options.bottom-pagination {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .search-result-options .items-per-page {
    position: relative;
    display: inline-block;
    width: 222px;
    text-align: left;
    bottom: 0;
    margin-bottom: 26px;
  }
  .search-result-options .pagination ul.pagination-count .pagination-previous {
    margin-right: 30px;
  }
  .search-result-options .pagination ul.pagination-count .pagination-next {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .search-result-options .pagination {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .search-result-options .desktop-pagingbar {
    display: none;
  }
  .search-result-options .mobile-pagingbar {
    display: block;
  }
  .mob-refinments {
    display: block;
  }
  #secondary.refinements {
    width: 100%;
    display: none;
    float: left;
  }
  .show-refinment .refin-result {
    display: block;
  }
  .show-refinment .refin-result.bottom {
    padding: 0 0 20px;
    border-bottom: none;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 68%;
    background-color: inherit;
    z-index: 5;
    left: 3.9%;
  }
  .show-refinment .refin-result.bottom .clear-refinements, .show-refinment .refin-result.bottom .button-border {
    width: 48.45%;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal;
    height: 60px;
  }
  .show-refinment .refin-result.bottom .button-border button {
    width: 100%;
    height: 52px;
  }
  .show-refinment .refin-result.bottom .clear-refinements {
    float: left;
    text-align: center;
    height: 58px;
    line-height: 58px;
    background-color: #ffffff;
  }
  .show-refinment .refin-result.bottom .clear-refinements.disable {
    pointer-events: none;
    opacity: 0.5;
  }
  .show-refinment .refin-result.bottom .clear-refinements a {
    width: 100%;
    display: inline-block;
    border: 1px solid #142667;
    color: #142667;
  }
  .show-refinment .refin-result.bottom .clear-refinements a:hover {
    border: 1px solid #0069C8;
    color: #00ACEC;
  }
  .show-refinment .refin-result.bottom .clear-refinements a.disable {
    pointer-events: none;
  }
  .show-refinment .refin-result.bottom .button-border {
    float: right;
  }
  .show-refinment .refin-result.bottom .apply {
    float: right;
  }
  .show-refinment .refin-result.bottom .apply.disable {
    pointer-events: none;
  }
  .show-refinment .refin-result.bottom.disable {
    pointer-events: none;
  }
  .show-refinment .refin-result.bottom.disable .clear-all, .show-refinment .refin-result.bottom.disable .button-border {
    opacity: 0.5;
  }
  .show-refinment #secondary.refinements {
    display: block;
    margin: 0;
    border: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    box-sizing: border-box;
  }
  .show-refinment #secondary.refinements .refinements-side {
    display: block;
    margin: 0;
    padding: 0 3.91%;
    border: none;
    width: 75vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    overflow: scroll;
    box-sizing: border-box;
    background-color: #F0F0F0;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .show-refinment .refin-result {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #BABABA;
    padding: 27px 0;
    box-sizing: border-box;
  }
  .show-refinment .result-count {
    display: inline-block;
  }
  .show-refinment .result-count .content-header {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0;
    line-height: 19px;
  }
  .show-refinment .close-refinement {
    display: inline-block;
    float: right;
    color: #142667;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
  }
  .show-refinment .close-refinement:after {
    content: "";
    background-image: url("../images/X.png");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 3px;
  }
  .show-refinment .sidebar-clickthru {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25vw;
    z-index: 2;
    background-color: rgba(40, 40, 40, 0.7);
    touch-action: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1025px) {
  .show-refinment .sidebar-clickthru {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .show-refinment .refinement .price-refine {
    width: 38.5%;
    margin-bottom: 30px;
  }
  .show-refinment .refinement .price-refine.category-refine {
    width: 100%;
  }
  .show-refinment .refinement .price-refine ul {
    width: 100%;
  }
  .show-refinment .refinement .scrollable {
    max-height: 340px;
    overflow: auto;
    width: 100%;
  }
  .filter-sec .sort-by .custom-select .selection-list, .filter-sec .sortByPRI .custom-select .selection-list {
    z-index: 9999;
    position: fixed;
    top: 0 !important;
    width: 100%;
    height: 100% !important;
    background: #F0F0F0;
    overflow: auto;
  }
  .filter-sec .sort-by .custom-select li, .filter-sec .sortByPRI .custom-select li {
    margin: 5px 0;
    font-weight: 600;
    padding: 5px 50px;
    width: 100%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 374px) and (min-width: 320px) {
  .filter-sec .sort-by .custom-select li, .filter-sec .sortByPRI .custom-select li {
    font-size: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .filter-sec .sort-by .sortby-selectbox-head, .filter-sec .sortByPRI .sortby-selectbox-head {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 20px;
  }
  .filter-sec .sort-by .sortby-selectbox-head .sortby-selectbox-title, .filter-sec .sortByPRI .sortby-selectbox-head .sortby-selectbox-title {
    font-size: 16px;
    padding-left: 30px;
  }
  .filter-sec .sort-by .sortby-selectbox-close, .filter-sec .sortByPRI .sortby-selectbox-close {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #142667;
    font-weight: 600;
    margin-right: 30px;
    position: relative;
  }
  .filter-sec .sort-by .sortby-selectbox-close:after, .filter-sec .sortByPRI .sortby-selectbox-close:after {
    content: "";
    background-image: url("../images/X.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 6px;
  }
  .sortby-selectbox-head {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .pt_product-search-result .banner-slot .search-promo {
    padding: 16px 20px 18px 20px;
  }
  .pt_product-search-result .banner-slot .search-promo .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pt_product-search-result .breadcrumb-result-text {
    padding: 16px 0;
  }
  .pt_product-search-result .banner-slot .search-promo {
    padding: 16px 20px 18px 20px;
  }
  .pt_product-search-result .banner-slot .search-promo .content {
    width: 100%;
  }
  .pt_product-search-result .banner-slot .categories .category-info-container {
    padding-left: 20px;
  }
  .pt_product-search-noresult .primary-content {
    margin: 24px 0 0;
  }
  .pt_product-search-noresult .primary-content .no-hits-search input {
    width: 90.3%;
    padding: 0 10% 0 20px;
    border: 1px solid #142667;
  }
  .pt_product-search-noresult .primary-content .no-hits-search button {
    top: 20%;
    right: 10%;
  }
  .filter-btn {
    width: 100%;
  }
  .filter-btn button:before {
    height: 46px;
  }
  .filter-sec {
    display: flex;
    margin-bottom: 0px;
  }
  .filter-sec .filter-refinement {
    display: none;
  }
  .filter-sec .sortby-sec {
    justify-content: flex-end;
    display: flex;
    order: 2;
    line-height: normal;
    width: 80%;
  }
  .filter-sec .sortby-sec .sort-by, .filter-sec .sortby-sec .sortByPRI {
    order: 1;
    height: auto;
    width: 40%;
    float: none;
    line-height: normal;
    margin-left: 12px;
  }
  .filter-sec .sortby-sec .sort-by .custom-select .selected-option, .filter-sec .sortby-sec .sortByPRI .custom-select .selected-option {
    display: inline-flex;
    margin-top: 0px;
    height: auto;
    line-height: normal;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 10px;
    width: 22vw;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -1027px;
    color: #fff;
  }
  .filter-sec .sortby-sec .sort-by .custom-select .selected-option::before, .filter-sec .sortby-sec .sortByPRI .custom-select .selected-option::before {
    content: "SORT";
    text-indent: 0;
    color: #142667;
    margin-left: unset;
    position: absolute;
    left: unset;
  }
  .filter-sec .sortby-sec .sort-by .custom-select .selected-option::after, .filter-sec .sortby-sec .sortByPRI .custom-select .selected-option::after {
    content: "";
  }
  .filter-sec .sortby-sec .sort-by .custom-select li, .filter-sec .sortby-sec .sortByPRI .custom-select li {
    padding: 5px 10%;
  }
  .filter-sec .sortby-sec .sort-by .sortby-selectbox-head, .filter-sec .sortby-sec .sortByPRI .sortby-selectbox-head {
    padding: 20px 0;
  }
  .filter-sec .sortby-sec .filter-btn {
    width: 40%;
    display: inline-table;
  }
  .filter-sec .sortby-sec .filter-btn .button-border {
    padding: 0px;
    height: 100%;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(20, 38, 103);
  }
  .filter-sec .sortby-sec .filter-btn .bgcolor {
    border: none;
    height: 100%;
    padding: 10px;
  }
  .filter-sec .product-count.product-count {
    width: 50%;
    order: 1;
    display: inline-flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .search-result-options .pagination ul.pagination-count .pagination-next-text, .search-result-options .pagination ul.pagination-count .pagination-previous-text {
    display: none;
  }
  .search-result-options .pagination ul.pagination-count .pagination-previous {
    margin: 0 35px 0 0;
  }
  .search-result-options .pagination ul.pagination-count .pagination-next {
    margin: 0 0 0 35px;
  }
  .search-result-options .items-per-page {
    width: 100%;
  }
  .show-refinment .refinement .price-refine {
    margin: 0 auto 32px;
    width: 72.75%;
  }
}
.search-article {
  background-color: #ffffff;
}
.search-article .primary-content {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .search-article .filter-sec {
    display: none;
  }
}
.search-article .primary-content {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .search-article .primary-content {
    margin-top: 20px;
  }
}
.search-article .primary-content .content-header {
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search-article .primary-content .search-results-content .folder-content-list {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .search-article .primary-content .search-results-content .folder-content-list {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.search-article .primary-content .search-results-content .folder-content-list li {
  display: inline-block;
  margin: 0 0 25px;
  padding: 0;
}
.search-article .primary-content .search-results-content .folder-content-list li .articles-page {
  font-size: 13px;
  color: #404040;
  width: 98%;
  display: inline-block;
  line-height: 23px;
}
.search-article .primary-content .search-results-content .folder-content-list li .articles-page .readmore {
  text-transform: uppercase;
  text-decoration: underline;
  color: inherit;
}
.search-article .primary-content .search-results-content .folder-content-list li .articles-page .readmore:hover {
  color: #00ACEC;
}

@media screen and (max-width: 413px) {
  .search-result-options .pagination ul.pagination-count .pagination-previous {
    margin: 0;
  }
  .search-result-options .pagination ul.pagination-count .pagination-next {
    margin: 0;
  }
  .search-result-options .pagination li {
    padding: 0 4px;
  }
}
.brand-banner img {
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .brand-banner img {
    min-height: 250px;
    object-position: 19%;
  }
}

@media screen and (max-width: 1023px) {
  .brandland .primary-content {
    margin-top: 24px;
  }
}
.brandland .sort-by, .brandland .sortByPRI {
  width: 22.517%;
  float: right;
  margin: 0 1px 35px 3.3%;
}
@media screen and (max-width: 1023px) {
  .brandland .sort-by, .brandland .sortByPRI {
    width: 48.583%;
    float: right;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .brandland .sort-by, .brandland .sortByPRI {
    width: 100%;
  }
}
.brandland label[for=grid-sort-header] {
  display: none;
}
.brandland .product-count {
  line-height: 40px;
  float: right;
  font-size: 16px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .brandland .product-count {
    line-height: 29px;
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .brandland .product-count {
    line-height: 19px;
    margin: 0 0 27px;
  }
}
.brandland .shop-brand-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .brandland .shop-brand-name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.brandland .refinement-header {
  margin-top: 36px;
}
.brandland .brand-heading {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .brandland .brand-heading {
    margin-top: 20px;
  }
}
.brandland .brand-land-title {
  line-height: 44px;
  font-size: 36px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1023px) {
  .brandland .brand-land-title {
    font-size: 24px;
    margin: 0 0 19px;
    text-align: center;
    line-height: 29px;
  }
}
.brandland p {
  font-size: 16px;
  line-height: 32px;
  color: #404040;
  margin-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .brandland p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.brandland .filter-sec {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .brandland .filter-sec {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .brandland .filter-sec {
    margin-top: 28px;
  }
}
.brandland #secondary .refinement a {
  color: #142667;
}
.brandland #secondary .refinement a.level1-cat {
  font-weight: bold;
}
.brandland #category-level-1 li .level2-cat:hover {
  background: transparent;
  color: #404040;
  text-decoration: underline;
}

.pt_content-search-result .folder-content-list {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .pt_content-search-result .folder-content-list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .pt_content-search-result .folder-content-list p {
    line-height: 32px;
    margin: 0;
  }
  .pt_content-search-result .folder-content-list li {
    margin: 0 0 25px;
    padding: 0;
  }
}
.pt_content-search-result .article-results {
  margin-top: 0;
}
.pt_content-search-result .search-result-content {
  margin-top: 20px;
}
.pt_content-search-result .readmore {
  text-transform: uppercase;
  text-decoration: underline;
  color: inherit;
}
.pt_content-search-result .readmore:hover {
  color: #00ACEC;
}
.pt_content-search-result .back-to-result {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}

.min-value-count, .max-value-count {
  display: none;
}

#express-results-products .product-tile {
  flex: none;
}

/*

//ECOM-1340
@media screen and (min-width: 1024px) {
	.pt_product-search-result {
		.breadcrumb {
			padding-top: 0;
		}
		.primary-content, #secondary {
			margin-top:0;
		}
		.breadcrumb-result-text {
			padding-top: 0;
		}
	}
}

@media screen and (max-width: 1023px) {
	.pt_product-search-result { 
		.primary-content  {
			margin: 0;
			padding: 0;
		}
		.brand-land-content, .shop-brand-name, .filter-sec, .search-results-tab, .search-result-options {
			padding: 0 4.036%;
			box-sizing: border-box;
		}
		.search-result-content {
	       display: inline-block;
    		width: 100%;
    		margin-top: 35px;
		}
	}
} 

*/
.express-wrap p {
  font-size: 14px;
  line-height: normal;
  color: #0069C9;
  margin-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .express-wrap p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}

/* Recommendations on PDP */
.recommendations-items {
  flex-basis: auto;
  width: 100%;
}

.recommendations {
  position: relative;
}
.recommendations .product-name {
  font-size: 14px;
  height: auto;
  line-height: 18px;
  padding-bottom: 3px;
}
.recommendations .product-name .name-link {
  color: #404040;
}
.recommendations .product-tile {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  box-shadow: 0 0 4px 0 #BABABA;
  padding-bottom: 20px;
  height: calc(100% - 20px) !important;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .recommendations .product-tile {
    margin-right: 11px;
  }
}
.recommendations .product-tile a {
  display: block;
  margin-top: 2px;
}
.recommendations .product-tile .product-pricing .product-sales-price,
.recommendations .product-tile .cents-per-and-total div {
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .recommendations .product-pricing {
    margin-bottom: 0;
  }
}
.recommendations + .tile-content .section {
  display: table;
  padding-top: 0.2em;
}
.recommendations .category-heading {
  color: #0069C8;
}

.saleLabel {
  color: #C22A22;
  font-size: 15px;
  justify-content: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 413px) {
  .product-tile .product-pricing .tile-price-big {
    display: flex;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
  }
  .saleLabel {
    color: #C22A22;
    font-size: 11px;
    justify-content: flex-end;
    margin-left: auto;
  }
}
#no-preleased-inventory {
  margin: 20px 0;
}

.preleased-line-two {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.infinite-scroll-placeholder-re {
  text-align: center !important;
}

.infinite-scroll-placeholder-re[data-loading-state=loaded] {
  display: none !important;
  /* opacity: 0 !important; */
}

.infinite-scroll-placeholder-re,
.infinite-scroll-placeholder-re[data-loading-state=loading] {
  min-height: 133px !important;
}

.loadMoreProducts {
  margin: 2em auto 2em auto;
  padding: 1.25em 2.25em;
  padding: 16px;
  background-color: #ffffff;
  border: 2px solid #0069c8;
  font-size: 15px;
  color: #0069c8;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: unset;
  cursor: pointer;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600 !important;
  width: 343px;
  min-width: 343px;
  transition-duration: 50ms;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  display: flex;
}
.loadMoreProducts:hover {
  background-color: #0069c8;
  color: #ffffff;
}

.results-hits-re {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
}

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url("../images/infinite-loading-indicator.gif") center no-repeat;
  height: 35px;
  width: 100%;
}

.disable-infinite-scroll .search-result-content .page-element {
  display: none;
}

/* include from custom-sofamail.isml */
@media screen {
  body, td, span, a {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Montserrat', sans-serif; */
  }
}
/* include from custom-sofamail.isml end */
#product-nav-container {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px;
}
#product-nav-container div {
  float: left;
  text-align: center;
  width: 77px;
}
#product-nav-container img {
  max-height: 100%;
  max-width: 80%;
}
#product-nav-container span {
  display: block;
  height: 65px;
}
#product-nav-container .divided span {
  border-right: 1px solid #E7E7E7;
  padding-right: 5px;
}

.pt_product-details .primary-content {
  margin-top: 0;
}

.pdp-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
.pdp-main .prod-id.hidden {
  display: none;
}
.pdp-main .product-top-title .brand-name {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}
.pdp-main .product-top-title .product-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin: 5px 0 7px 0;
}
.pdp-main .product-col-1 {
  position: relative;
  float: left;
  width: 48.94%;
}
.pdp-main .product-col-1 .favorite-icon {
  position: absolute;
  text-indent: -99999px;
  height: 30px;
  width: 30px;
  background-image: url(../images/fav-icon.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.1s ease-in-out;
}
.pdp-main .product-col-1 .favorite-icon.prodisincart {
  background-image: url(../images/fav-icon-active.svg);
}
.pdp-main .product-col-1 .favorite-icon:hover {
  background-image: url(../images/fav-icon-active.svg);
}
.pdp-main .product-col-2 {
  float: right;
  width: 49.13%;
}
.pdp-main .product-col-2 .wrap-col-2 {
  width: 82.12%;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .pdp-main .product-col-2 .wrap-col-2 {
    width: 100%;
  }
}
.pdp-main .product-col-2 .product-reviews-wrapper .favorite {
  position: relative;
  height: 16px;
  margin-right: 0.5em;
}
.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon {
  display: inline-block;
  text-indent: -99999px;
  height: 16px;
  width: 16px;
  background-image: url(../images/fav-icon.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
  overflow: visible;
  left: -9em;
  position: relative;
}
.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon.prodisincart {
  background-image: url(../images/fav-icon-active.svg);
}
.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon:hover {
  background-image: url(../images/fav-icon-active.svg);
}
.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon:hover .prod-id {
  color: #0069C8;
}
.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon .prod-id {
  text-indent: 0;
  display: block;
  color: #142667;
  min-width: 10em;
  position: relative;
  top: -1.35em;
  left: 1.5em;
}
.pdp-main .product-col-2 .product-reviews-wrapper .inline-ratings-wrapper {
  position: relative;
}
.pdp-main .product-col-2 .product-reviews-wrapper .inline-ratings-wrapper:hover .bv_averageRating_component_container.bv_text {
  cursor: pointer !important;
  color: #00369d !important;
}
.pdp-main .product-col-2 .product-reviews-wrapper .inline-ratings-wrapper .bv_scroll_button {
  position: absolute;
  width: 100%;
  padding: 0;
  height: 100%;
  z-index: 1;
  border: none;
}
.pdp-main .product-col-2 .product-reviews-wrapper .inline-ratings-wrapper .bv_scroll_button:focus {
  outline: 2px solid #0069C8;
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid {
  float: none;
  margin-left: inherit;
  transform: scale(1);
  padding: 0;
  position: relative;
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_main_container {
  padding: 0 !important;
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_main_container .bv_stars_component_container svg {
  margin-left: 1px !important;
}
@media (max-width: 1024px) {
  .pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_main_container .bv_stars_component_container svg {
    max-width: 17px !important;
    max-height: 17px !important;
  }
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_main_container .bv_stars_component_container svg:not(:last-child) {
  padding-right: 1px !important;
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_stars_component_container {
  padding-right: 1em !important;
}
@media (max-width: 1024px) {
  .pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_stars_component_container {
    padding-right: 7px !important;
  }
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_text {
  font-size: 14px !important;
  font-weight: bold !important;
  min-height: 12px !important;
  color: #0069c8 !important;
  text-decoration: underline !important;
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_text:hover {
  cursor: pointer !important;
  color: #00369d !important;
}
.pdp-main .product-col-2 .product-reviews-wrapper .stars-rating-grid .bv_averageRating_component_container:after {
  content: "|";
  margin-left: 3px;
  color: #ccc !important;
  font-size: 22px;
}
.pdp-main .product-col-2 .mobile-only.sku {
  display: flex;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-col-2 .mobile-only.sku {
    display: none;
  }
}
.pdp-main .product-col-2 .mobile-only.sku .favorite {
  position: relative;
  height: 16px;
  margin-right: 0.5em;
}
.pdp-main .product-col-2 .mobile-only.sku .favorite .favorite-icon {
  display: inline-block;
  text-indent: -99999px;
  height: 16px;
  width: 16px;
  background-image: url(../images/fav-icon.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
  overflow: visible;
}
.pdp-main .product-col-2 .mobile-only.sku .favorite .favorite-icon.prodisincart {
  background-image: url(../images/fav-icon-active.svg);
}
.pdp-main .product-col-2 .mobile-only.sku .favorite .favorite-icon:hover {
  background-image: url(../images/fav-icon-active.svg);
}
.pdp-main .product-col-2 .mobile-only.sku .favorite .favorite-icon:hover .prod-id {
  color: #0069C8;
}
.pdp-main .product-col-2 .mobile-only.sku .favorite .favorite-icon .prod-id {
  text-indent: 0;
  display: block;
  color: #142667;
  width: 100%;
  position: relative;
  top: -1.4em;
  left: 1.5em;
}
.pdp-main .product-col-2 .price-standard {
  padding-right: 13px;
}
.pdp-main .product-col-2 .brand-name {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 4px;
}
.pdp-main .product-col-2 .fav-and-add {
  display: flex;
}
.pdp-main .product-col-2 .fav-and-add #pdpAddToCartForm {
  flex-grow: 1;
}
.pdp-main .product-col-2 .fav-and-add .add-cartbtn {
  padding: 0;
}
.pdp-main .product-col-2 .fav-and-add .btn-container {
  width: 100%;
  margin-bottom: 0;
}
.pdp-main .product-col-2 .fav-and-add .btn-container #dwfrm_product_addtocart {
  padding: 1.25em 0.5em;
}
@media (max-width: 767px) {
  .pdp-main .product-col-2 .fav-and-add {
    padding: 0 4.83%;
  }
}
.pdp-main .product-col-2 .fav-and-add .favorite {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.pdp-main .product-col-2 .fav-and-add .favorite .favorite-icon {
  display: flex;
  text-indent: -99999px;
  font-size: 0;
}
.pdp-main .product-col-2 .fav-and-add .favorite .favorite-icon::before {
  content: "";
  position: relative;
  height: 32px;
  width: 32px;
  background-image: url(../images/fav-icon.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  z-index: 10;
  margin-right: 0.5rem;
}
.pdp-main .product-col-2 .fav-and-add .favorite .favorite-icon.prodisincart::before {
  background-image: url(../images/fav-icon-active.svg);
}
@media screen and (min-width: 1025px) {
  .pdp-main .product-col-2 .fav-and-add .favorite .favorite-icon:hover::before {
    background-image: url(../images/fav-icon-active.svg);
  }
}
.pdp-main .product-col-2 .fav-and-add .favorite .favorite-icon::after {
  content: "Add to favorites";
  text-indent: 0;
  height: 100%;
  width: 4.75em;
  font-size: 14px;
}
.pdp-main .product-col-2 .fav-and-add .favorite .favorite-icon.prodisincart::after {
  content: "Added to favorites";
}
.pdp-main .product-col-2 .product-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin: 5px 0 7px 0;
}
.pdp-main .product-col-2 .product-reviews-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 2px solid #f0f0f0;
  align-items: center;
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 768px) {
  .pdp-main .product-col-2 .product-reviews-wrapper {
    margin: 0 4.76vw;
  }
  .pdp-main .product-col-2 .product-reviews-wrapper.no-reviews {
    /* display: none; */
  }
}
.pdp-main .product-col-2 .product-reviews-wrapper .bv_main_container {
  width: 100% !important;
}
.pdp-main .product-col-2 .product-reviews-wrapper .bv_main_container .bv_button_buttonMinimalist {
  font-size: 14px !important;
  text-decoration: underline !important;
}
.pdp-main .product-col-2 .product-payment-months {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 14px 0;
}
@media screen and (max-width: 768px) {
  .pdp-main .product-col-2 .product-payment-months {
    margin: 16px 4.76vw;
  }
}
@media screen and (max-width: 768px) {
  .pdp-main .product-col-2 .product-payment-months .product-promo {
    max-width: 190px;
    padding: 0;
    margin: 0;
  }
}
.pdp-main .product-col-2 .product-payment-months .sku {
  white-space: nowrap;
}
.pdp-main .product-col-2 .product-number {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pdp-main .product-col-2 .product-number {
    display: none;
  }
}
.pdp-main .product-col-2 .product-promo {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.pdp-main .product-col-2 .price-heading {
  color: #404040;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 0 17px 20px;
  display: inline-block;
  box-sizing: border-box;
}
.pdp-main .product-col-2 .price-heading .info-tip {
  background-image: url(../images/social-icons.png);
  background-position: -9px -161px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.pdp-main .product-col-2 .price-heading .info-tip:hover {
  background-position: -34px -161px;
}
.pdp-main .product-col-2 .price-heading .info-tip.white-bg {
  background-position: -10px -186px;
}
.pdp-main .product-col-2 .price-heading .info-tip.white-bg:hover {
  background-position: -34px -161px;
}
.pdp-main .product-col-2 .service-repair {
  margin-bottom: 20px;
  width: 100%;
  display: table;
}
.pdp-main .product-col-2 .todays-pay + .delivery-setup + .service-repair {
  margin-bottom: 0;
  width: 100%;
  display: table;
}
.pdp-main .price-value {
  float: right;
  padding: 15px 20px 15px 0;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
}
.pdp-main .productset-content {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 11px;
  display: inline-block;
  width: 100%;
}
.pdp-main .product-price {
  /* margin-top: 20px; */
  position: relative;
}
.pdp-main .product-price .tax-label {
  position: absolute;
  right: 19px;
  top: 5px;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
}
.pdp-main .product-price .zipcodesearch {
  float: right;
  padding: 16px 17px 14px 0;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
}
.pdp-main .product-price .price-sec {
  display: inline-block;
  float: right;
  margin: 24px 11px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
}
.pdp-main .product-price .price-sec .price-standard + .tax-label + .price-sales {
  color: #C22A22;
}
.pdp-main .product-price .price-sec .discount-price {
  font-size: 12px;
  line-height: 20px;
  text-decoration: line-through;
  font-weight: 400;
}
.pdp-main .product-price .price-sec .price-sales {
  float: right;
  justify-content: flex-end;
}
.pdp-main .product-price .price-sec.large-price {
  display: -ms-flexbox;
  flex-direction: column;
  display: flex;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Open Sans', sans-serif; */
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 870px) {
  .pdp-main .product-price .price-sec.large-price {
    font-size: 4vw;
  }
}
@media (max-width: 400px) {
  .pdp-main .product-price .price-sec.large-price {
    font-size: 8vw;
  }
}
.pdp-main .product-price .price-sec.large-price .price-sales {
  line-height: 1em;
  margin-top: -0.2em;
  font-weight: 400;
  font-size: 2.25rem;
  display: flex;
}
.pdp-main .product-price .price-sec.large-price .discount-price {
  text-decoration-color: #C22A22;
  font-size: 0.4em;
  line-height: 1em;
  font-weight: 400;
}
.pdp-main .product-price .price-sec.large-price .cents-per-and-total {
  font-size: 0.55em;
  line-height: 0.8em;
  text-align: left;
  margin-top: 0.23em;
}
.pdp-main .product-price .price-sec.large-price .per-month,
.pdp-main .product-price .price-sec.large-price .total-payments {
  color: #404040;
}
.pdp-main .product-price .price-sec.large-price .total-payments {
  margin-top: -0.35em;
  font-size: 0.6em;
}
.pdp-main .product-price .price-sec.large-price .per-month {
  font-size: 0.55em;
}
.pdp-main .product-price .price-sec.large-price .currency-symbol {
  /* font-size: .7em;
  position: relative;
  top: -.15em; */
}
.pdp-main .backgrond {
  background-color: #fff !important;
  border-bottom: 1px solid #E7E7E7;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  display: table;
}
@media (min-width: 768px) {
  .pdp-main .backgrond {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pdp-main .backgrond {
    margin-left: 4.76vw;
    margin-right: 4.76vw;
    width: calc(100% - 9.52vw) !important;
  }
}
.pdp-main .product-col-2 .price-heading {
  padding: 0;
}
.pdp-main .product-col-2 .price-heading .info-tip.white-bg {
  background-position: -9px -161px;
}
.pdp-main .product-price .price-sec.large-price {
  margin-right: 0;
  margin-top: 0.9rem;
}
.pdp-main .product-price .price-sec.large-price .price-sales {
  font-weight: 400;
}
.pdp-main .product-price .tax-label {
  right: 0;
}
.pdp-main .pdp-bg-gray .price-value {
  padding-right: 0;
  padding: 0;
}
.pdp-main .pdp-bg-gray .price-heading {
  margin: 0;
  padding: 0;
}
.pdp-main .pdp-bg-white .price-value {
  padding-right: 0;
  padding: 0;
}
.pdp-main #todays-pay-price {
  font-weight: 400;
  font-size: 2.25rem;
  padding: 0;
  line-height: 1;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.pdp-main .info-tip {
  background-image: url(../images/social-icons.png);
  background-position: -9px -161px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.pdp-main .info-tip:hover {
  background-position: -34px -161px;
}
.pdp-main .whats-included-section__heading {
  font-weight: bold;
}
.pdp-main .whats-included-section {
  font-size: 1rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 0.5rem;
}
.pdp-main .whats-included-section__items {
  display: flex;
  margin: 1rem 0;
}
.pdp-main .whats-included-section__delivery {
  margin-right: 1.5rem;
}
.pdp-main .whats-included-section__service,
.pdp-main .whats-included-section__delivery {
  display: flex;
  align-items: center;
}
.pdp-main .whats-included-section__icon {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .pdp-main .whats-included-section {
    margin-left: 4.76vw;
    margin-right: 4.76vw;
    font-size: 0.8rem;
  }
}
.pdp-main .product-promo + .product-price + .delivery-setup + .delivery-setup-to {
  width: 100%;
  display: table;
}
.pdp-main .product-promo + .product-price + .delivery-setup + .service-repair {
  width: 100%;
  display: table;
}
.pdp-main .product-promo + .product-price + .delivery-setup + .service-repair .info-tip {
  background-position: -10px -186px;
}
.pdp-main .product-promo + .product-price + .delivery-setup + .service-repair .info-tip:hover {
  background-position: -34px -161px;
}
.pdp-main .product-promo + .product-price + .todays-pay {
  clear: both;
}
.pdp-main .product-promo + .product-price + .todays-pay + .service-repair {
  clear: both;
  width: 100%;
  display: table;
}
.pdp-main .product-promo + .product-price + .todays-pay + .delivery-setup {
  clear: both;
  width: 100%;
  display: table;
}
.pdp-main .product-promo + .product-price + .todays-pay + .delivery-setup + .service-repair {
  clear: both;
  width: 100%;
  display: table;
}
.pdp-main .product-price .price-standard, .pdp-main .service-repair .price-standard {
  text-decoration: line-through;
}
.pdp-main .product-price .price-tiered, .pdp-main .service-repair .price-tiered {
  color: #990000;
  font-size: 0.6em;
  line-height: 1.5em;
}
.pdp-main .add-cartbtn {
  text-align: center;
}
.pdp-main .add-cartbtn .button, .pdp-main .add-cartbtn .button-fancy-large {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 0 17px;
  letter-spacing: 2px;
  line-height: 18px;
}
.pdp-main .add-cartbtn .button:focus, .pdp-main .add-cartbtn .button-fancy-large:focus {
  position: initial;
}
.pdp-main .add-cartbtn.no-location-data {
  background: #f5f5f5;
  padding: 2em 1em;
  text-align: left;
  margin-bottom: 1.5em;
}
.pdp-main .add-cartbtn.no-location-data .btn-container {
  text-align: left;
}
.pdp-main .add-cartbtn.no-location-data p {
  font-size: 1.23em;
  line-height: 1.4;
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
}
.pdp-main .add-cartbtn.no-location-data p img {
  margin-right: 1em;
  height: 27px;
}
.pdp-main .add-cartbtn.no-location-data .pdp-buttonlink {
  border-radius: 5px;
}
@media (min-width: 767px) {
  .pdp-main .add-cartbtn.no-location-data p {
    font-size: 1.47em;
  }
}
.pdp-main .help-text {
  display: inline-block;
  width: 100%;
  padding: 25px 0 15px;
  border-bottom: 1px solid #E7E7E7;
}
.pdp-main .help-text .help-labe {
  font-size: 14px;
  line-height: 20px;
}
.pdp-main .help-text .chat, .pdp-main .help-text .phone-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}
.pdp-main .help-text .chat {
  margin: 0px 4.3% 0 3.4%;
}
.pdp-main .help-text .chat a:before {
  content: " ";
  background-image: url(../images/social-icons.png);
  background-position: -210px -99px;
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.pdp-main .help-text .chat:hover a:before {
  background-position: -235px -98px;
}
@media screen and (min-width: 1025px) {
  .pdp-main .help-text .phone-label a {
    color: #142667;
    pointer-events: none;
  }
}
.pdp-main .help-text .phone-label a:before {
  content: " ";
  background-image: url(../images/social-icons.png);
  width: 16px;
  height: 16px;
  background-position: -102px -98px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .pdp-main .help-text .phone-label:hover a:before {
    background-position: -131px -98px;
  }
}
.pdp-main .delivery-loc, .pdp-main .change-store-by-zip-pdp {
  padding: 15px 0 17px 0;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 15px;
}
.pdp-main .delivery-loc .del-heading, .pdp-main .change-store-by-zip-pdp .del-heading {
  font-size: 14px;
  line-height: 20px;
  margin-right: 11%;
}
.pdp-main .delivery-loc .zipcodesearch, .pdp-main .change-store-by-zip-pdp .zipcodesearch {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.pdp-main .delivery-loc .zipcodesearch.change-loc, .pdp-main .change-store-by-zip-pdp .zipcodesearch.change-loc {
  font-size: 12px;
  line-height: 20px;
  margin-left: 13px;
  font-weight: normal;
  text-decoration: underline;
}
.pdp-main .delivery-loc .location:before, .pdp-main .change-store-by-zip-pdp .location:before {
  content: " ";
  background-image: url(../images/social-icons.png);
  width: 12px;
  height: 16px;
  background-position: -54px -97px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 3px;
  cursor: pointer;
  color: #142667;
}
.pdp-main .delivery-loc .location:hover:before, .pdp-main .change-store-by-zip-pdp .location:hover:before {
  background-position: -75px -97px;
}
.pdp-main .delivery-loc .locationpdpbutton:before, .pdp-main .change-store-by-zip-pdp .locationpdpbutton:before {
  content: " ";
  background-image: url(../images/social-icons.png);
  width: 12px;
  height: 16px;
  background-position: -75px -187px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 3px;
  cursor: pointer;
  color: #142667;
}
.pdp-main .delivery-loc .locationpdpbutton:hover, .pdp-main .change-store-by-zip-pdp .locationpdpbutton:hover {
  background-color: #0033A0 !important;
}
.pdp-main .delivery-loc .locationpdpbutton:hover:before, .pdp-main .change-store-by-zip-pdp .locationpdpbutton:hover:before {
  background-position: -75px -187px;
}
.pdp-main .todays-pay + .delivery-setup .price-heading .info-tip {
  background-position: -10px -186px;
}
.pdp-main .todays-pay + .delivery-setup .price-heading .info-tip:hover {
  background-position: -34px -161px;
}
.pdp-main .todays-pay + .delivery-setup + .service-repair .price-heading .info-tip {
  background-position: -9px -161px;
}
.pdp-main .todays-pay + .delivery-setup + .service-repair .price-heading .info-tip:hover {
  background-position: -34px -161px;
}
.pdp-main .no-store {
  margin: 19px 0 7px;
  font-size: 13px;
  line-height: 20px;
}
.pdp-main .no-store .error-msg {
  color: #C22A22;
}
.pdp-main .terms {
  font-size: 16px;
  line-height: 20px;
}
.pdp-main .terms a {
  text-decoration: underline;
}
.pdp-main .terms .add-info {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdp-main .terms {
    font-size: 14px;
  }
  .pdp-main .terms .add-info {
    margin: 10px 0 0 0;
  }
}
.pdp-main .product-review {
  margin-bottom: 0.5rem;
}
.pdp-main .product-main-attributes .attribute {
  padding: 0.2em 0;
}
.pdp-main .product-main-attributes .label {
  padding: 0;
}
.pdp-main .product-primary-image {
  max-width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: zoom-in;
}
.pdp-main .product-primary-image.primaryimage-removespace {
  margin-bottom: 0;
}
.pdp-main .product-primary-image .temporarily-out-stock {
  background-color: #525252;
  color: #ffffff;
  padding: 0.5em 0.5em;
  position: absolute;
  bottom: 8px;
  width: 99%;
  font-weight: 600;
  opacity: 0.9;
  z-index: 100;
}
.pdp-main .product-primary-image .temporarily-out-stock span {
  display: none;
}
.pdp-main .product-primary-image .temporarily-out-stock em::before {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  content: "Out of stock";
}
.pdp-main .zoom-icon {
  position: absolute;
  top: 26px;
  left: 26px;
  background-image: url(../images/check-box.png);
  background-position: -69px -30px;
  width: 20px;
  height: 21px;
  display: inline-block;
}
.pdp-main .zoom-icon:hover {
  background-position: -70px -55px;
}
.pdp-main .socialsharing {
  position: absolute;
  right: 22px;
  bottom: 27px;
  height: 34px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pdp-main .socialsharing {
    bottom: 55px;
  }
}
.pdp-main .socialsharing .social-icons {
  display: block;
  float: left;
}
.pdp-main .socialsharing .social-share {
  background-image: url(../images/check-box.png);
  background-position: -3px -54px;
  width: 25px;
  height: 21px;
  display: inline-block;
  float: right;
  cursor: pointer;
  display: none;
}
.pdp-main .socialsharing .social-share:hover {
  background-position: -37px -55px;
}
.pdp-main .socialsharing .social-share.close {
  background-position: -5px -81px;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-left: 10px;
}
.pdp-main .socialsharing .social-share.close:hover {
  background-position: -42px -81px;
}
.pdp-main .socialsharing .social-icons .share-icon {
  background-image: url(../images/social-icons.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.pdp-main .socialsharing .social-icons .share-icon.facebook {
  background-position: -5px -5px;
}
.pdp-main .socialsharing .social-icons .share-icon.facebook:hover {
  background-position: -3px -208px;
}
.pdp-main .socialsharing .social-icons .share-icon.twitter {
  background-position: -49px -7px;
}
.pdp-main .socialsharing .social-icons .share-icon.twitter:hover {
  background-position: -41px -210px;
}
.pdp-main .socialsharing .social-icons .share-icon.google-plus {
  background-position: -94px -8px;
}
.pdp-main .socialsharing .social-icons .share-icon.google-plus:hover {
  background-position: -95px -50px;
}
.pdp-main .socialsharing .social-icons .share-icon.pinterest {
  background-position: -135px -8px;
}
.pdp-main .socialsharing .social-icons .share-icon.pinterest:hover {
  background-position: -134px -48px;
}
.pdp-main .socialsharing .social-icons .share-icon.envelope {
  background-position: -175px -9px;
}
.pdp-main .socialsharing .social-icons .share-icon.envelope:hover {
  background-position: -174px -45px;
}
.pdp-main .product-info {
  clear: both;
  padding-top: 40px;
  min-height: 150px;
}
.pdp-main .product-info ul {
  font-size: 0.85rem;
  list-style: square;
  padding: 0 1.3em 2em;
  line-height: 1.4;
}
.pdp-main .product-info ul li {
  list-style: square;
}
.pdp-main .tab-description ul {
  padding: 0 1.3em 2em !important;
}
.pdp-main .product-add-to-cart {
  display: block;
  margin: 0;
  overflow: hidden;
  clear: both;
}
.pdp-main .product-add-to-cart .inventory {
  float: left;
  white-space: nowrap;
}
.pdp-main .product-add-to-cart .inventory label {
  display: inline;
  float: none;
  text-align: right;
}
.pdp-main .product-add-to-cart .inventory input {
  font-size: 1.5em;
  height: 50px;
  width: 50px;
  margin-right: 0.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-add-to-cart .inventory input {
    height: 37px;
    width: 37px;
  }
}
.pdp-main .product-add-to-cart button {
  float: left;
  font-weight: 600;
  height: 50px;
  padding: 0.5em 0.7em;
  white-space: nowrap;
  width: 36.5%;
}
.pdp-main .product-add-to-cart button.add-all-to-cart {
  width: auto;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-add-to-cart button {
    height: 37px;
    padding: 0.5em 2em;
    width: auto;
  }
}
.pdp-main .product-add-to-cart .dw-apple-pay-button {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-add-to-cart .dw-apple-pay-button {
    width: 172px;
  }
}
.pdp-main .promotion {
  display: none;
}
.pdp-main .product-actions {
  padding: 1em 0.5em;
}
.pdp-main .product-actions .socialsharing {
  float: none;
  margin-right: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .pdp-main .product-actions .socialsharing {
    float: left;
    padding-top: 0;
  }
}
.pdp-main .product-actions a {
  margin-right: 0.1rem;
}
.pdp-main .product-actions a.share-icon {
  color: #999999;
}
.pdp-main .product-actions a.share-icon:hover {
  color: #84bd00;
}
.pdp-main .product-actions a.share-icon i {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-actions a.share-icon i {
    font-size: 2rem;
  }
}
.pdp-main .product-set .product-set-list {
  border-top: 1px solid #cccccc;
}
.pdp-main .product-set .product-set-list .product-set-details {
  float: left;
  padding-left: 0.5rem;
  width: 75%;
}
.pdp-main .product-set .product-set-list .product-set-item {
  clear: both;
  overflow: hidden;
  padding: 1em 0 0;
}
.pdp-main .product-set .product-set-list .product-set-image {
  float: left;
  width: 22%;
}
.pdp-main .product-set .product-set-list .product-set-image img {
  width: 100%;
}
.pdp-main .product-set .product-set-list .product-name {
  float: none;
  font-size: 1.3em;
  margin-bottom: 0;
  width: auto;
}
.pdp-main .product-set .product-set-list .product-price {
  font-size: 1rem;
  margin: 0.5em 0;
}
.pdp-main .product-set .product-set-list .attribute h3 {
  width: 25%;
}
.pdp-main .product-set .product-set-list .attribute .label {
  width: 25%;
  white-space: nowrap;
}
.pdp-main .product-set .product-add-to-cart {
  border-top: none;
  padding-top: 0;
}
.pdp-main .product-set .product-add-to-cart label {
  float: left;
  font-size: 0.75rem;
  padding-top: 0.3em;
  padding-right: 0.5em;
}
.pdp-main .product-set .product-add-to-cart .availability-web label {
  float: none;
  padding: top;
}
.pdp-main {
  /* .recommendations {
      clear: left;
      padding: 2em 0;
      .recommendation-tooltip {
          background: none repeat scroll 0 0 $white;
          border: 1px solid;
          left: 50%;
          position: absolute;
          text-align: left;
          top: 50%;
          width: 300px;
          z-index: 100;
      }
      h2 {
          font-size: 2em;
          font-weight: 400;
          margin-left: 14px;
      }
      #carousel-recommendations {
          margin: auto;
          position: relative;
          overflow: hidden;
          width: 250px;
          @media screen and (min-width: 690px) {
              width: 500px;
          }
          @media screen and (min-width: 768px) {
              width: 750px;
          }
      }
      ul {
          list-style-type: none;
          position: relative;
          //width: 2000em;
      }
      li {
          float: left;
          //width: 250px;
      }
      .product-tile {
          padding: 0 2em;
      }
      .product-name {
          font-size: 1em;
          margin: .2em 0;
          width: 100%;
      }
      .product-price {
          font-size: 1em;
      }
      .jcarousel-clip {
          margin: auto;
          overflow: hidden;
          width: 300px;
      }
      .jcarousel-nav {
          cursor: pointer;
          position: absolute;
          top: 20%;
          &.inactive {
              display: none;
          }
      }
      .jcarousel-prev {
          left: 0;
      }
      .jcarousel-next {
          right: 0;
      }
      .product-tile:hover .recommendation-tooltip {
          display: block !important;
      }
  } */
}

.main-image {
  display: block;
}

.primary-image {
  max-width: 100%;
}

.product-thumbnails {
  overflow: hidden;
  width: 100%;
  float: left;
}
.product-thumbnails .thumb {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 2px 0;
}
.product-thumbnails .thumb .temporarily-out-stock {
  display: none;
}
@media screen and (max-width: 769px) {
  .product-thumbnails .thumb .temporarily-out-stock {
    background-color: #525252;
    color: #ffffff;
    padding: 0.5em 0.5em;
    position: absolute;
    bottom: 8px;
    width: 100%;
    font-weight: 600;
    opacity: 0.9;
    z-index: 100;
    text-align: center;
    display: block;
  }
  .product-thumbnails .thumb .temporarily-out-stock span {
    display: none;
  }
  .product-thumbnails .thumb .temporarily-out-stock em::before {
    font-style: normal;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    content: "Out of stock";
  }
}
@media screen and (min-width: 1024px) {
  .product-thumbnails .thumb {
    margin-right: 40px;
  }
}
.product-thumbnails img {
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
}

.rating {
  color: #64772d;
}
.product-info .rating {
  font-size: 2em;
}

.product-variations .attribute,
.product-options .attribute {
  margin: 1em 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product-variations .attribute.option-dropdown,
.product-options .attribute.option-dropdown {
  overflow: visible;
}
.product-variations .attribute h3,
.product-variations .attribute .label,
.product-options .attribute h3,
.product-options .attribute .label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.product-variations .attribute .value,
.product-options .attribute .value {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-variations .attribute .value,
  .product-options .attribute .value {
    width: 75%;
  }
}
.product-variations .attribute ul,
.product-options .attribute ul {
  float: right;
  width: 100%;
}
.product-variations .attribute .selected-value,
.product-options .attribute .selected-value {
  border: 0 none;
  color: #84bd00;
  font-weight: bold;
  padding: 1.3em 0 0 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-variations .attribute .selected-value,
  .product-options .attribute .selected-value {
    padding-top: 0.8em;
  }
}
.product-variations .attribute .size-chart-link,
.product-options .attribute .size-chart-link {
  clear: both;
  float: none;
}
.product-variations .attribute .size-chart-link a,
.product-options .attribute .size-chart-link a {
  border-color: #ffffff !important;
  padding: 0;
}
.product-variations .swatches li,
.product-options .swatches li {
  float: left;
}
.product-variations .swatches li:hover a, .product-variations .swatches li.selected a,
.product-options .swatches li:hover a,
.product-options .swatches li.selected a {
  border-color: #84bd00;
}
.product-variations .swatches li.unselectable a,
.product-options .swatches li.unselectable a {
  color: #E7E7E7;
  opacity: 0.8;
}
.product-variations .swatches li.unselectable:hover a,
.product-options .swatches li.unselectable:hover a {
  border-color: #E7E7E7;
}
.product-variations .swatches li a,
.product-options .swatches li a {
  border-color: #E7E7E7;
  border-style: solid;
  border-width: 1px 1px 3px;
  display: block;
  line-height: 3.5;
  min-height: 2.625rem;
  min-width: 2.625rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 1px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product-variations .swatches li a,
  .product-options .swatches li a {
    line-height: 2.7;
    min-height: 2rem;
    min-width: 2rem;
  }
}
.product-variations .color li a,
.product-options .color li a {
  line-height: 0;
  width: 2.625rem;
  height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .product-variations .color li a,
  .product-options .color li a {
    width: 2rem;
    height: 2rem;
  }
}
.product-variations .color li a img,
.product-options .color li a img {
  width: 100%;
  height: 100%;
}
.product-variations select,
.product-options select {
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
  border-radius: 0;
  height: 42px;
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .product-variations select,
  .product-options select {
    height: 32px;
  }
}

.container--info-drawers {
  background-color: #f5f5f5;
  margin-left: -4.76vw;
  margin-right: -4.76vw;
  padding: 4rem 4.76%;
}
.container--info-drawers .info-drawers {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 2rem;
}
.container--info-drawers .info-drawers .info-drawer {
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
  transition: max-height 0.3s ease-in-out;
}
.container--info-drawers .info-drawers .info-drawer a,
.container--info-drawers .info-drawers .info-drawer button {
  visibility: hidden !important;
}
.container--info-drawers .info-drawers .info-drawer.is-open a,
.container--info-drawers .info-drawers .info-drawer.is-open button,
.container--info-drawers .info-drawers .info-drawer__heading button {
  visibility: visible !important;
}
.container--info-drawers .info-drawers .info-drawer:last-child {
  border-bottom: 0;
}
.container--info-drawers .info-drawers .info-drawer button.info-drawer__heading,
.container--info-drawers .info-drawers .info-drawer div.info-drawer__heading {
  visibility: visible !important;
  padding: 0;
  border: 0;
}
.container--info-drawers .info-drawers .info-drawer__heading {
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  line-height: 1;
  cursor: pointer;
  height: 5rem;
  display: flex;
  align-items: center;
}
.container--info-drawers .info-drawers .info-drawer__heading:focus {
  color: #0069c8;
}
.container--info-drawers .info-drawers .info-drawer__heading::after {
  content: "";
  height: 0.75em;
  width: 0.75em;
  background-image: url(/on/demandware.static/Sites-Aarons-Site/-/default/dwfd3b0f45/images/svg/new-chev.svg);
  background-size: 0.75em 0.75em;
  background-repeat: no-repeat;
  margin-left: auto;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.container--info-drawers .info-drawers .info-drawer.is-open .info-drawer__heading::after {
  transform: rotate(270deg);
}
.container--info-drawers .info-drawers .info-drawer:not(.is-open) {
  max-height: 5rem !important;
}
.container--info-drawers .info-drawers .info-drawer__content {
  padding: 1rem 0;
}
.container--info-drawers .info-drawers .info-drawer [data-bv-show=rating_summary] {
  margin-left: 1rem;
  position: relative;
  top: 0.05rem;
}
.container--info-drawers .info-drawers .info-drawer [id=ratings-summary] {
  pointer-events: none;
}

@media (max-width: 1024px) {
  .container--info-drawers .info-drawers .info-drawer__heading {
    font-size: 1.25rem;
    height: 3rem;
  }
  .container--info-drawers .info-drawers .info-drawer:not(.is-open) {
    max-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .container--info-drawers .info-drawers .info-drawer__heading {
    height: 4rem;
  }
}
@media (max-width: 540px) {
  .container--info-drawers {
    padding: 0;
    margin: 0;
  }
  .container--info-drawers .info-drawers {
    padding: 0;
  }
  .container--info-drawers .info-drawers .info-drawer__heading {
    height: 5rem;
  }
}
@media (max-width: 470px) {
  .container--info-drawers .info-drawer [id=WAR] {
    display: none !important;
  }
}
/* end accordion styles */
.desktop-faq {
  width: 100%;
  margin-left: 0;
}

.tab-faq {
  display: inline-block;
  text-align: left;
  margin-top: 2rem;
}
.tab-faq .faq-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  cursor: pointer;
}
.tab-faq .faq-title:before {
  content: "\f055";
  /* font-family: FontAwesome; */
  transform: rotate(0);
  transition: 0.3s;
  display: inline-block;
  margin-right: 0.25em;
}
.tab-faq .faq-cont {
  width: 100%;
  float: left;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 14px;
  padding: 2px 0;
}
.tab-faq .faq-cont:not(.is-open) {
  max-height: 23px !important;
}
.tab-faq .faq-text {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 0 5px 0 10px;
}
.tab-faq .faq-desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 13px;
}
.tab-faq .faq-icon {
  width: 9.42%;
  float: left;
}
.tab-faq .faq-icon img {
  margin-top: 35px;
}
.tab-faq .check-credit img {
  width: 57.45%;
}
.tab-faq .make-payments img {
  width: 66%;
}
.tab-faq .lease-off img {
  width: 60.63%;
  margin-top: 60px;
}
.tab-faq .retrn-polcy img {
  width: 50%;
}
.tab-faq .faq-cont.is-open .faq-title:before {
  transform: rotate(135deg);
}
.tab-faq .faq-desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .tab-faq .faq-cont:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .tab-faq .faq-title {
    font-size: 1rem;
    line-height: 23px;
  }
}
/*Responsive styles start*/
.dektop-mob {
  display: block;
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .product-thumbnails .thumb .wrap-thumb {
    max-width: 68px;
    max-height: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dektop-mob {
    display: none;
  }
  .pt_product-details .primary-content, .pt_product-details .breadcrumb {
    padding: 0 3.9%;
    box-sizing: border-box;
  }
  .pt_product-details .breadcrumb {
    margin: 7px 0 6px;
  }
  .product-thumbnails .thumb {
    width: 75px;
    margin-right: 14px;
  }
  .product-thumbnails .thumb .wrap-thumb {
    max-width: 74px;
  }
  .pdp-main .product-primary-image {
    margin-bottom: 20px;
  }
  .pdp-main .product-top-title .brand-name {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .pdp-main .product-top-title .product-name {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 29px;
    margin: 9px 0 10px;
  }
  .pdp-main .product-col-1 {
    width: 48.4%;
  }
  .pdp-main .product-col-1 .store-details {
    margin-top: 15px;
  }
  .pdp-main .product-col-1 .productset-content {
    margin: 25px 0 19px 0;
    font-size: 14px;
  }
  .pdp-main .product-col-2 {
    width: 48.4%;
  }
  .pdp-main .product-col-2 .wrap-col-2 {
    width: 100%;
  }
  .pdp-main .product-col-2 .product-promo {
    font-size: 14px;
    margin-top: 5px;
  }
  .pdp-main .product-col-2 .product-promo + .product-price {
    margin-top: 31px;
  }
  .pdp-main .product-col-2 .brand-name {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 19px;
  }
  .pdp-main .product-col-2 .product-name {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 29px;
    margin: 9px 0 10px;
  }
  .pdp-main .product-col-2 .price-heading {
    font-size: 12px;
  }
  .pdp-main .product-col-2 .price-heading .info-tip {
    margin-left: 14px;
  }
  .pdp-main .help-text {
    padding: 24px 0 25px;
  }
  .pdp-main .help-text .chat {
    margin: 0 34px 0 40px;
  }
  .pdp-main .delivery-loc, .pdp-main .change-store-by-zip-pdp {
    padding: 25px 0 25px 0;
  }
  .pdp-main .delivery-loc .zipcodesearch.change-loc, .pdp-main .change-store-by-zip-pdp .zipcodesearch.change-loc {
    margin-left: 14%;
  }
  .pdp-main .product-info {
    padding-top: 24px;
  }
  .pdp-main .delivery-loc .del-heading, .pdp-main .change-store-by-zip-pdp .del-heading {
    margin-right: 12%;
  }
}
@media screen and (max-width: 767px) {
  .tab .tab-content.payment-info .payment-title {
    line-height: 19px;
    margin-bottom: 25px;
  }
  .tab .tab-content.payment-info .first-row, .tab .tab-content.payment-info .second-row {
    padding: 5px 0;
  }
  .tab .tab-content.payment-info .first-row .inner-box, .tab .tab-content.payment-info .second-row .inner-box {
    padding: 8px 10px;
    border-bottom: none;
  }
  .tab .tab-content.payment-info .first-row .inner-box .payinfo-cnt, .tab .tab-content.payment-info .second-row .inner-box .payinfo-cnt {
    margin-top: 1px;
  }
  .tab .tab-content.payment-info .first-row .inner-heading, .tab .tab-content.payment-info .first-row .payinfo-cnt, .tab .tab-content.payment-info .second-row .inner-heading, .tab .tab-content.payment-info .second-row .payinfo-cnt {
    width: 50%;
    text-align: left;
    margin-top: 0;
  }
  .tab .tab-content.payment-info .first-row .amt_msg, .tab .tab-content.payment-info .second-row .amt_msg {
    text-align: left;
    margin-top: 3px;
  }
  .tab .tab-content.specs {
    padding: 26px 0 0;
  }
  .tab .tab-content.specs .attribute-title {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tab-faq .faq-text {
    padding: 0 20px;
  }
  .desktop-faq {
    margin: 0;
    width: 100%;
  }
}
.add-cartbtn .button-border {
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .add-cartbtn .button-border {
    width: auto;
  }
}
.add-cartbtn .button-border .button, .add-cartbtn .button-border .button-fancy-large {
  height: 52px;
}
@media screen and (min-width: 1100px) {
  .add-cartbtn .button-border .button, .add-cartbtn .button-border .button-fancy-large {
    padding: 17px 49px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .add-cartbtn .button-border .button, .add-cartbtn .button-border .button-fancy-large {
    padding: 17px 30px;
  }
}
.add-cartbtn .button-border:hover .button, .add-cartbtn .button-border:hover .button-fancy-large {
  line-height: 20px;
}

/*mobile styles*/
@media screen and (max-width: 767px) {
  .pt_product-details .primary-content {
    padding: 0;
  }
  .pt_product-details .breadcrumb {
    padding: 0 4.83%;
    box-sizing: border-box;
    margin: 6px 0;
  }
  .pdp-main {
    display: flex;
    flex-direction: column;
  }
  .pdp-main .product-top-title {
    order: 0;
  }
  .pdp-main .product-top-title .brand-name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 4px;
  }
  .pdp-main .product-top-title .product-name {
    font-size: 24px;
    line-height: 29px;
    margin: 5px 0 10px 0;
  }
  .pdp-main .product-col-1, .pdp-main .product-col-2 {
    width: 100%;
  }
  .pdp-main .productset-content {
    font-size: 14px;
    margin: 24px 0 10px 0;
  }
  .pdp-main .product-col-1 {
    overflow-x: hidden;
    order: 1;
  }
  .pdp-main .product-col-1, .pdp-main .brand-name, .pdp-main .product-name,
  .pdp-main .product-promo, .pdp-main .add-cartbtn, .pdp-main .dektop-mob {
    padding: 0 4.83%;
    box-sizing: border-box;
  }
  .pdp-main .product-number, .pdp-main .help-text, .pdp-main .delivery-loc, .pdp-main .change-store-by-zip-pdp {
    width: 90%;
    margin: 0 4.83%;
  }
  .pdp-main .product-primary-image {
    display: none;
  }
  .pdp-main .product-col-2 {
    order: 3;
  }
  .pdp-main .product-col-2 .wrap-col-2 {
    width: 100%;
    margin-top: 17px;
  }
  .pdp-main .product-col-2 .brand-name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .pdp-main .product-col-2 .product-name {
    font-size: 24px;
    line-height: 29px;
    margin: 5px 0 10px 0;
  }
  .pdp-main .product-col-2 .product-promo {
    margin-top: 15px;
  }
  .pdp-main .product-col-2 .product-promo + .product-price {
    margin-top: 16px;
  }
  .pdp-main .product-col-2 .product-price .zipcodesearch {
    font-size: 13px;
  }
  .pdp-main .product-col-2 .price-heading {
    font-size: 12px;
  }
  .pdp-main .help-text, .pdp-main .delivery-loc, .pdp-main .change-store-by-zip-pdp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pdp-main .help-text .chat, .pdp-main .delivery-loc .chat, .pdp-main .change-store-by-zip-pdp .chat {
    margin: 0 15% 0 12.5%;
  }
  .pdp-main .help-text .zipcodesearch.change-loc, .pdp-main .delivery-loc .zipcodesearch.change-loc, .pdp-main .change-store-by-zip-pdp .zipcodesearch.change-loc {
    margin-left: 22%;
  }
  .pdp-main .product-info {
    padding: 29px 4.83% 0 4.83%;
    box-sizing: border-box;
    order: 4;
  }
  .pdp-main .product-thumbnails {
    position: relative;
  }
}
@media screen and (max-width: 413px) {
  .pdp-main .help-text .chat {
    margin: 0px 4.3% 0 3.94%;
  }
}
@media screen and (max-width: 413px) and (min-width: 320px) and (max-width: 322px) {
  .pdp-main .help-text .chat {
    margin: 0px 3.3% 0 3.94%;
  }
}
@media screen and (max-width: 413px) {
  .pdp-main .delivery-loc .zipcodesearch.change-loc, .pdp-main .change-store-by-zip-pdp .zipcodesearch.change-loc {
    margin-left: 5%;
  }
}
/*Responsive styles end*/
.pdp-loader {
  margin: 0;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 100%;
  display: none;
}
.pdp-loader.displayed {
  display: block;
}
.pdp-loader .pdp-loader-bg {
  background-color: #142667;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  margin: 0;
}
.pdp-loader .preload-wrap {
  margin: 0 auto;
  width: 250px;
  text-align: center;
  color: white;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.pdp-loader .spinner {
  margin: 100px auto 0px auto;
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 0;
}
.pdp-loader .spinner > div {
  background-color: #ffffff;
  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;
}
.pdp-loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.pdp-loader .spinner .rect3 {
  webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pdp-loader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.pdp-loader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.pdp-loader .preload-bottom p {
  font-size: 19px;
  letter-spacing: 0.75px;
  line-height: 29px;
  color: #ffffff;
}

.pdp-main .productset-content .definition-list dt {
  float: inherit;
  clear: inherit;
  width: auto;
  text-align: left;
  font-weight: bold;
  color: #000000;
  margin: 0 !important;
}

.pdp-main .productset-content .definition-list dd {
  margin: 0 0 0 0;
  padding: 0 0 0.8em 0;
  float: inherit !important;
}

.pdp-main .productset-content .definition-list dt .fa-times {
  color: #c5c5c5;
}

.service-repair-nomargin {
  width: 100%;
  margin-bottom: 0;
  display: table;
}

.delivery-estimate-desc {
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  display: table;
}

.delivery-estimate-text {
  text-transform: capitalize;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  clear: both;
  display: block;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

.pdp-main .product-col-2 .price-heading.delivers-to {
  padding-top: 23px;
}

.product-header-top {
  background-color: #f0f0f0 !important;
}

.product-deliverysetupbg {
  background-color: #ffffff !important;
}

.product-graybg {
  background-color: #f0f0f0 !important;
}

.price-underline {
  border-bottom: 1px solid #000000;
}

.totalprice-margin {
  /* margin-bottom: 1.5em; */
}

.pdp-main .hide-mobile-pdp {
  display: table;
}

@media screen and (max-width: 766px) {
  .pdp-main .hide-mobile-pdp {
    display: none !important;
  }
  .pdp-main .product-header-top {
    background-color: #ffffff !important;
  }
  .pdp-main .pdp-bg-gray-mobile {
    background-color: #f0f0f0 !important;
  }
  #product-content .btn-container {
    margin-top: 1em;
  }
}
.tile-recommendations .stars-rating-grid {
  transform: none;
}

.grid-tile.recommendations {
  max-width: 190px;
  margin: 0;
  float: left;
  clear: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .grid-tile.recommendations {
    width: 190px;
    margin: 0;
    float: left;
    clear: none;
    display: inline-block;
  }
}
.video-button-overlay {
  /* width:88px;
  height:88px; */
  display: block;
  position: absolute;
  z-index: 99;
  /* background-color: hsla(89, 43%, 51%, 0.3); */
  background-image: url(../images/svg/playback.png);
  background-size: contain;
}

/* Youtube modal */
.video-banner {
  display: block;
}

@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}
.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  backgound: #330099;
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}

@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}
.banner-slot {
  float: left;
  width: 100%;
}
.banner-slot .inner-content {
  max-width: 100%;
  margin: 0 auto;
}
.banner-slot .search-promo {
  padding: 0;
  display: inline-block;
  width: 100%;
  float: left;
}
.banner-slot .search-promo .content {
  font-size: 24px;
  color: #ffffff;
  line-height: 29px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  min-height: unset;
  max-width: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 767px) {
  .banner-slot .search-promo .content {
    width: 60%;
  }
}
.banner-slot .categories {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.banner-slot .categories .category-info-title {
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-slot .categories .category-info-container {
  padding: 0 8.26% 0;
}
.banner-slot .categories .category-info-container .btn-cat {
  margin: 30px 0 50px 0;
}

.content h1,
.content h2,
.content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}

.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1em;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}
.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  margin-top: 3em;
}

/* buttons */
.content .button-group {
  margin-top: 1em;
}

.content .button, .content .button-fancy-large {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  /* button theme - secondary is default */
  background: #f0f0f0;
  color: #2B2B2B;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.content .button ~ .button, .content .button-fancy-large ~ .button, .content .button ~ .button-fancy-large, .content .button-fancy-large ~ .button-fancy-large {
  margin-left: 0.5em;
}

.content .button:hover, .content .button-fancy-large:hover {
  background: #e5e5e5;
}

/* primary button overrides */
.content .button.primary, .content .primary.button-fancy-large {
  background: #E50055;
  color: #fff;
}

.content .button.primary:hover, .content .primary.button-fancy-large:hover {
  background: #9D00E5;
}

/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}

.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc((100% - 4rem) / 2 * 0.5625); /* 16:9 calc */
  margin: 1rem 1rem; /* gutters */
  overflow: hidden; /* clipping */
  position: relative; /* enable positioning for inner content */
  font-size: 1rem; /* reset the font size */
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.content .video-thumb:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}

.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  background: #2b2b2b;
}

/* Video Modal -----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 13, 13, 0.82); /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.YYyoutube-button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 23;
  object-fit: cover;
  background-image: url(../images/svg/playback.png);
  max-width: 100%;
  max-height: 100%;
}

.youtube-button {
  display: block;
  background-image: url(../images/svg/playback.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.youtube-button img {
  opacity: 0.3;
}

.tabs-wrap-lease h3 {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.tabs-wrap-lease p {
  font-size: 12px;
  line-height: 19px;
  margin-top: 6px;
}

.tabs-lease li {
  display: block;
  font-size: 12px;
  width: 26%;
  text-align: center;
  padding: 12px 20px;
  margin-right: 5px;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: -1px;
  margin-top: 2px;
  background-color: #F1F1F1;
  color: #2C70B8;
  flex-grow: 1;
}

.tabs-lease li:last-child {
  margin-right: 5px;
}

.tabs-lease li:first-child {
  margin-left: 5px;
}

.tab-active {
  border-top: 3px solid #2C70B8 !important;
  margin-bottom: -1px;
  margin-top: -2px;
  border-bottom: 1px solid #fff !important;
  background-color: #ffffff !important;
  padding: 12px 20px 10px 20px !important;
  color: #000000 !important;
}

.tabs-lease {
  border-bottom: 1px solid #ccc;
  display: flex !important;
  margin: 0;
  padding-left: 0;
  flex: 0 0 100%;
  flex-direction: row;
}

@media screen and (max-width: 420px) {
  .tabs-lease li:last-child {
    margin-right: 5px;
  }
  .tabs-lease li:first-child {
    margin-left: 5px;
  }
  .tabs-lease li {
    font-size: 9px;
  }
  .tabs-wrap-lease h3 {
    padding: 0 4.76vw;
  }
  .tabs-wrap-lease p {
    padding: 0 4.76vw;
  }
}
.change-store-by-zip-pdp {
  text-align: right;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.del-heading-v2 {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  float: right;
  clear: both;
  margin-right: 0 !important;
}

.del-heading-a, del-heading-a.setMyLocNStoreLocBtn {
  white-space: nowrap;
  background: #0072ce;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
}
.del-heading-a:focus, del-heading-a.setMyLocNStoreLocBtn:focus {
  color: #00ACEC;
}

/*
.del-heading-a:hover, del-heading-a.setMyLocNStoreLocBtn:hover {
color: #fff;
text-decoration:underline;
}
*/
.payment-box-v2 {
  padding: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}

.oos-email {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-top: 0;
  padding: 1em;
  margin-top: -20px;
  margin-bottom: 28px;
}
.oos-email.oosRe .form-row input[type=text] {
  border-radius: 4px;
  border: 1px solid #9E9E9E;
}
.oos-email.oosRe .form-row.show-floating-label input[type=text] {
  border-color: #0069C8;
  border-width: 2px;
}
.oos-email.oosRe .form-row.email {
  width: 99.5%;
  clear: both;
}
.oos-email.oosRe .form-row.fname, .oos-email.oosRe .form-row.zip {
  margin-right: 2.75%;
  margin-left: 0;
}
.oos-email.oosRe .form-row.email, .oos-email.oosRe .form-row.lname, .oos-email.oosRe .form-row.phone {
  margin-right: 0;
  margin-left: 0;
}
.oos-email.oosRe .form-row.fname, .oos-email.oosRe .form-row.lname, .oos-email.oosRe .form-row.phone, .oos-email.oosRe .form-row.zip {
  width: 48%;
}
.oos-email.oosRe .form-row.fname input, .oos-email.oosRe .form-row.lname input, .oos-email.oosRe .form-row.email input, .oos-email.oosRe .form-row.phone input, .oos-email.oosRe .form-row.zip input {
  background-color: #ffffff;
}
.oos-email.oosRe .form-row #dwfrm_oosform_phone-error {
  white-space: nowrap;
}
.oos-email.oosRe .form-row {
  /*
  label {
  	background-color: #ffffff;
  	color: #404040;
  	margin: 0 1px;
  	width: 92%;
  }
  label[for=dwfrm_oosform_optInRedesign] {
  background-color: #EFEFEF;
  	span {
  		background-color: #EFEFEF;
  	}
  } 
  */
}
@media screen and (min-width: 860px) {
  .oos-email.oosRe .form-row label[for=dwfrm_oosform_phone] span.generatedInputLabel:after {
    content: " Number";
  }
}
@media screen and (max-width: 859px) {
  .oos-email.oosRe .form-row label[for=dwfrm_oosform_phone] span.generatedInputLabel:after {
    content: " #";
  }
}
.oos-email.oosRe .form-row a:active, .oos-email.oosRe .form-row a:focus {
  text-decoration: underline;
  cursor: pointer !important;
  pointer-events: auto !important;
  color: #0069c8 !important;
}
.oos-email.oosRe h2 {
  color: #404040;
}
.oos-email h2 {
  font-size: 19px;
  color: #0172CF;
  text-transform: none;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.oos-email .form-row {
  width: 47%;
  display: inline-block;
  position: relative;
  margin: 0 8px 23px 0;
}
.oos-email .form-row span.error {
  position: relative;
  top: 0;
  line-height: 17px;
}
.oos-email .form-row .required-indicator {
  font-size: 14px;
}
.oos-email .form-row input {
  height: 50px;
  padding: 17px 16px 15px 16px;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  border: 1px solid #142667;
}
.oos-email .form-row input::-webkit-input-placeholder {
  color: transparent;
}
.oos-email .form-row input::-moz-placeholder {
  color: transparent;
}
.oos-email .form-row input:-ms-input-placeholder {
  color: transparent;
}
.oos-email .form-row label {
  padding: 0 0 0 16px;
  text-align: left;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  position: absolute;
  top: 17px;
  width: 100%;
  pointer-events: none;
  text-transform: none;
}
.oos-email .form-row .field-wrapper {
  width: 100%;
  padding: 0;
}
.oos-email .form-row span.error {
  position: absolute;
  left: 0;
  top: 56px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #C22A22;
}
.oos-email .form-row.show-floating-label .required-indicator {
  font-size: 10px;
}
.oos-email .form-row.show-floating-label input {
  padding: 17px 16px 9px 16px;
}
.oos-email .form-row.show-floating-label label {
  top: 8px;
  color: #575757;
  font-size: 10px;
  line-height: 13px;
}
.oos-email .oos-optin .form-row {
  width: 100% !important;
}
.oos-email .oos-optin .form-row .field-wrapper {
  width: auto;
  margin: 5px 0 0 0;
}
.oos-email .oos-optin .form-row label {
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  width: 90%;
  top: 0;
  text-transform: none;
}
.oos-email .form-row-button {
  width: 97%;
}
.oos-email .form-row-button .blue-button {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .del-heading-v2 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 460px) {
  .oos-email {
    margin-left: 4.83%;
    margin-right: 4.83%;
  }
}
@media screen and (max-width: 800px) {
  .oos-email .form-row.fname, .oos-email .form-row.lname, .oos-email .form-row.email, .oos-email .form-row.zip {
    width: 46%;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  .oos-email {
    margin-left: 1px;
  }
}
@media screen and (max-width: 768px) {
  .payment-box-v2 {
    margin-left: 1px;
  }
  .oos-email .form-row {
    margin: 0 8px 32px 0;
  }
  .oos-email .oos-optin .form-row {
    margin-top: 11px;
  }
}
#price-with-tax span.sup,
#todays-pay-price span.sup {
  font-weight: 400;
  font-size: 0.55em;
  padding: 3px 0 0 0;
  line-height: 1;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Open Sans', sans-serif; */
}

#todays-pay-price.pay-price-with-sup {
  display: flex;
}

.payments-per-month-plus-tax {
  font-size: 14px;
  font-weight: 400;
}

.pdp-prices-container {
  display: flex;
  justify-content: flex-end;
}

.pdp-main .product-price .price-sec .price-standard + .price-sales {
  font-weight: bold;
  color: #C22A22;
}

.change-zip-label {
  margin-right: 7px;
}

#pdpMain .pdp-buttonlink, #pdpMain .pdp-button {
  border: none;
  background-color: #0069C8;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 1.25em 2.5em;
}
#pdpMain .pdp-buttonlink:hover, #pdpMain .pdp-button:hover {
  background-color: #0033A0;
}
#pdpMain .pdp-button:focus {
  outline: 2px black solid;
}
#pdpMain .pdp-buttonlink:focus {
  outline: 2px black solid !important;
}

.recommendations-items .recommendations .carousel-grid-item script {
  display: none !important;
}

.recommendations-items .recommend-carousel .tile-recommendations a {
  display: block;
  margin-top: 2px;
}

.product_pdf {
  display: block;
  position: relative;
  width: 188px;
  height: 42px;
  background-image: url(../images/svg/user_guide_btn2.svg);
}

/*
.product_pdf_text {
	color: #fff;
	background: #0C75BC;
	display:inline;
	width:auto;
	height:13px;
}
.product_pdf_text:before {
	content: '';
      width: 0;
      height: 0;
      border-top: 23px solid #0C75BC;
      border-left: 13px solid transparent;
      display:inline-block;
}
*/
.pdf_link {
  display: block;
  position: relative;
  min-width: 450px;
  width: auto;
  height: 50px;
  margin: 10px;
  padding: 0;
  float: left;
  clear: both;
}

.pdf_link_box {
  position: relative;
  display: block;
  float: left;
  clear: both;
  min-height: 75px;
  margin: 15px 5px;
  width: 100%;
}

.product_pdf_link {
  height: 25px;
  width: auto;
  white-space: nowrap;
  background-color: #0C75BC;
  color: white;
  font-size: 12px !important;
  font-weight: 600;
  text-align: center;
  line-height: 2.2 !important;
  position: absolute;
  padding-right: 10px;
  top: 10px;
  left: 17px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.product_pdf_link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #0C75BC;
  border-left: 17px solid transparent;
  position: absolute;
  left: -17px;
}

.product_pdf_link:after {
  content: "";
  width: 36px;
  height: 44px;
  background: url(../images/svg/user_guide_btn_icon.svg);
  position: absolute;
  right: -32px;
  top: -8px;
  background-repeat: no-repeat;
}

.payment-info .second-row.calfi .inner-box {
  width: 33.33%;
}

@media screen and (max-width: 500px) {
  .payment-info .second-row.calfi .inner-box {
    width: 100%;
  }
  .payment-info .second-row.calfi .inner-box .amt_msg {
    flex-basis: 100%;
    margin: 0.5rem 0;
  }
  .payment-info .payinfo-cnt {
    font-size: 0.8rem;
    flex-basis: 40%;
  }
  .payment-info .inner-heading {
    font-size: 0.8rem;
    flex-basis: 60%;
    flex-shrink: 0;
  }
  .payment-info .second-row.calfi .inner-box {
    flex-wrap: wrap;
  }
}
#bulletin_wrapper {
  background-color: #e0edf8;
  padding: 3% 4% 2%;
  margin-bottom: 24px;
  margin-top: 3%;
  border-radius: 4px;
}
@media (max-width: 460px) {
  #bulletin_wrapper {
    margin-left: 4.83%;
    margin-right: 4.83%;
  }
}
#bulletin_wrapper #bulletin_header img {
  width: 40px;
  height: 40px;
}
#bulletin_wrapper #bulletin_icon img {
  width: 40px;
  height: 40px;
}

#bulletin_header p {
  font-weight: 600;
  margin-bottom: 6px;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.15px;
  font-weight: 600;
}

#bulletin_body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 2%;
  font-weight: 300;
}

#bulletin_body a {
  font-size: 14px;
  text-decoration: underline;
  color: #00369d;
  font-weight: 600;
}

#bulletin_link {
  font-size: 14px;
  text-decoration: underline;
  color: #00369d;
  font-weight: 600;
}

#bulletin_crosslink p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 6px;
}

.info-drawer.reviews .bv-header, .info-drawer.questions .bv-header {
  display: none !important;
}

.delivery-exoress {
  padding: 0 !important;
}
.delivery-exoress .express-item-text-redesign {
  padding: 0 !important;
}
.delivery-exoress .price-heading {
  margin-top: 0.5rem !important;
}
.delivery-exoress .express-wrap-redesign {
  padding: 0 !important;
}

.normalcase {
  padding-top: 4px;
  text-transform: initial;
  cursor: default;
  white-space: nowrap;
  width: auto;
  letter-spacing: 0 !important; /* -.005px !important; */
  font-stretch: extra-condensed !important;
  text-decoration: none !important;
}

.express-pdp {
  display: flex;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  "Montserrat", sans-serif; */
  margin: 3px 0 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.83em;
  line-height: normal;
  color: #0069C9;
  margin-bottom: 0;
  padding-top: 0;
  letter-spacing: 0;
  text-decoration: none !important;
}
.express-pdp img {
  width: 38px !important;
  height: 17.47px !important;
  margin-right: 7px !important;
  margin-top: 3px;
  padding-right: 7px;
  border-right: 1px solid #bababa;
}

.inline-span {
  display: inline;
  clear: none;
  float: left;
  line-height: 27px;
}

@media screen and (max-width: 400px) {
  #pdpMain .pdp-button, #pdpMain .pdp-buttontitleforleadform {
    letter-spacing: 0px;
    font-size: 14px;
    padding: 1.25em 2em;
  }
}
#pdpMain .pdp-button, #pdpMain .pdp-buttontitleforleadform {
  padding: 1.25em 2.5em !important;
}

button[disabled].isDisabled {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-touch-callout: none;
}

.paymentinfosectionaccordion {
  border-radius: 4px 4px 0 0;
  border: 1px solid #bdbdbd;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion {
    margin: 0 4.83% 0 4.83% !important;
  }
}
.paymentinfosectionaccordion .fake-radiobutton {
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 8px;
  left: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #0074ff;
  background-color: white;
}
.paymentinfosectionaccordion .acitve-header .paymentinfosectionaccordion-header {
  background-color: #ffffff !important;
  border: 1px solid #bdbdbd;
}
.paymentinfosectionaccordion .acitve-header .paymentinfosectionaccordion-content {
  display: block !important;
}
.paymentinfosectionaccordion .acitve-header .fake-radiobutton .fake-radiobutton-fill {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #0074ff;
  transform: translateX(-50%) translateY(-50%);
}
.paymentinfosectionaccordion .acitve-content {
  display: block !important;
}
.paymentinfosectionaccordion .quetsion-tip {
  background-image: url("https://i8.amplience.net/i/aarons/tool-tip@2");
  background-size: contain;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.paymentinfosectionaccordion .quetsion-tip:hover {
  background-position: 0 0;
}
.paymentinfosectionaccordion .tooltip .tooltip-content {
  background-color: #404040 !important;
  color: #ffffff;
}
.paymentinfosectionaccordion .exp-delivery-icon {
  margin-right: 10px;
}
.paymentinfosectionaccordion .product-price-border-bottom {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.6em;
}
.paymentinfosectionaccordion .product-price-top-padding {
  margin-top: 1.7em;
}
.paymentinfosectionaccordion .legal-terms {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #0069c8;
  text-decoration: none solid rgb(0, 105, 200);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-decoration: underline;
}
.paymentinfosectionaccordion .product-price-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.paymentinfosectionaccordion .product-price-grid .product-price-grid-heading {
  float: left;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.17px;
  font-weight: 400;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion .product-price-grid .product-price-grid-heading {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion .product-price-grid .product-price-grid-heading b {
  font-weight: 600;
  margin-right: 4px;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion .product-price-grid .product-price-grid-heading b {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion .product-price-grid .product-price-grid-value {
  float: right;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: right;
  font-weight: 700;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion .product-price-grid .product-price-grid-value {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 {
  background-color: #edf0f2;
  padding: 11px;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: 65px;
  cursor: pointer;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .radio-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  outline: none !important;
  position: relative;
  border: none;
  overflow: inherit;
  padding: 0;
  text-align: left;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .radio-wrap:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem #0069C8;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_left {
  padding: 0 1em;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_left input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 3px;
  background-clip: content-box;
  border: 2px solid #0069c8;
  border-radius: 50%;
  margin-top: 8px;
  background-color: #fff;
  cursor: pointer;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_left input[type=radio]:checked {
  background-color: #0069c8;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right {
  padding: 0 1em;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right p {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  display: block;
  font-weight: 400;
  letter-spacing: initial;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 {
  padding: 11px 17px;
  display: none;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .acitve-content {
  display: block;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap {
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .price-standard {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #616161;
  text-decoration: line-through solid #616161;
  line-height: 22px;
  letter-spacing: -0.11px;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .price-standard {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .price-sales {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  letter-spacing: -0.12px;
  font-size: 23px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .price-sales .price-sales-value {
  color: #da2128;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .price-sales .price-tax {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: 0.53px;
  font-weight: 400;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .todays-pay {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .todays-pay span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_1 .pdp-prices-wrap .co-delivery-fee-section p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  margin-bottom: 0;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 {
  background-color: #edf0f2;
  padding: 11px;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: 65px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  cursor: pointer;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .radio-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  outline: none !important;
  position: relative;
  border: none;
  overflow: inherit;
  padding: 0;
  text-align: left;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .radio-wrap:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem #0069C8;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_left {
  padding: 0 1em;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_left input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 3px;
  background-clip: content-box;
  border: 2px solid #0069c8;
  border-radius: 50%;
  margin-top: 8px;
  background-color: #fff;
  cursor: pointer;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_left input[type=radio]:checked {
  background-color: #0069c8;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right {
  padding: 0 0 0 1em;
  width: 100%;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right p {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  display: block;
  font-weight: 400;
  letter-spacing: initial;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 {
  padding: 11px 17px;
  display: none;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .acitve-content {
  display: block;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap {
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .price-standard {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #616161;
  text-decoration: line-through solid #616161;
  line-height: 22px;
  letter-spacing: -0.11px;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .price-standard {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .price-sales {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  letter-spacing: -0.12px;
  font-size: 23px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .price-sales .price-sales-value {
  color: #da2128;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .price-sales .price-tax {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: 0.53px;
  font-weight: 400;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .todays-pay {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .todays-pay span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_2 .pdp-prices-wrap .co-delivery-fee-section p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  margin-bottom: 0;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 {
  background-color: #edf0f2;
  padding: 11px;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: 65px;
  border-top: 1px solid #bdbdbd;
  cursor: pointer;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .radio-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  outline: none !important;
  position: relative;
  border: none;
  overflow: inherit;
  padding: 0;
  text-align: left;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .radio-wrap:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem #0069C8;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_left {
  padding: 0 1em;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_left input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 3px;
  background-clip: content-box;
  border: 2px solid #0069c8;
  border-radius: 50%;
  margin-top: 8px;
  background-color: #fff;
  cursor: pointer;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_left input[type=radio]:checked {
  background-color: #0069c8;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right {
  padding: 0 1em;
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right p {
    font-size: 14px;
  }
}
.paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  display: block;
  font-weight: 400;
  letter-spacing: initial;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 {
  padding: 11px 17px;
  display: none;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .acitve-content {
  display: block;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap {
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .price-standard {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #616161;
  text-decoration: line-through solid #616161;
  line-height: 22px;
  letter-spacing: -0.11px;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .price-sales {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  letter-spacing: -0.12px;
  font-size: 23px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .price-sales .price-sales-value {
  color: #da2128;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .price-sales .price-tax {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: 0.53px;
  font-weight: 400;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .todays-pay {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .todays-pay span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}
.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_3 .pdp-prices-wrap .co-delivery-fee-section p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  margin-bottom: 0;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-header {
  background-color: #edf0f2;
  padding: 11px;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: 65px;
  border-top: 1px solid #bdbdbd;
  cursor: pointer;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-header .radio-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  outline: 0 !important;
  position: relative;
  border: none;
  overflow: inherit;
  padding: 0;
  text-align: left;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-header .header_left {
  padding: 0 1em;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-header .header_right {
  padding: 0 1em;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-header .header_right p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-header .header_right p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  display: block;
  font-weight: 400;
  letter-spacing: initial;
}

.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_4 {
  padding: 11px 17px;
  display: none;
}

.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_5 {
  padding: 11px 17px;
  display: none;
}

.paymentinfosectionaccordion #paymentinfosectionaccordioncontent_6 {
  padding: 11px 17px;
  display: none;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-content .pdp-prices-wrap {
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-content .pdp-prices-wrap .price-sales {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  letter-spacing: -0.12px;
  font-size: 23px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-content .pdp-prices-wrap .price-sales .price-tax {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: 0.53px;
  font-weight: 400;
}

.paymentinfosectionaccordion .paymentinfosectionaccordion-content .pdp-prices-wrap .todays-pay {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 21px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 31px;
  letter-spacing: -0.12px;
  font-weight: 600;
}

.todaypayment-section-out-of-stock {
  display: none;
}

.todaypayment-section {
  text-align: center;
  padding: 1.5em 1em 0 1em;
}
.todaypayment-section p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #616161;
  text-decoration: none solid rgb(97, 97, 97);
  line-height: 22px;
  letter-spacing: -0.11px;
  font-weight: 600;
  margin: 0;
}

#paymentinfosectionaccordion2ID {
  display: none !important;
}

#paymentinfosectionaccordionID {
  display: none !important;
}

.paymentinfosectionaccordionID {
  display: block !important;
}
.paymentinfosectionaccordionID .btn-container {
  margin: 0;
}
@media (max-width: 460px) {
  .paymentinfosectionaccordionID .btn-container {
    margin: 0.75rem 0 !important;
  }
}
.paymentinfosectionaccordionID .btn-container .aarons-btn.aarons-btn--skinny.aarons-btn--blue {
  margin: 0;
  width: 343px !important;
  height: 56px !important;
  background-color: #0069c8;
  border: 0.1em solid #0069c8;
  padding: 0 !important;
}
.paymentinfosectionaccordionID .btn-container .aarons-btn.aarons-btn--skinny.aarons-btn--blue:hover {
  background-color: #0069c8;
  border: 0.1em solid #0069c8;
}
@media (max-width: 768px) {
  .paymentinfosectionaccordionID .btn-container .aarons-btn.aarons-btn--skinny.aarons-btn--blue {
    font-size: 15px;
  }
}
@media (max-width: 460px) {
  .paymentinfosectionaccordionID .btn-container .aarons-btn.aarons-btn--skinny.aarons-btn--blue {
    width: 100% !important;
    padding: 1.25em 2.5em !important;
  }
}

@media (max-width: 460px) {
  .paymentinfosection-header {
    margin: 0 4.83% 0 4.83% !important;
  }
}
.paymentinfosection-header .choose-lease-plan-text {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 33px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 42px;
  letter-spacing: -0.12px;
  font-weight: 600;
  margin-bottom: 11px;
}
@media (max-width: 460px) {
  .paymentinfosection-header .choose-lease-plan-text {
    font-size: 23px;
    line-height: 31px;
  }
}
.paymentinfosection-header p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 28px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
@media (max-width: 460px) {
  .paymentinfosection-header p {
    font-size: 14px;
  }
}
.paymentinfosection-header p button.zip-change.aarons-btn.aarons-btn--blue.paymentinfosection-btn {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #0069c8;
  text-decoration: underline;
  line-height: 28px;
  letter-spacing: -0.15px;
  text-transform: none;
}

@media (max-width: 460px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right p span {
    font-size: 12px;
  }
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right p span {
    font-size: 12px;
  }
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right p span {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right p span {
    font-size: 11px;
  }
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right p span {
    font-size: 11px;
  }
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right p span {
    font-size: 11px;
  }
}
.product-image-container .temporarily-out-stock-re {
  width: 100%;
  text-align: center;
  color: white;
  padding: 0.5em;
  bottom: 8px;
  font-weight: 600;
  opacity: 0.9;
  z-index: 100;
  background-color: #525252;
}
@media screen and (min-width: 768px) {
  .product-image-container .temporarily-out-stock-re {
    position: absolute;
  }
}
.product-image-container .temporarily-out-stock-re span {
  display: none;
}
.product-image-container .temporarily-out-stock-re em::before {
  font-style: normal;
  font-weight: 700;
  color: #fff;
  content: "Out of stock";
}
.product-image-container .amp-zoom-inside-img {
  z-index: inherit;
}

@media (max-width: 460px) {
  .paymentinfoWhatIncludedSection {
    padding: 29px 0;
    margin: 0 4.83% 0 4.83% !important;
    width: auto !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .paymentinfoHelpTextSection {
    width: auto !important;
    float: inherit !important;
    margin: 26px 4.83% 11px 4.83% !important;
  }
}
.weeklypricing-container {
  background: #f5f8fa;
  padding-bottom: 21px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}
@media (max-width: 500px) {
  .weeklypricing-container {
    margin: 0 16px;
  }
}
.weeklypricing-container .featurepricing-section {
  margin: 16px 40px 0 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .weeklypricing-container .featurepricing-section {
    margin: 16px 20px 0 20px;
  }
}
.weeklypricing-container .featurepricing-section-left {
  flex: 1;
  border-right: 1px solid #b3c3e2;
}
@media (max-width: 500px) {
  .weeklypricing-container .featurepricing-section-left {
    flex: inherit;
    padding-right: 1.5em;
  }
}
.weeklypricing-container .featurepricing-section-left .featurepricing-section-price .sale-banner {
  background: #c41e24;
  border-radius: 4px;
  color: #fff;
  margin: 0 auto 7px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  width: 72px;
  height: 18px;
}
.weeklypricing-container .featurepricing-section-left .featurepricing-section-price .featurepricing-section-price-sales-value {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 41px;
  color: #c41e24;
  text-decoration: none solid rgb(196, 30, 36);
  line-height: 30px;
  letter-spacing: -0.12px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.weeklypricing-container .featurepricing-section-left .featurepricing-section-price .featurepricing-section-price-sales-value span {
  font-size: 20px;
  top: -15px;
  position: relative;
  margin-left: 6px;
}
.weeklypricing-container .featurepricing-section-left .featurepricing-section-price .featurepricing-section-price-sales-value span sup {
  font-size: 10px;
  top: -10px;
}
.weeklypricing-container .featurepricing-section-left .featurepricing-section-wasprice p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 14px;
  font-weight: 600;
  color: #424242;
  text-decoration: line-through;
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: center;
  margin: 0;
}
@media (max-width: 500px) {
  .weeklypricing-container .featurepricing-section-left .featurepricing-section-wasprice p {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }
}
.weeklypricing-container .featurepricing-section-left .featurepricing-section-tax p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  font-weight: 700;
  color: #00166f;
  text-decoration: none solid rgb(0, 22, 111);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: center;
  margin: 0;
}
@media (max-width: 500px) {
  .weeklypricing-container .featurepricing-section-left .featurepricing-section-tax p {
    font-size: 13px;
    font-weight: 600;
  }
}
.weeklypricing-container .featurepricing-section-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.weeklypricing-container .featurepricing-section-right p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 23px;
  color: #00166f;
  text-decoration: none solid rgb(0, 22, 111);
  line-height: 26px;
  letter-spacing: -0.11px;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 500px) {
  .weeklypricing-container .featurepricing-section-right p {
    font-size: 18px;
    line-height: 22px;
  }
}
.weeklypricing-container .featurepricing-section-right p sup {
  font-size: 10px;
  top: -10px;
}
.weeklypricing-container .featurepricing-section-right p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 500px) {
  .weeklypricing-container .featurepricing-section-right p span {
    font-size: 13px;
  }
}
.weeklypricing-container .featurepricing-section-right p span a {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  line-height: 22px;
  color: #0069c8;
  text-decoration: underline;
  letter-spacing: -0.11px;
  text-align: center;
}

.liketopay-section {
  padding: 16px 17px 0 17px;
}
.liketopay-section .liketopay-container {
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.liketopay-section .liketopay-container .h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.17px;
  font-weight: 600;
  margin-bottom: 12px;
}
.liketopay-section .liketopay-container .liketopay-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-current {
  background-color: #edfcff !important;
  border: 2px solid #0069c8 !important;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item {
  background-color: #fff;
  display: flex;
  padding: 9px 7px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  text-align: center;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item:hover {
  border: 1px solid #0069c8;
  cursor: pointer;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item:focus {
  outline: 2px solid #00ACEC;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item p {
  margin: 0;
  padding: 0;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-number {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #00166f;
  text-decoration: none solid rgb(0, 22, 111);
  line-height: 20px;
  letter-spacing: -0.17px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-number {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-price {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 24px;
  color: #c41e24;
  text-decoration: none solid rgb(196, 30, 36);
  line-height: 24px;
  letter-spacing: 0.12px;
  text-align: center;
  font-weight: 700;
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-price {
    font-size: 22px;
  }
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-price sup {
  font-size: 8px;
  top: -13px;
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-discount {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 14px;
  color: #616161;
  text-decoration: none solid rgb(97, 97, 97);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: center;
  margin-bottom: 5px;
  text-decoration: line-through;
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-discount {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-message {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #424242;
  text-decoration: none solid rgb(66, 66, 66);
  line-height: 14px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .liketopay-section .liketopay-container .liketopay-buttons .liketopay-item .liketopayitem-message {
    font-size: 10px;
  }
}

.EZPay-section {
  padding: 0 17px 0 17px;
}
.EZPay-section .EZPay-container {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}
.EZPay-section .EZPay-container img {
  width: 199px;
  height: 21px;
  margin: 0 auto 15px auto;
  display: block;
}
.EZPay-section .EZPay-container #EZPay-link {
  text-decoration: underline;
}
.EZPay-section .EZPay-container .EZPay-text {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 22px;
  letter-spacing: -0.11px;
}
@media (max-width: 500px) {
  .EZPay-section .EZPay-container .EZPay-text {
    font-size: 13px;
  }
}
.EZPay-section .EZPay-container .EZPay-text a {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #0069c8;
  text-decoration: underline solid rgb(0, 105, 200);
  line-height: 22px;
  letter-spacing: -0.11px;
  font-weight: 700;
}
.EZPay-section .EZPay-container .EZPay-detail {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 12px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 16px;
  letter-spacing: 0.12px;
}
@media (max-width: 500px) {
  .EZPay-section .EZPay-container .EZPay-detail {
    font-size: 11px;
  }
}

.weeklypaymentinfo-section {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section {
    margin: 0 16px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-outline.isWyoming {
  border-radius: 4px;
  margin: 0 6px 8px;
  outline: solid 1px #616161;
}
.weeklypaymentinfo-section .weeklypaymentinfo-outline.isWyoming .weeklypaymentinfo-data {
  padding: 3px 7px;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container {
  margin: 16px;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .monthly-paymentsectionCode {
  background-color: #f5f5f5 !important;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .monthly-paymentsectionCode .weeklypaymentinfodata-left {
  font-weight: 700 !important;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .monthly-paymentsectionCode .product-price-grid .weeklypaymentinfodata-right {
  font-weight: 700 !important;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-underline {
  margin: 0;
  background-color: #ffffff;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-underline .product-price-grid .weeklypaymentinfodata-right {
  font-weight: 500;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header .weeklypaymentinfo-left {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header .weeklypaymentinfo-left {
    font-size: 14px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header .weeklypaymentinfo-left h3 {
  font-size: inherit;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header .weeklypaymentinfo-right {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: right;
  font-weight: 800;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header .weeklypaymentinfo-right {
    font-size: 14px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-header .weeklypaymentinfo-right sup {
  font-size: 8px;
  top: -7px;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-subheader {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 19px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 27px;
  letter-spacing: 0.12px;
  padding: 6px 0 8px 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 24px 12px 0 12px;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-subheader {
    font-size: 16px;
    font-weight: 500;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data {
    padding: 2px 12px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data .info-tip {
  background-image: url("https://i8.amplience.net/i/aarons/information-icon@3");
  background-size: contain;
  height: 13px;
  width: 13px;
  background-position: 0;
  top: 28%;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data .weeklypaymentinfodata-left {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data .weeklypaymentinfodata-left {
    font-size: 14px;
    position: relative;
  }
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data .weeklypaymentinfodata-left .tooltip {
    position: absolute;
    top: 6px;
    right: -19px;
    margin-left: 4px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data .weeklypaymentinfodata-right {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: right;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-data .weeklypaymentinfodata-right {
    font-size: 14px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total .info-tip {
  background-image: url("https://i8.amplience.net/i/aarons/information-icon@3");
  background-size: contain;
  height: 13px;
  width: 13px;
  background-position: 0;
  top: 28%;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total .weeklypaymentinfototal-left {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total .weeklypaymentinfototal-left {
    font-size: 14px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total .weeklypaymentinfototal-left h3 {
  font-size: inherit;
  display: contents;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total .weeklypaymentinfototal-right {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 22px;
  letter-spacing: -0.11px;
  text-align: right;
  font-weight: 800;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-total .weeklypaymentinfototal-right {
    font-size: 14px;
  }
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-terms {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}
.weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-terms .weeklypaymentinfoterms-left a {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #0069c8;
  text-decoration: none solid rgb(0, 105, 200);
  line-height: 22px;
  letter-spacing: -0.11px;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 500px) {
  .weeklypaymentinfo-section .weeklypaymentinfo-container .weeklypaymentinfo-terms .weeklypaymentinfoterms-left a {
    font-size: 13px;
  }
}
.acitve-paymentsection {
  display: block;
}

.acitve-featurepricing {
  display: block;
}

.paymentinfosection-container {
  width: auto;
  padding: 4px 7px;
  display: flex;
  border-radius: 33px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 22, 111, 0.24);
  margin-bottom: 1em;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .paymentinfosection-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.paymentinfosection-tab {
  display: flex;
  flex-grow: 1;
  height: 40px;
}

.paymentinfosection-tab a.active-tab {
  color: #fff;
}

.paymentinfosection-tab a {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  flex: 1 1 0px;
  text-align: center;
  z-index: 2;
  border-radius: 19px;
  line-height: 22px;
  text-decoration: none;
  color: #757575;
  outline: 0;
}
@media (max-width: 1024px) {
  .paymentinfosection-tab a {
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 1156px) {
  .paymentinfosection-tab a {
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 1032px) {
  .paymentinfosection-tab a {
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 911px) {
  .paymentinfosection-tab a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .paymentinfosection-tab a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .paymentinfosection-tab a {
    font-size: 14px;
    line-height: 27px;
  }
}

.paymentinfosection-tab h2.active-tab {
  color: #fff;
  background-color: #00379d;
}
.paymentinfosection-tab h2.active-tab:hover {
  cursor: pointer;
}

.paymentinfosection-tab h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  flex: 1 1 0px;
  text-align: center;
  z-index: 2;
  border-radius: 19px;
  line-height: 22px;
  text-decoration: none;
  color: #757575;
  outline: 0;
  border-color: transparent;
  border: transparent;
}
.paymentinfosection-tab h2:focus {
  outline: 2px solid #0069C8;
}
.paymentinfosection-tab h2:focus-within {
  outline: 2px solid #0069C8;
}
@media (max-width: 1172px) {
  .paymentinfosection-tab h2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .paymentinfosection-tab h2 {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .paymentinfosection-tab h2 {
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 814px) {
  .paymentinfosection-tab h2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .paymentinfosection-tab h2 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .paymentinfosection-tab h2 {
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 280px) {
  .paymentinfosection-tab h2 {
    font-size: 10px;
  }
}
.paymentinfosection-tab h2:hover {
  cursor: pointer;
}

.paymentinfosection-tab button:focus {
  outline: 1px solid #00ACEC !important;
}

.paymentinfosection-slider {
  position: absolute;
  display: flex;
  height: 40px;
  width: 49%;
  background-color: #00369d;
  background-color: transparent;
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}
@media (max-width: 500px) {
  .paymentinfosection-slider {
    width: 48%;
  }
}

.active-weekly {
  transform: translateX(0%);
}

.active-monthly {
  transform: translateX(100%);
}

#weekly-modal-container {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  opacity: 0;
  display: none;
  transition: opacity 0.25s ease-in-out;
}
#weekly-modal-container .weekly-modal-child {
  position: relative;
}
#weekly-modal-container .weekly-modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 89%;
  background-color: #ffffff;
  padding: 4em;
  z-index: 999;
  margin-top: 0;
}
@media (max-width: 900px) {
  #weekly-modal-container .weekly-modal-wrapper {
    width: 76%;
  }
}
@media (max-width: 700px) {
  #weekly-modal-container .weekly-modal-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  #weekly-modal-container .weekly-modal-wrapper {
    padding: 4em 1em;
  }
}
#weekly-modal-container .weekly-modal-wrapper .close-me {
  top: 0;
  right: 0;
  background-color: transparent;
  position: absolute;
  border: none;
}
@media (max-width: 900px) {
  #weekly-modal-container .weekly-modal-wrapper .close-me {
    top: 8px;
    right: 33px;
  }
}
@media (max-width: 700px) {
  #weekly-modal-container .weekly-modal-wrapper .close-me {
    top: 8px;
    right: 33px;
  }
}
#weekly-modal-container .weekly-modal-wrapper .close-me img {
  width: 16px;
  height: 26px;
  margin: auto;
}
#weekly-modal-container .weekly-modal-wrapper .weekly-modal-content {
  overflow: auto;
  height: 100%;
}
@media (max-width: 900px) {
  #weekly-modal-container .weekly-modal-wrapper .weekly-modal-content {
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 700px) {
  #weekly-modal-container .weekly-modal-wrapper .weekly-modal-content {
    overflow: auto;
    height: 100%;
  }
}
#weekly-modal-container .weekly-modal-wrapper img {
  width: 267px;
  display: block;
  margin: auto auto 20px;
}
#weekly-modal-container .weekly-modal-wrapper ul {
  margin-left: 19px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  #weekly-modal-container .weekly-modal-wrapper ul {
    margin-left: 17px;
  }
}
#weekly-modal-container .weekly-modal-wrapper ul li {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 400;
  list-style: DISC;
}
#weekly-modal-container .weekly-modal-wrapper h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
#weekly-modal-container .weekly-modal-wrapper p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 400;
}

.featurepricing-section-ca {
  padding-top: 31px;
}

#understand-modal-container {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  opacity: 0;
  display: none;
  transition: opacity 0.25s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}
#understand-modal-container .understand-modal-child {
  position: relative;
}
#understand-modal-container .understand-modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 4em;
  z-index: 999;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  stroke-width: 1;
  margin-top: 0;
}
@media (max-width: 900px) {
  #understand-modal-container .understand-modal-wrapper {
    width: 76%;
  }
}
@media (max-width: 700px) {
  #understand-modal-container .understand-modal-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  #understand-modal-container .understand-modal-wrapper {
    padding: 4em 1em;
  }
}
#understand-modal-container .understand-modal-wrapper .close-me {
  top: 0;
  right: 0;
  background-color: transparent;
  position: absolute;
  border: none;
}
@media (max-width: 900px) {
  #understand-modal-container .understand-modal-wrapper .close-me {
    top: 8px;
    right: 33px;
  }
}
@media (max-width: 700px) {
  #understand-modal-container .understand-modal-wrapper .close-me {
    top: 8px;
    right: 33px;
  }
}
#understand-modal-container .understand-modal-wrapper .close-me img {
  width: 16px;
  height: 26px;
  margin: auto;
}
#understand-modal-container .understand-modal-wrapper .understand-modal-content {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 900px) {
  #understand-modal-container .understand-modal-wrapper .understand-modal-content {
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 700px) {
  #understand-modal-container .understand-modal-wrapper .understand-modal-content {
    overflow: auto;
    height: 100%;
  }
}
#understand-modal-container .understand-modal-wrapper img {
  width: 160px;
  display: block;
  margin: 0 auto 34px;
}
#understand-modal-container .understand-modal-wrapper ul {
  margin-left: 19px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  #understand-modal-container .understand-modal-wrapper ul {
    margin-left: 17px;
  }
}
#understand-modal-container .understand-modal-wrapper ul li {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 400;
  list-style: DISC;
}
#understand-modal-container .understand-modal-wrapper ul li p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#understand-modal-container .understand-modal-wrapper h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
  margin-bottom: 14px;
}
#understand-modal-container .understand-modal-wrapper p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 20px;
  letter-spacing: -0.15px;
  font-weight: 400;
}
#understand-modal-container .understand-modal-wrapper .close-me-bottom {
  height: 56px;
  border: 1px solid #0069c8;
  border-radius: 4px;
  background-color: #ffffff;
  background-size: cover;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 15px;
  color: #0069c8;
  text-decoration: none solid rgb(0, 105, 200);
  text-transform: uppercase;
  text-align: center;
  margin: auto 0 0 0;
}

.no-location-data-hide {
  display: none !important;
}

.zipcodemessage {
  background-color: #f5f8fa;
  padding: 20px 12px;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
  display: block;
  border-radius: 4px;
}
@media (max-width: 550px) {
  .zipcodemessage {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.zipcodemessage img {
  height: 20px;
  width: auto;
  margin-bottom: 0;
}
.zipcodemessage p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.11px;
  text-align: center;
  margin: 0;
  font-weight: normal;
}
.zipcodemessage p .underline {
  font-weight: 600;
}
.zipcodemessage .zipcodemessage-express {
  font-weight: normal;
  margin-top: 8px;
  font-size: 14px;
}
.zipcodemessage .underline {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #0069c8;
  text-decoration: underline solid rgb(0, 105, 200);
  line-height: 24px;
  letter-spacing: -0.11px;
  text-align: center;
}

[v-cloak] {
  display: none !important;
}

#bulletin_wrapper {
  background-color: #daeaf7;
  padding: 2% 4% 1%;
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#bulletin_wrapper .bltn_imagewrap {
  height: inherit;
}
#bulletin_wrapper .bltn_imagewrap img {
  max-width: unset !important;
  margin-top: -7px;
  margin-right: 10px;
}
#bulletin_wrapper .bulletin_content {
  margin: 0 0 0 2%;
}
#bulletin_wrapper .bulletin_content #bulletin_header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

#needSooner-modal-container {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  opacity: 0;
  display: none;
  transition: opacity 0.25s ease-in-out;
}
#needSooner-modal-container .needSooner-modal-child {
  position: relative;
}
#needSooner-modal-container .needSooner-modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 89%;
  background-color: #ffffff;
  padding: 4em;
  z-index: 999;
  margin-top: 0;
}
@media (max-width: 900px) {
  #needSooner-modal-container .needSooner-modal-wrapper {
    width: 76%;
  }
}
@media (max-width: 700px) {
  #needSooner-modal-container .needSooner-modal-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  #needSooner-modal-container .needSooner-modal-wrapper {
    padding: 4em 1em;
  }
}
#needSooner-modal-container .needSooner-modal-wrapper .close-me {
  top: 0;
  right: 0;
  background-color: transparent;
  position: absolute;
  border: none;
}
@media (max-width: 900px) {
  #needSooner-modal-container .needSooner-modal-wrapper .close-me {
    top: 8px;
    right: 33px;
  }
}
@media (max-width: 700px) {
  #needSooner-modal-container .needSooner-modal-wrapper .close-me {
    top: 8px;
    right: 33px;
  }
}
#needSooner-modal-container .needSooner-modal-wrapper .close-me img {
  width: 16px;
  height: 26px;
  margin: auto;
}
#needSooner-modal-container .needSooner-modal-wrapper .needSooner-modal-content {
  overflow: auto;
  height: 100%;
}
@media (max-width: 900px) {
  #needSooner-modal-container .needSooner-modal-wrapper .needSooner-modal-content {
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 700px) {
  #needSooner-modal-container .needSooner-modal-wrapper .needSooner-modal-content {
    overflow: auto;
    height: 100%;
  }
}
#needSooner-modal-container .needSooner-modal-wrapper img {
  width: 267px;
  display: block;
  margin: auto auto 20px;
}
#needSooner-modal-container .needSooner-modal-wrapper ul {
  margin-left: 19px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  #needSooner-modal-container .needSooner-modal-wrapper ul {
    margin-left: 17px;
  }
}
#needSooner-modal-container .needSooner-modal-wrapper ul li {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 400;
  list-style: DISC;
}
#needSooner-modal-container .needSooner-modal-wrapper h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 23px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
#needSooner-modal-container .needSooner-modal-wrapper h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 24px;
  letter-spacing: -0.15px;
  font-weight: 600;
}
#needSooner-modal-container .needSooner-modal-wrapper p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 16px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  line-height: 27px;
  letter-spacing: -0.15px;
  font-weight: 400;
}
#needSooner-modal-container .needSooner-modal-wrapper p a {
  color: #0069c8;
  font-weight: 600;
  text-decoration: underline;
}

.pdpLeaseOwnershipHeader {
  padding: 0 17px 17px 17px;
}
.pdpLeaseOwnershipHeader h3, .pdpLeaseOwnershipHeader h2 {
  font-size: 28px;
  font-weight: 600;
  color: #404040;
  line-height: 36px;
  margin-bottom: 7px;
  letter-spacing: -0.15px;
}
@media (max-width: 500px) {
  .pdpLeaseOwnershipHeader h3, .pdpLeaseOwnershipHeader h2 {
    font-size: 23px;
    line-height: 31px;
  }
}
.pdpLeaseOwnershipHeader p {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: -0.15px;
}
@media (max-width: 500px) {
  .pdpLeaseOwnershipHeader p {
    font-size: 16px;
    line-height: 24px;
  }
}
.pdpLeaseOwnershipHeader p span {
  font-size: 14px;
  color: #0069c8;
  text-decoration: underline solid rgb(0, 105, 200);
  line-height: 20px;
  letter-spacing: -0.15px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

/* include from leadform.isml */
.product-bottom-monthly p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Montserrat", Helvetica, Arial, sans-serif; */
  font-size: 11px;
  color: #404040;
  margin: 0 0 0 1em;
  font-weight: bold;
}

.product-bottom-payment p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Montserrat", Helvetica, Arial, sans-serif; */
  font-size: 14px;
  color: #404040;
  margin: 0 1em 0 0;
  font-weight: bold;
  text-align: right;
}
.product-bottom-payment p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-size: 11px;
  color: #404040;
  font-weight: 500;
}

.leadform-wrap h1 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 700;
  font-size: 40px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  text-align: center;
  margin-bottom: 22px;
  margin-top: 14px;
}
.leadform-wrap h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 33px;
  color: #404040;
  text-decoration: none solid rgb(64, 64, 64);
  text-transform: none;
}
.leadform-wrap p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-size: 16px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 0;
}

/* include from leadform.isml end */
/* include from pdpshortermpopup.isml */
.pdpshorterm-header h2 {
  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: 27px;
  line-height: 33px;
  color: #0069c8;
  margin-bottom: 0.6em;
}

.pdpshorterm-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: 24px;
  color: #000000;
}

/* include from pdpshortermpopup.isml end */
/* include from productimagesAmplience.isml */
.amp-viewer-kit .icon.close:before {
  content: "CLOSE";
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Montserrat", sans-serif; */
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  right: 32px;
  top: 0;
  display: inline;
  background: #FFF;
  width: auto;
  height: auto;
  float: left;
  clear: none;
  margin: 0;
  padding: 7px 0 7px 6px;
}

/* include from productimagesAmplience.isml end */
/* include from interstitial-formpopup.isml */
.interstitials-header h2 {
  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: 21px;
  line-height: 27px;
  color: #FFFFFF;
}

.interstitials-footer p {
  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: 13px;
  color: #FFFFFF;
}

/* include from interstitial-formpopup.isml end */
/* include from pdp-deal-drop.isml */
.pdp-deal-drop-no-product .num-wrapper {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Open Sans, sans-serif; */
}

/* include from pdp-deal-drop.isml end */
/* Social Proof */
.social-proof.product-number {
  float: right;
  color: #142667;
  font-weight: 600;
}

.social-proof.product-number .favorite-icon {
  display: inline-block;
  text-indent: -99999px;
}

.pdp-main .social-proof.product-number .prod-id.hidden {
  display: block;
  text-indent: 0;
}

.social-proof-container {
  width: 203px;
  height: 36px;
  border-radius: 100px;
  background: #f2f8e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-proof-container span {
  font-size: 16px;
  color: #212121;
  line-height: 18px;
}
.social-proof-container .total-leased {
  font-weight: 800;
}
.social-proof-container .social-proof-pill:before {
  content: " ";
  width: 8px;
  height: 8px;
  opacity: 0.8;
  border-radius: 100px;
  background: #62a605;
  display: inline-flex;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.mobile-only.social-proof-container {
  display: none;
}

@media (max-width: 907px) {
  .social-proof-container {
    width: 150px;
  }
  .social-proof-container span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .social-proof-container {
    display: none;
  }
  .mobile-only.social-proof-container {
    display: flex;
    width: 171px;
    height: 32px;
  }
  .pdp-main .product-col-2 .product-payment-months.social-proof-mobile {
    align-items: center;
  }
}
.standard-price {
  color: #404040 !important;
}
.standard-price p {
  color: #404040 !important;
}
.standard-price .featurepricing-section-price-sales-value {
  color: #404040 !important;
}

.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
  top: 79% !important;
  left: 180% !important;
  width: 25px;
  height: 25px;
  background-image: url("../images/ic_play_24px.svg") !important;
}

.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image.hideTooltips {
  display: block !important;
}

.amp-viewer-kit .desktop-full-view .main-container .tooltip.image .tooltip-icon, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image .tooltip-icon, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image .tooltip-icon {
  background-image: none !important;
  width: 25px;
  height: 25px;
  margin: 0;
  right: -10px;
}

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

.mainImageIcon.icon.icon-left, .mainImageIcon.icon.icon-right {
  z-index: 1 !important;
}
.mainImageIcon.icon.icon-left.z-index-99, .mainImageIcon.icon.icon-right.z-index-99 {
  z-index: 99 !important;
}

/* The Modal (background) */
#myModal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#myModal.modal.visible {
  display: block !important;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
}
@media screen and (min-width: 801px) {
  .modal-content {
    padding: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .modal-content {
    padding: 16px;
    width: 100%;
  }
}

/* The Close Button */
#closeModal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

#closeModal:hover,
#closeModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 768px) {
  .bonus-product-list .bonus-product-item .product-col-1,
  .bonus-product-list .bonus-product-item .product-col-2 {
    float: left;
    clear: none;
  }
}
.bonus-product-list .product-add-to-cart {
  padding-bottom: 0;
}
.bonus-product-list .product-add-to-cart .inventory {
  width: auto;
}
.bonus-product-list .product-name {
  float: none;
  margin: 1em 0;
}
.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit;
}
.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
.bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
  float: right;
}
.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative;
}
.bonus-product-list .selected-bonus-item .item-name {
  font-weight: bold;
}
.bonus-product-list .selected-bonus-item .remove-link {
  cursor: pointer;
  color: #990000;
  left: -1em;
  position: absolute;
}
.bonus-product-list .selected-bonus-item .remove-link:hover {
  color: #404040;
}

.bonus-discount-container .promo-details {
  display: none;
}
.bonus-discount-container .promo-details.visible {
  display: block;
}

.sizinginformation {
  border: 0 none;
  padding: 10px;
}
.sizinginformation th {
  background: none repeat scroll 0 0 #efefef;
}
.sizinginformation td, .sizinginformation th {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.sizinginformation td {
  border-left: 1px solid #efefef;
}
.sizinginformation .ui-tabs-nav {
  height: 33px;
}
.sizinginformation .sizing-charts {
  border: 0 none;
}
.sizinginformation .tips-list {
  padding: 0 !important;
}
.sizinginformation .tips-list li {
  list-style: none outside none !important;
}

.pt_gift-registry .create-new-registry {
  margin: 1em 0;
}
.pt_gift-registry .create-new-registry button {
  float: left;
  margin-right: 2em;
}
.pt_gift-registry .create-new-registry p {
  font-size: 1.3em;
}
.pt_gift-registry .add-gift-cert {
  border: 1px solid #efefef;
  margin-bottom: -1px;
  overflow: auto;
  padding: 0.83em;
}
.pt_gift-registry .add-gift-cert p {
  color: #999999;
  line-height: 1.5em;
}
.pt_gift-registry .hdr-options {
  width: 9%;
}

.page-content-tab-navigaton button {
  background-color: #E7E7E7;
  border-color: #efefef;
  border-width: 1px;
  color: #999999;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 -1px;
}
.page-content-tab-navigaton button.selected {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.page-content-tab-wrapper {
  border: 1px solid #efefef;
  padding: 0.42em;
}

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .quantity-purchased {
  color: #990000;
}

.gift-registry-advanced .toggle-content {
  display: none;
}

.gift-certificate-purchase {
  background-color: #efefef;
  margin-bottom: 1em;
  padding: 0.83em;
}
@media (min-width: 768px) {
  .gift-certificate-purchase .content-asset {
    box-sizing: border-box;
    float: left;
    padding-right: 1rem;
    width: 50%;
  }
}
.gift-certificate-purchase .content-asset img {
  margin: 1.66em 0;
}
.gift-certificate-purchase form {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 1.66em 1.66em;
  width: 100%;
}
@media (min-width: 768px) {
  .gift-certificate-purchase form {
    float: left;
    width: 50%;
  }
}
.gift-certificate-purchase form .cert-amount {
  clear: none;
  float: left;
  margin: 0;
  width: 40%;
}
.gift-certificate-purchase form button {
  margin-top: -4px;
  width: 12em;
  width: max-content;
}
.gift-certificate-purchase form .form-row-button {
  clear: none;
  float: left;
  margin: 2.1em 0 0 1.66em;
  width: 50%;
}
.gift-certificate-purchase .cert-amount .form-caption {
  margin: 1.66em 0 0;
  position: absolute;
  width: 40%;
}
.gift-certificate-purchase .cert-amount.error {
  padding-bottom: 2.92em;
}
.gift-certificate-purchase span.error {
  margin-left: 2%;
}

.check-balance {
  border-bottom: 1px solid #E7E7E7;
  margin: 0 0 1.66em;
  padding: 0 0 1.66em;
}

.gift-cert-balance {
  float: left;
  width: 40%;
}
.gift-cert-balance label {
  display: none;
}
.gift-cert-balance input {
  margin-top: 0;
  width: 93%;
}
.gift-cert-balance .form-caption {
  margin-left: 0;
}

.gift-cert-balance-submit {
  clear: none;
  float: left;
}

.gift-cert-balance .label {
  display: none;
}

.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-size: 1.75em;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 20px 0;
}

.store-information {
  background: none repeat scroll 0 0 #E7E7E7;
  border-bottom: 1px solid #ffffff;
}

.store-name {
  font-weight: bold;
  margin: 0 0 10px;
}

.store-map {
  border-bottom: 1px solid #E7E7E7;
}

.store-locator-details {
  float: left;
  width: 44%;
}
.store-locator-details h1, .store-locator-details p {
  margin: 0.25em 0;
}

.store-locator-details-map {
  float: right;
  width: 50%;
}

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
}
.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 40vh; /* 50%; */
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat;
}

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

.banner-heading {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 58px;
  margin-bottom: 20px;
}

.banner-image img {
  vertical-align: middle;
}

.home-slot-three .banner-image, .home-main-five .banner-image {
  text-align: center;
}
.home-slot-three .banner-image img, .home-main-five .banner-image img {
  object-position: center;
  object-fit: cover;
}

.full-width-slot, .home-main-five {
  display: inline-block;
  width: 100%;
}
.full-width-slot .hero-banner, .home-main-five .hero-banner {
  position: relative;
  color: #ffffff;
}
.full-width-slot .hero-banner .banner-image, .home-main-five .hero-banner .banner-image {
  text-align: center;
  position: relative;
}
.full-width-slot .banner-content .new-arrival, .home-main-five .banner-content .new-arrival {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 4px;
}
.full-width-slot .banner-content .description, .home-main-five .banner-content .description {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 25px;
}
.full-width-slot .banner-content .description span, .home-main-five .banner-content .description span {
  display: block;
}
.full-width-slot .banner-content .banner-links .wrap-button, .home-main-five .banner-content .banner-links .wrap-button {
  display: inline-block;
  margin-right: 2.65%;
}
.full-width-slot .banner-content .banner-links .wrap-button:last-child, .home-main-five .banner-content .banner-links .wrap-button:last-child {
  margin-right: 0;
}
.full-width-slot .banner-content .banner-links .button-border, .home-main-five .banner-content .banner-links .button-border {
  border: 1px double #ffffff;
  cursor: pointer;
}
.full-width-slot .banner-content .banner-links .button-border .button, .full-width-slot .banner-content .banner-links .button-border .button-fancy-large, .home-main-five .banner-content .banner-links .button-border .button, .home-main-five .banner-content .banner-links .button-border .button-fancy-large {
  color: #ffffff;
  border: 1px double #ffffff;
  padding: 14px 24px 12px 22px;
  letter-spacing: 1px;
}
.full-width-slot .banner-content .banner-links .button-border:hover, .home-main-five .banner-content .banner-links .button-border:hover {
  border: 1px solid #0069C8;
}
.full-width-slot .banner-content .banner-links .button-border:hover .button, .full-width-slot .banner-content .banner-links .button-border:hover .button-fancy-large, .home-main-five .banner-content .banner-links .button-border:hover .button, .home-main-five .banner-content .banner-links .button-border:hover .button-fancy-large {
  border-color: #0069C8;
  color: #00ACEC;
}
.full-width-slot .center-button, .home-main-five .center-button {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 92%;
  transform: translateY(-92%);
  -webkit-transform: translateY(-92%);
}
.full-width-slot .center-button .reasons-desc, .home-main-five .center-button .reasons-desc {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
  margin-bottom: 15px;
}
.full-width-slot .center-button .buttonoval, .home-main-five .center-button .buttonoval {
  cursor: pointer;
  background-image: url("../images/chevdown_white.png");
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}
.full-width-slot .promo-banner, .home-main-five .promo-banner {
  background: #00ACEC;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffffff;
}

.partial-width-slot {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .partial-width-slot.last-visited {
    width: 100%;
  }
}

.category-list {
  margin-bottom: 80px;
  display: table;
  width: 100%;
}
.category-list li {
  width: 23.02%;
  float: left;
  box-shadow: 0 0 4px 0 #BABABA;
  margin-right: 2.63%;
  background: #ffffff;
  text-align: center;
}
.category-list li:last-child {
  margin-right: 0;
}
.category-list li a {
  display: inline-block;
  width: 100%;
  vertical-align: -webkit-baseline-middle;
}
.category-list li a:hover {
  text-decoration: none;
}
.category-list li .product-name {
  text-align: center;
  padding: 30px 0;
}

.category-heading {
  margin: 55px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
}
.category-heading.sticky {
  position: fixed;
  top: 83px;
}

.shop-by-style {
  width: 100%;
  background: #F0F0F0;
  display: inline-block;
  margin-top: 82px;
  padding-bottom: 80px;
}
.shop-by-style .category-list {
  width: 90%;
  margin: 0 auto;
}

.partial-width-slot .product-listing .category-heading {
  margin-bottom: 35px;
}

.recently-viewed {
  width: 100%;
  background: #f5f5f5; /* $smoke-white; */
  display: inline-block;
}
.recently-viewed .favorites {
  display: none;
}
.recently-viewed .category-heading {
  margin: 50px 0 35px 0;
}
@media screen and (max-width: 1023px) {
  .recently-viewed .category-heading {
    margin: 37px 0 27px;
  }
}
.recently-viewed .search-result-items {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .recently-viewed .search-result-items {
    margin-bottom: 43px;
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .recently-viewed .search-result-items .grid-tile {
    display: inline-block;
    float: none;
  }
}
.recently-viewed .search-result-items .grid-tile:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .recently-viewed .search-result-items .grid-tile:first-child {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recently-viewed .search-result-items .grid-tile:first-child {
    margin-left: 20px;
  }
}
.recently-viewed .search-result-items .grid-tile .product-tile a:hover .tile-content .section .product-name .name-link {
  color: #00ACEC;
}
.recently-viewed .search-result-items .product-tile .product-pricing .price_sec {
  flex-direction: column;
  justify-content: flex-end;
}
.recently-viewed .search-result-items .product-tile .product-pricing .product-sales-price {
  margin-left: 0;
}
.recently-viewed .search-result-items .product-tile .product-name {
  font-size: 14px;
}

.recommendations-items {
  width: 100%;
  background: #f5f5f5; /*  $smoke-white; */
  display: inline-block;
  margin-bottom: 10px;
}
.recommendations-items .favorites {
  display: none;
}
.recommendations-items .category-heading {
  margin: 0 0 35px 0;
}
.recommendations-items .category-heading.padded-heading {
  margin: 35px 0;
}
@media screen and (max-width: 1023px) {
  .recommendations-items .category-heading {
    margin: 37px 0 27px;
  }
}
.recommendations-items .search-result-items {
  margin: 0 auto;
  display: flex;
  gap: 0;
  grid-template-columns: none;
  grid-auto-flow: inherit;
}
@media screen and (min-width: 1024px) {
  .recommendations-items .search-result-items .grid-tile {
    display: inline-block;
    float: none;
  }
}
.recommendations-items .search-result-items .grid-tile:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .recommendations-items .search-result-items .grid-tile:first-child {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recommendations-items .search-result-items .grid-tile:first-child {
    margin-left: 20px;
  }
}
.recommendations-items .search-result-items .grid-tile .product-tile a:hover .tile-content .section .product-name .name-link {
  color: #00ACEC;
}
.recommendations-items .search-result-items .product-tile .product-pricing .price_sec {
  flex-direction: column;
  justify-content: flex-end;
}
.recommendations-items .search-result-items .product-tile .product-pricing .product-sales-price {
  margin-left: 0;
}
.recommendations-items .search-result-items .product-tile .product-name {
  font-size: 14px;
}

.product-tile .product-image {
  padding-bottom: 17px;
}
.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;
}
.product-tile .temporarily-out-stock span {
  display: none;
}
.product-tile .temporarily-out-stock em::before {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  content: "Out of stock";
}

.tile-content {
  text-align: left;
  padding: 0 7.41%;
  display: inline-block;
}
.tile-content .brand {
  color: #404040;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.tile-content .product-brand {
  margin-bottom: 0.25em;
  overflow: hidden;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tile-content .product-name {
  height: 55px;
  overflow: hidden;
  padding-bottom: 6px;
}

.shop-at-aarons {
  background: #142667;
  color: #ffffff;
  padding: 49px 4.76% 60px;
  text-align: center;
  clear: both;
}
.shop-at-aarons .button-border {
  border: 1px double #ffffff;
  margin: 56px auto 0;
}
.shop-at-aarons .button-border button {
  display: block;
  padding: 19px 23px 18px 21px;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  border: 1px double #ffffff;
}
.shop-at-aarons .button-border:hover {
  border: 1px double #0069C8;
}
.shop-at-aarons .button-border:hover button {
  color: #00ACEC;
  border: 1px double #0069C8;
}

.shop-at-aarons-container {
  display: inline-block;
  width: 100%;
}

.shop-at-aarons-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 63px;
}

.reasons {
  float: left;
  width: 20%;
  text-align: center;
  margin-right: 6.6%;
  position: relative;
}
.reasons:last-child {
  margin-right: 0;
}
.reasons.open-icon:after {
  display: none;
  content: "";
  background: url("../images/aarons_sprite_img.png");
  background-position: -445px -176px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 36%;
}
.reasons.close-icon:after {
  display: none;
  content: "";
  background: url("../images/aarons_sprite_img.png");
  background-position: -475px -180px;
  width: 16px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 27px;
}
.reasons.cart .shop-image {
  width: 57px;
}
.reasons.truck .shop-image {
  width: 63px;
}
.reasons.truck .reason-title {
  line-height: 24px;
}
.reasons.check .shop-image {
  width: 41px;
}
.reasons.cash .shop-image {
  width: 60px;
}
.reasons .shop-image {
  margin: 0 auto;
  position: relative;
  height: 50px;
}
.reasons .shop-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reasons .reason-title {
  display: block;
  margin: 30px 0 5px;
  min-height: 52px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
}
.reasons .reason-title span {
  display: block;
}
.reasons .reason-desc {
  font-size: 13px;
  line-height: 20px;
}

.shop-by-brand {
  padding: 0 9.9%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.shop-by-brand .category-heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 4.54%;
}
.shop-by-brand ul {
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .shop-by-brand ul {
    width: inherit;
  }
}
.shop-by-brand ul li {
  list-style: none;
  float: left;
  max-width: 102px;
}
.shop-by-brand ul li:last-of-type img {
  border-left: 1px solid transparent;
}
.shop-by-brand ul li a {
  display: block;
}
.shop-by-brand ul li a .show-hover {
  display: none;
}
.shop-by-brand ul li a:hover .hide-hover {
  display: none;
}
.shop-by-brand ul li a:hover .show-hover {
  display: inline-block;
}
.shop-by-brand ul li a img {
  vertical-align: middle;
}
.shop-by-brand .brand-desc {
  width: 82.5%;
  margin: 0 auto;
  margin-top: 2.62%;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.deals-item-rd {
  border: 2px solid #FFF;
}
.deals-item-rd:hover {
  border: 2px solid #00369D;
}

@media screen and (min-width: 1024px) {
  .full-width-slot .banner-content, .home-main-five .banner-content {
    position: absolute;
    width: 90%;
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-70%);
    left: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .full-width-slot .promo-banner, .home-main-five .promo-banner {
    padding: 20px 0 19px;
  }
  .full-width-slot .banner-content, .home-main-five .banner-content {
    color: #404040;
  }
  .full-width-slot .banner-content .new-arrival, .home-main-five .banner-content .new-arrival {
    margin-top: 25px;
    display: inline-block;
  }
  .full-width-slot .banner-content .description, .home-main-five .banner-content .description {
    font-weight: 300;
    line-height: 16px;
    font-size: 13px;
  }
  .full-width-slot .banner-content .description span, .home-main-five .banner-content .description span {
    display: inline-block;
  }
  .full-width-slot .banner-content .banner-links, .home-main-five .banner-content .banner-links {
    text-align: center;
  }
  .full-width-slot .banner-content .banner-links .wrap-button, .home-main-five .banner-content .banner-links .wrap-button {
    display: block;
    margin: 0 0 30px;
  }
  .full-width-slot .banner-content .banner-links .button-border, .home-main-five .banner-content .banner-links .button-border {
    border: 1px solid #142667;
  }
  .full-width-slot .banner-content .banner-links .button-border .button, .full-width-slot .banner-content .banner-links .button-border .button-fancy-large, .home-main-five .banner-content .banner-links .button-border .button, .home-main-five .banner-content .banner-links .button-border .button-fancy-large {
    color: #142667;
    border: 1px double #142667;
  }
  .full-width-slot .center-button, .home-main-five .center-button {
    top: 40%;
    transform: translateY(-40%);
  }
  .full-width-slot .banner-content .banner-links {
    width: 350px;
    margin: 0 auto;
  }
  .full-width-slot .banner-content .banner-links .button-border, .full-width-slot .banner-content .banner-links .button, .full-width-slot .banner-content .banner-links .button-fancy-large {
    width: 100%;
    box-sizing: border-box;
  }
  .category-list li .product-name {
    padding: 21px 0 23px 0;
  }
  .category-heading {
    margin: 37px 0 27px;
  }
  .hero-banner .banner-content {
    text-align: center;
  }
  .banner-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-heading.hero-heading {
    color: #142667;
  }
  .shop-at-aarons {
    padding: 46px 4.05% 53px;
  }
  .shop-at-aarons .button-border {
    margin-top: 40px;
  }
  .shop-at-aarons .button-border button {
    padding: 15px 22px 13px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .shop-at-aarons-title {
    font-size: 16px;
    margin-bottom: 33px;
  }
  .reasons {
    float: none;
    width: 100%;
    padding: 0 6.3%;
    border-bottom: 1px solid #4667A7;
    box-sizing: border-box;
  }
  .reasons:first-child {
    border-top: 1px solid #4667A7;
  }
  .reasons.open-icon {
    padding: 4px 6.3% 16px;
  }
  .reasons.open-icon .shop-image, .reasons.open-icon .reason-desc {
    display: none;
  }
  .reasons.open-icon:after {
    display: block;
  }
  .reasons.close-icon {
    padding: 15px 0 25px;
  }
  .reasons.close-icon:after {
    display: block;
  }
  .reasons.close-icon .shop-image, .reasons.close-icon .reason-desc {
    display: block;
  }
  .reasons.close-icon .shop-image {
    height: 35px;
  }
  .reasons.cart .shop-image {
    width: 35px;
  }
  .reasons.truck .shop-image {
    width: 40px;
  }
  .reasons.truck .reason-title {
    line-height: 24px;
  }
  .reasons.check .shop-image {
    width: 28px;
  }
  .reasons.cash .shop-image {
    width: 40px;
  }
  .reasons .reason-title {
    margin: 15px 0 5px;
    min-height: 0;
  }
  .reasons .reason-desc {
    width: 82%;
    margin: 0 auto;
  }
  .shop-by-brand {
    padding: 0 5.5%;
  }
  .shop-by-brand ul li {
    width: 25%;
  }
  .pt_categorylanding .shop-by-brand ul li {
    width: 20%;
  }
  .shop-by-brand .brand-desc {
    width: 97.5%;
    font-size: 13px;
    line-height: 20px;
  }
  .shop-by-brand .category-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .shop-by-style {
    margin-top: 40px;
    padding-bottom: 36px;
  }
  .wrap-cat {
    overflow-x: scroll;
  }
  .wrap-cat .category-list {
    width: 125%;
    padding: 0 5%;
    box-sizing: border-box;
    display: inline-block;
  }
  .recently-viewed .search-result-items .grid-tile, .recommendations-items .search-result-items .grid-tile {
    width: 202px;
    margin-right: 20px;
  }
  .recently-viewed .search-result-items .grid-tile:last-child, .recommendations-items .search-result-items .grid-tile:last-child {
    margin-right: 0;
  }
  .recently-viewed .search-result-items .grid-tile.reccomendations-tile, .recommendations-items .search-result-items .grid-tile.reccomendations-tile {
    width: 190px;
    margin-right: 6px;
  }
  .recently-viewed .search-result-items .grid-tile.reccomendations-tile:last-child, .recommendations-items .search-result-items .grid-tile.reccomendations-tile:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pt_categorylanding .shop-by-brand ul {
    width: 84%;
  }
  .pt_categorylanding .shop-by-brand ul li {
    width: 20%;
  }
  .full-width-slot.slot-one .banner-heading {
    color: #142667;
  }
  .full-width-slot.slot-one .hero-banner .banner-image img {
    min-height: 557px;
    object-fit: cover;
    object-position: 70%;
  }
  .full-width-slot.slot-one .hero-banner .center-button {
    top: 95%;
    transform: translateY(-95%);
  }
  .resaons .reason-desc {
    width: 88.27%;
    margin: 0 auto;
  }
  .shop-by-brand ul li {
    width: 16.66%;
  }
}
@media screen and (max-width: 767px) {
  .full-width-slot.slot-one .banner-heading {
    color: #142667;
  }
  .full-width-slot.slot-one .hero-banner .banner-image img {
    min-height: 300px;
    object-fit: cover;
    object-position: 68%;
  }
  .full-width-slot.slot-one .hero-banner .center-button {
    top: 90%;
    transform: translateY(-90%);
  }
  .full-width-slot .center-button, .home-main-five .center-button {
    top: 15%;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  .full-width-slot .promo-banner, .home-main-five .promo-banner {
    padding: 10px 5%;
    font-size: 14px;
  }
  .shop-by-brand {
    padding: 0;
  }
  .shop-by-brand .brand-desc {
    width: 100%;
  }
  .category-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .partial-width-slot .category-list li {
    width: 47%;
    margin: 0 5.3% 20px 0;
  }
  .partial-width-slot .category-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .wrap-cat .category-list {
    width: 250%;
  }
  .recently-viewed .search-result-items .grid-tile, .recommendations-items .search-result-items .grid-tile {
    width: 207px;
  }
  .recently-viewed .search-result-items .recommendations-tile, .recommendations-items .search-result-items .recommendations-tile {
    width: 200px;
    margin: 0;
  }
}
a:focus {
  outline: 1px solid #0069C8;
}

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

div#wrapper.pt_error > div.content-asset {
  padding-top: 150px;
}

.hero__image img.ipad-desktop,
.level-2 .banner img,
.level-2 .banner p img,
#navigation ul.menu-category.level-1 li:nth-child(2) div.level-2 ul.menu-vertical li.banner img,
.td_panel a img,
.product-image img,
.footer-middle a img {
  object-fit: cover;
  /* min-width: 100%;  */
  max-width: auto;
}

.recommendations-items.recommendations-above-recent-items {
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
.recommendations-items.recommendations-above-recent-items .recommendations {
  width: 90%;
  margin: 0 auto;
}

.recommendations-items .container--info-drawers .partial-width-slot {
  width: 100%;
}

.article--home {
  overflow: hidden;
}
.article--home .only-mobile.only-mobile.only-mobile {
  display: none;
}
.article--home p {
  font-size: 1.4em;
  letter-spacing: normal;
}
.article--home .section {
  padding: 4em;
  font-size: 1vw;
}
.article--home .full-width-slot {
  display: block;
}
.article--home .homepage-promo-sbs-content {
  padding: 4em;
  margin: 0;
  box-sizing: border-box;
}
.article--home .section__heading {
  font-size: 2.5em;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.article--home .section__button.section__button {
  padding: 0.75em 1.75em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
  border: 0.1em solid #ffffff;
  min-width: 8em;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.article--home .section__button.blue {
  background-color: #0071ce;
  color: #ffffff !important;
}
.article--home .section__button.white {
  background-color: #ffffff;
  color: #1433a0;
}
.article--home .section__button.white--lightblue {
  background-color: #ffffff;
  color: #0071ce;
}
.article--home .section__button.white--lightblue:hover {
  background-color: #0071ce;
  color: #FFF;
  border-color: #FFF;
}
.article--home .section__button.white--red {
  background-color: #ffffff;
  color: #f4150e;
}
.article--home .section__button.white--red:hover {
  background-color: #f4150e;
  color: #FFF;
  border-color: #FFF;
}
.article--home .section.bottom-border {
  position: relative;
}
.article--home .section.bottom-border::after {
  content: "";
  width: calc(100% - 8em);
  position: absolute;
  bottom: 0;
  height: 0.1em;
  background-color: #bfbfbf;
  left: 4em;
}
.article--home .section .only-desktop {
  display: none;
}
.article--home .section--favorite-brands .product-tile .product-pricing .tile-price-big .cents-per-and-total {
  margin-top: 0.3em;
}
@media (min-width: 1024px) {
  .article--home .section .only-desktop {
    display: block;
  }
}
@media (max-width: 1023px) {
  .article--home.article--home {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .article--home .full-width-slot.slot-one {
    order: 0;
  }
  .article--home .section {
    padding: 8em 4em;
  }
  .article--home .homepage-promo-sbs-content {
    padding: 8vw 4vw;
  }
  .article--home p {
    font-size: 3.2em;
  }
  .article--home .section__heading {
    font-size: 5.5em;
  }
  .article--home .section__button.section__button {
    font-size: 3.5em;
  }
  .article--home .only-mobile.only-mobile.only-mobile {
    display: block;
  }
  .article--home .section__button.hide-on-mobile {
    display: none;
  }
  .article--home .section.bottom-border::after {
    height: 0.2em;
  }
}
.article--home {
  /*HERO*/
}
.article--home .section.section--home__hero {
  padding: 0;
  display: flex;
  margin: -0.5em;
  height: 32em;
}
.article--home .home__hero-slider {
  width: calc(65% - 1em);
  margin: 0.5em;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.article--home .home__hero-slider-canada {
  width: 100%;
}
.article--home .home__hero-slide {
  height: 100%;
  background-size: cover;
}
.article--home .section--home__hero .home__hero-slider {
  display: none;
}
.article--home .section--home__hero .slick-initialized {
  display: block;
  display: flex;
}
.article--home .section--home__hero .slick-track, .article--home .section--home__hero .slick-list {
  height: 100%;
}
.article--home .section--home__hero .slick-dots {
  bottom: 1em;
  box-sizing: border-box;
  width: auto;
  margin: 0 auto;
  line-height: 1;
  border-radius: 2em;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0.75em;
  display: flex !important;
}
.article--home .section--home__hero .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.5em;
  display: flex;
  align-items: center;
}
.article--home .section--home__hero .slick-dots button {
  padding: 0;
  font-size: 0.75em;
  height: 0.75em;
  width: 0.75em;
  color: transparent;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  opacity: 0.75;
}
.article--home .section--home__hero .slick-dots .slick-active button {
  opacity: 1;
  transform: scale(1.25);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article--home .section--home__hero .slick-dots {
    left: calc(50% - 2em);
  }
}
@media (max-width: 1023px) {
  .article--home .section.section--home__hero {
    flex-direction: column;
    height: auto;
    margin: -1em;
  }
  .article--home .home__hero-slider, .article--home .home__top-deals {
    width: calc(100% - 1em);
  }
  .article--home .home__hero-slider {
    height: 80em;
    margin: 1em;
  }
  .article--home .section--home__hero .slick-dots {
    font-size: 2em;
  }
}
.article--home {
  /*TOP DEALS*/
}
.article--home .home__top-deals {
  width: calc(35% - 1em);
  margin: 0.5em;
  flex-shrink: 0;
  padding: 1em 2em 3em;
  background-color: #f0f0f0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.article--home .top-deals__slider {
  flex-grow: 1;
  margin: 0 -0.5em;
  display: flex !important;
  justify-content: center;
}
.article--home .top-deal {
  height: 100%;
  margin: 0.5em;
  background-color: #ffffff;
}
.article--home .top-deal__image {
  padding-top: 90%;
  background-size: cover;
}
.article--home .top-deal__info {
  margin: 1em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article--home .top-deal__name {
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: 600;
  color: #0033a0;
  width: 100%;
}
.article--home .section--home__hero .home__top-deals .slick-dots {
  padding: 0;
  background-color: transparent;
  bottom: -1.5em;
}
.article--home .section--home__hero .home__top-deals .slick-dots button {
  background-color: #0071ce;
}
.article--home .top-deal__price {
  font-size: 3em;
  line-height: 1;
  display: flex;
  color: #000000;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  "Open Sans", sans-serif; */
  margin-bottom: 0.2em;
}
.article--home .price__dollar-amount {
  position: relative;
  font-weight: 900;
}
.article--home .price__dollar-symbol {
  position: absolute;
  font-size: 0.6em;
  left: -0.6em;
  top: 0.1em;
}
.article--home .price__details {
  font-size: 0.35em;
  font-weight: 600;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  position: relative;
  top: 0.2em;
}
.article--home .price__cents-amount {
  display: inline-block;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Open Sans', sans-serif; */
  font-weight: 900;
  font-size: 1.5em;
}
@media (max-width: 1023px) {
  .article--home .home__top-deals {
    width: calc(100% - 1em);
    padding: 8em 4em;
    margin: 1em;
  }
  .article--home .top-deals__slider {
    margin: 0 -2em;
  }
  .article--home .top-deal {
    margin: 2em;
  }
  .article--home .top-deal__info {
    font-size: 3em;
  }
}
.article--home {
  /*RECENTLY VIEWED OVERRIDES*/
}
.article--home .recently-viewed {
  font-size: 1vw;
}
.article--home .recently-viewed .last-visited {
  width: 100%;
  padding: 4em;
  box-sizing: border-box;
}
.article--home .recently-viewed .category-heading {
  font-size: 2.5em;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5em;
  text-align: left;
  letter-spacing: unset;
}
.article--home .recently-viewed .search-result-items {
  margin: 0;
}
.article--home .wrap-cat .search-result-items .grid-tile {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .article--home .recently-viewed .category-heading {
    font-size: 5.5em;
    margin-left: 0.72em;
    margin-right: 0.72em;
  }
  .article--home .recently-viewed .last-visited {
    padding: 8em 0;
  }
}
.article--home {
  /*SUB HERO BANNER*/
}
.article--home .section--sub-hero-banner {
  background-color: #e9f2fa;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 2em;
  padding-bottom: 2em;
  margin: 1em 0;
}
.article--home .sub-hero-banner__content {
  display: flex;
  align-items: center;
}
.article--home .section--sub-hero-banner .section__heading {
  max-width: 11.5em;
}
.article--home .sub-hero-banner__blade {
  position: absolute;
  width: 17em;
  height: 14em;
  right: -8em;
  bottom: 0;
}
.article--home .sub-hero-banner__product-imgs {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
  flex-grow: 1;
  flex-basis: 0;
}
.article--home .sub-hero-banner__product-img {
  width: calc(25% - 1.01em);
  margin: 0.5em;
  position: relative;
  z-index: 0;
  align-self: center;
}
@media (max-width: 1023px) {
  .article--home .section--sub-hero-banner {
    margin: 2em 0;
  }
  .article--home .section--sub-hero-banner .section__heading {
    max-width: 7.5em;
  }
  .article--home .section--sub-hero-banner .section__button.blue {
    min-width: auto;
  }
  .article--home .sub-hero-banner__product-img {
    width: calc(50% - 1.01em);
  }
}
.article--home {
  /*PRODUCT GRID OVERRIDES*/
}
.article--home .section--favorite-brands .search-result-items {
  margin: -0.5em;
  margin-top: 1em;
}
.article--home .section--favorite-brands .search-result-items .grid-tile {
  margin: 0.5em;
  font-size: 1vw;
  width: calc(25% - 1.01em);
}
.article--home .section--favorite-brands .search-result-items .grid-tile:nth-of-type(n+5) {
  display: none;
}
@media (max-width: 1023px) {
  .article--home .section--favorite-brands .search-result-items .grid-tile {
    width: calc(50% - 2.51em);
    margin: 1.25em;
  }
  .article--home .section--favorite-brands .search-result-items .grid-tile:nth-of-type(n+4) {
    display: none;
  }
  .article--home .section--favorite-brands .search-result-items .grid-tile:first-child {
    width: calc(100% - 2.51em);
    box-shadow: none;
  }
  .article--home .home-feature-tile {
    padding: 8em 0 4em;
    background: none;
    color: #404040;
    border-top: 0.2em solid #bfbfbf;
  }
  .article--home .home-feature-tile:hover {
    color: #404040;
  }
  .article--home .home-feature-tile .section__button {
    display: none;
    box-shadow: none;
  }
  .article--home .home-feature-tile__heading {
    display: inline-block;
    line-height: 1.2;
    text-transform: none;
    font-weight: 800;
    margin-bottom: 0.5em;
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .article--home .home-feature-tile__heading {
    font-size: 6vw;
  }
}
.article--home .recently-viewed .product-listing .cutoff-wrap, .article--home .recently-viewed .product-listing .name-link {
  font-size: 12px;
}

.top-deals__slider_box .top-deals__slider {
  display: none;
}
.top-deals__slider_box .slick-initialized {
  display: block;
}

/*Add Home Page Style to stylesheet */
.article--home .home-recently-viewed .section {
  font-size: inherit;
}

.article--home .home-recently-viewed {
  margin-bottom: 2em;
}

.article--home .recently-viewed .category-heading {
  color: #404040;
  font-size: 24px;
  margin: 0;
}

.article--home .home-recently-viewed .search-result-items {
  margin: 0 auto;
}

.article--home .home-recently-viewed .recommendations-items .favorites .favorite-icon {
  display: none;
}

.article--home .home-recently-viewed .last-visited {
  padding: 0 4em;
}

@media (min-width: 490px) {
  .article--home .home-recently-viewed .section {
    padding: 4em 3rem;
  }
}
@media (min-width: 500px) {
  .article--home .recently-viewed .category-heading {
    font-size: 33px;
  }
}
@media (max-width: 1023px) {
  .article--home .home-recently-viewed .last-visited {
    padding: 0;
  }
}
.article--personalization-products {
  overflow-x: hidden;
}

.article--personalization-products .hide-on-mobile {
  display: block;
}

.article--personalization-products .hide-on-desktop {
  display: none;
}

.article--personalization-products p {
  font-size: 16px;
}

.article--personalization-products h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.article--personalization-products h2 {
  font-size: 32px;
}

.article--personalization-products .grid {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-template-columns: 1fr;
}

.article--personalization-products .grid__two-column {
  grid-template-columns: 1fr 1fr;
}

.article--personalization-products .grid__three-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.article--personalization-products .grid__four-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.article--personalization-products .grid--small {
  grid-row-gap: 0;
  grid-column-gap: 20px;
}

.article--personalization-products .breadcrumbs__container {
  margin: 0 auto;
  padding: 1rem 2rem;
  box-sizing: border-box;
}

.article--personalization-products .breadcrumbs__container a {
  color: #142667;
}

.article--personalization-products .hero {
  display: flex;
  align-items: center;
  height: 384px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 15% center;
  background-image: url(https://aarons.a.bigcontent.io/v1/static/_Desktop_Hero_1920x512--hi-res);
}

.article--personalization-products .hero * {
  color: #fff;
}

.article--personalization-products .hero__content {
  margin-left: 80px;
  max-width: 760px;
}

.article--personalization-products .hero__title {
  color: #fff;
  font-size: 55px;
  line-height: 63px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.article--personalization-products .hero__subheading {
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}

.article--personalization-products .section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.8rem 5%;
  box-sizing: border-box;
  display: block;
}

.article--personalization-products .section__pre-heading {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  color: #142667;
  margin-bottom: 1rem;
}

.article--personalization-products .section__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.8em;
  text-transform: none;
  color: #000;
}

.article--personalization-products .section__description {
  margin-bottom: 20px;
}

.article--personalization-products .section--bottom-border {
  border-bottom: 1px solid #bfbfbf;
}

.article--personalization-products .section--full-width {
  max-width: 100%;
}

.article--personalization-products .section--full-width .inner-container {
  max-width: 1040px;
  margin: auto;
}

.article--personalization-products .section--cta {
  padding-top: 92px;
  padding-bottom: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://aarons.a.bigcontent.io/v1/static/blog-banner);
}

.article--personalization-products .section--cta .cta__content {
  width: 50%;
}

.article--personalization-products .section--cta h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-transform: none;
  color: #fff;
  margin-bottom: 0;
}

.article--personalization-products .section--cta p {
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.article--personalization-products .section--cta .aarons-btn {
  margin-top: 0;
  width: 300px;
}

.article--personalization-products .shop-by-room-item {
  display: block;
  text-decoration: none;
}

.article--personalization-products .shop-by-room-item:-webkit-any-link {
  text-decoration: none;
}

.article--personalization-products .shop-by-room-item:hover {
  text-decoration: none !important;
}

.article--personalization-products .shop-by-room-item__image {
  width: 100%;
  display: block;
}

.article--personalization-products .shop-by-room-item__title {
  color: #000;
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
}

.article--personalization-products .gradient-card-item {
  position: relative;
  display: block;
  text-decoration: none;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  min-width: auto;
}

.article--personalization-products .gradient-card-item:-webkit-any-link {
  text-decoration: none;
}

.article--personalization-products .gradient-card-item:hover {
  text-decoration: none !important;
}

.article--personalization-products .gradient-card-item__content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 16, 47, 0.7725490196) 100%) 0% 0% no-repeat padding-box;
}

.article--personalization-products .gradient-card-item__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1;
}

.article--personalization-products .recommendations-items .carousel-grid-item {
  padding: 0;
}

.article--personalization-products .upgrades__container {
  padding-bottom: 1em;
}

.homepage-rd-categories-header {
  margin-right: 1rem;
}

.article--personalization-products .home-rd-tiles {
  font-size: 3vw;
  padding-bottom: 0.75em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0.5em;
}

.article--personalization-products .section--sc__deals {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.article--personalization-products .sc--deal__wrap {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.article--personalization-products .sc--deal__wrap .deals-item-rd {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 3em;
  padding: 1.2em 1em 0.5em;
}

.article--personalization-products .sc--deal__wrap:last-child .deals-item-rd {
  margin-bottom: 0;
}

.article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-head {
  font-size: 3vw;
  height: 17em;
  border-radius: 5px;
}

.article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-footer {
  font-size: 1em;
  text-align: center;
  width: 95%;
  margin: auto;
}

.article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-footer h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 600;
  font-size: 1.46em;
  line-height: 1.4;
  color: #1650A8;
  margin-top: 0.75em;
}

.article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-footer p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: normal;
  font-size: 1.23em;
  line-height: 1.5;
  color: #212121;
  margin-top: 0.3em;
}

.article--home .recently-viewed .product-listing .product-name {
  font-size: 14px !important;
}

.article--home .recently-viewed .product-listing .product-brand {
  font-size: 12px !important;
}

.article--home .recently-viewed .tile-redesign .monthly-payment-title {
  font-size: 12px;
}

.article--home .recently-viewed .tile-redesign .productprice-wrap {
  font-size: 17px;
}

.article--home .recently-viewed .recommendations .product-tile {
  height: calc(100% - 40px) !important;
}

@media (min-width: 768px) {
  .article--personalization-products .home-rd-tiles {
    font-size: 2vw;
  }
  .article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-footer {
    width: 80%;
  }
  .article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-head {
    height: 8em;
  }
  .article--personalization-products .section {
    padding: 1.5rem 9%;
  }
}
@media (min-width: 1024px) {
  .article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-footer {
    width: 90%;
  }
}
@media (min-width: 1130px) {
  .article--personalization-products .home-rd-tiles .home-tile:last-child {
    margin-right: 0;
  }
  .article--personalization-products .home-rd-tiles {
    font-size: 1.8vw;
  }
  .article--personalization-products .section--sc__deals {
    flex-direction: row;
    justify-content: space-between;
  }
  .article--personalization-products .sc--deal__wrap {
    width: 46.5%;
    margin: 0.2em 0.5em 1.5em 0.5em;
    flex: 1;
  }
  .article--personalization-products .sc--deal__wrap .deals-item-rd {
    height: 100%;
    margin-bottom: 0;
  }
  .article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-head {
    height: 6.82em;
  }
  .article--personalization-products .section {
    padding: 1.5rem 7%;
  }
}
@media (min-width: 1130px) {
  .article--personalization-products .home-rd-tiles {
    font-size: 2vw;
  }
}
@media (min-width: 1440px) {
  .article--personalization-products .home-rd-tiles {
    font-size: 2.04em;
  }
  .article--personalization-products .section {
    margin-top: 3rem;
    padding: 0;
    max-width: 1130px;
  }
  .article--personalization-products .sc--deal__wrap .deals-item-rd .deals-item-rd-head {
    height: 5.5em;
  }
}
@media (min-width: 1920px) {
  .article--personalization-products .home-rd-tiles {
    font-size: 2.6em;
  }
}
.article--personalization-products .home-rd-tiles .home-tile {
  height: 10.75em;
  width: 9.75em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.home-tile:active, .home-tile:focus {
  outline: 2px solid #0069C8;
  border: 1px solid #0069C8;
}

.article--personalization-products .home-rd-tiles .home-tile:hover .home-tile__title {
  color: #00ACEC;
}

@media (min-width: 1130px) {
  .article--personalization-products .home-rd-tiles .home-tile {
    width: 6.62em;
    height: 7.32em;
  }
}
.article--personalization-products .home-rd-tiles .home-tile:last-child {
  margin-right: 1rem;
}

/*
  .article--personalization-products .home-rd-tiles .home-tile__title {
	  font-size: 10px;
	  text-align: center;
	  line-height: 1.5;
	  width: 90%;
	  font-weight: 500;
	  color: #0033A0;
	  padding: 0.5em 0 0 0;
  }

  .article--personalization-products .home-rd-tiles .home-tile__img {
	  padding-top: 0;
	  background-size: cover;
	  background-color: #fff;
	  height: 7em;
	  width: 7em;
	  margin: 0 auto;
  }
   */
@media (min-width: 1130px) {
  /* 
  .article--personalization-products .home-rd-tiles .home-tile__img {
    height: 5em;
    width: 5em;
   }

   .article--personalization-products .home-rd-tiles .home-tile__title {
    font-size: 0.82rem;
   }
   */
}
@media (max-width: 768px) {
  .article--personalization-products .hide-on-mobile {
    display: none;
  }
  .article--personalization-products .hide-on-desktop {
    display: block;
  }
  .article--personalization-products h1 {
    font-size: 29px;
  }
  .article--personalization-products h2 {
    font-size: 25px;
  }
  .article--personalization-products p {
    font-size: 13px;
  }
  .article--personalization-products .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .article--personalization-products .grid__two-column {
    grid-template-columns: 1fr;
  }
  .article--personalization-products .grid__two-column--mobile {
    grid-template-columns: 1fr 1fr;
  }
  .article--personalization-products .grid__three-column {
    grid-template-columns: 1fr;
  }
  .article--personalization-products .grid__four-column {
    grid-template-columns: 1fr 1fr;
  }
  .article--personalization-products .grid--need-an-upgrade {
    overflow-x: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .article--personalization-products .hero {
    align-items: center;
    height: 221px;
    background-image: url(https://aarons.a.bigcontent.io/v1/static/_Mobile_Hero_768x375--hi-res);
  }
  .article--personalization-products .hero__content {
    margin-top: 20px;
    max-width: 50%;
  }
  .article--personalization-products .hero__title {
    font-size: 30px;
    line-height: 34px;
  }
  .article--personalization-products .hero__subheading {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .article--personalization-products .section__pre-heading {
    font-size: 1rem;
  }
  .article--personalization-products .section__heading {
    font-size: 25px;
  }
  .article--personalization-products .section--cta {
    padding: 12px;
    background-image: url(https://aarons.a.bigcontent.io/v1/static/blog-banner__mobile);
  }
  .article--personalization-products .section--cta h2 {
    font-size: 25px;
  }
  .article--personalization-products .section--cta .aarons-btn {
    width: auto;
  }
  .article--personalization-products .shop-by-room-item__image {
    width: 100%;
    display: block;
  }
  .article--personalization-products .shop-by-room-item__title {
    margin-top: 8px;
    font-size: 14px;
  }
  .article--personalization-products .gradient-card-item {
    min-width: 206px;
    height: 132px;
  }
  .article--personalization-products .gradient-card-item__title {
    font-size: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1080px) {
  .article--personalization-products .hero__content {
    margin-left: 16px;
    max-width: 50%;
    margin-top: 20px;
  }
}
.article--personalization-products .section--recently-viewed .recently-viewed {
  background: initial;
}

.article--personalization-products .recommendations-items {
  background: initial;
}

.article--personalization-products .recommendations-items .category-heading.padded-heading {
  margin: 0.8em 0;
  margin-top: 0;
  text-align: start;
  text-transform: initial;
  color: #000;
  font-size: 26px;
  line-height: 1;
}

.article--personalization-products .section--recently-viewed,
.article--personalization-products .section--favorites,
.article--personalization-products .section--recommended-products,
.article--personalization-products .section--popular-products {
  font-size: 3vw;
}

.article--personalization-products .slick-track {
  margin: 2px;
}

.article--personalization-products .carousel-container .slick-prev {
  left: -27px;
}

.article--personalization-products .carousel-container .slick-next {
  right: -27px;
}

.article--personalization-products .product-tile {
  font-size: 12px;
}

.article--personalization-products .carousel-grid-item .slick-slide {
  margin-right: 25px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section--copy .content-wrapper h2,
  .article--personalization-products h2,
  .article--personalization-products .category-heading,
  .article--personalization-products .recommendations-items .category-heading.padded-heading {
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 0;
  }
  .article--personalization-products .partial-width-slot {
    width: 100%;
  }
}
@media (min-width: 1130px) {
  .article--personalization-products .section--recently-viewed,
  .article--personalization-products .section--favorites,
  .article--personalization-products .section--recommended-products,
  .article--personalization-products .section--popular-products {
    padding: 2rem 7%;
  }
  .section--copy .content-wrapper h2,
  .article--personalization-products h2,
  .article--personalization-products .category-heading,
  .article--personalization-products .recommendations-items .category-heading.padded-heading {
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 0;
  }
  .article--personalization-products .section--recently-viewed,
  .article--personalization-products .section--favorites,
  .article--personalization-products .section--recommended-products,
  .article--personalization-products .section--popular-products {
    font-size: 1em;
  }
}
@media (min-width: 1440px) {
  .article--personalization-products .section--recently-viewed,
  .article--personalization-products .section--favorites,
  .article--personalization-products .section--recommended-products,
  .article--personalization-products .section--popular-products {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .article--personalization-products .recommendations-items .recommendations .carousel-container {
    max-width: 100%;
  }
  .article--personalization-products .carousel-container .slick-prev {
    left: -16px;
  }
}
@media (min-width: 1920px) {
  .article--personalization-products .section {
    max-width: 1440px;
  }
  .article--personalization-products .homepage-rd-categories-header {
    margin-right: 0;
  }
}
.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%;
}
.ui-dialog #listings-nav a {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.ui-dialog #listings-nav a.active {
  font-weight: bold;
}

.pdp-main .product-add-to-cart .online-stock span {
  float: left;
}
.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left;
}

.availability-web {
  padding-bottom: 1rem;
}
.availability-web label {
  float: none;
}
.availability-web p {
  margin: 0;
}
.availability-web .availability-novariation {
  color: #999999;
}

.availability-storepickup .availability-instore,
.availability-storepickup .availability-web {
  background-color: #E7E7E7;
  padding: 1rem;
}
.availability-storepickup .availability-web {
  float: none;
}
.availability-storepickup .availability-instore {
  margin-bottom: 1rem;
}

.in-stock-msg,
.is-in-stock,
[data-status=store-in-stock] {
  color: #64772d;
  font-weight: 700;
}

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #008578;
}

.on-order,
.preorder-msg,
.backorder-msg {
  color: #008578;
  font-weight: 700;
}

#user-zip {
  display: block;
  margin: 1rem auto 0;
}

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px;
}

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.store-tile {
  border: 1px dashed #cccccc;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3rem 0.4rem;
  padding: 0.8rem;
  text-align: center;
  width: 175px;
}
.store-tile.selected {
  background-color: rgba(132, 189, 0, 0.5);
}
.store-tile .store-status {
  display: block;
  font-size: 0.9em;
  margin: 1rem 0;
}
.store-list-pdp-container {
  margin-top: 1em;
}
.store-list-pdp-container .store-list-pdp {
  margin-top: 0.5em;
}
.store-list-pdp-container .store-list-item {
  display: none;
  padding: 0.5em 0.8em;
}
.store-list-pdp-container .store-list-item:last-of-type {
  border: none;
}
.store-list-pdp-container .store-list-item.selected {
  display: block;
  font-weight: bold;
}
.store-list-pdp-container .store-list-item.visible {
  display: block;
}
.store-list-pdp-container .store-list-item .store-address {
  float: left;
}
.store-list-pdp-container .store-list-item .store-status {
  float: right;
}

.selected-store-address {
  margin-top: 0.5em;
}

.selected-store-availability {
  margin: 0.3em 0 0.5em;
}

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em;
}
.multishipprogress .step-4 {
  padding-right: 0;
}

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px;
}

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px;
}
.multi-ship-shipments-table .section-header {
  font-size: 10px;
  font-weight: bold;
  padding: 9px 6px 11px;
}
.multi-ship-shipments-table .shipping-address .details {
  padding: 0 10px 0 22px;
}
.multi-ship-shipments-table .gift-options label {
  float: left;
  padding: 0;
}
.multi-ship-shipments-table .gift-options input {
  margin: 0 10px;
}

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.multi-shipping-addresses .shipping-address {
  text-align: right;
}
.multi-shipping-addresses .shipping-address select {
  margin: 4px 0 0;
  width: 260px;
}

.header-product-shipping {
  width: 276px;
}

.header-qty-shipping {
  width: 45px;
}

.header-location-shipping {
  text-indent: 70px;
  width: 307px;
}

.header-shipment-index {
  width: 409px;
}

.header-shipment-qty {
  width: 27px;
}

.header-shipment-details {
  text-indent: 22px;
}

.multi-shipping-methods {
  position: absolute;
  top: 30px;
}
.multi-shipping-methods .form-row {
  clear: none;
  float: left;
  display: none;
}
.multi-shipping-methods select {
  width: 250px;
  margin: -5px 0 0 15px;
}

.multi-shipping-option {
  border-bottom: 2px dotted #999999;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%;
}

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef;
}

.multiship .label {
  font-weight: bold;
}

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent;
}

.instore-shipping-option {
  width: 100%;
}

.pt_checkout .instore-shipment-header {
  width: 100%;
}
.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em;
}
.pt_checkout .instore-shipment-method span {
  font-weight: bold;
}
.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em;
}
.pt_checkout .instore-shipment-message {
  clear: both;
}
.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right;
}

@media screen and (max-width: 767px) {
  .tooltip {
    font-size: 0.9em;
  }
  .form-field-tooltip {
    float: none;
    margin: 0 0 10px 5px;
    width: auto;
  }
  .ui-dialog .ui-dialog-content {
    height: auto !important;
    overflow: visible;
  }
  .col-1,
  .col-2 {
    float: none;
    width: 100%;
  }
  .scrollable {
    height: auto;
  }
  .scrollable li {
    float: left;
  }
  #header {
    height: auto;
    padding: 1% 1% 30px;
  }
  #header .primary-logo {
    float: left;
    position: relative;
    top: auto;
    width: 65%;
  }
  #quickviewbutton {
    display: none !important;
  }
  /*     ul.search-result-items .grid-tile {
          margin:0 2% 40px 0;
          width: 92%;
      } */
  .search-result-options .sort-by, .search-result-options .sortByPRI {
    margin: 0;
    width: 100%;
  }
  .search-result-options .pagination {
    margin: 0;
  }
  .product-tile {
    height: auto !important;
  }
  .wide-tiles .product-tile .product-image {
    width: 41%;
  }
  .wide-tiles .product-tile .product-name,
  .wide-tiles .product-tile .product-pricing,
  .wide-tiles .product-tile .product-promo,
  .wide-tiles .product-tile .pr_stars,
  .wide-tiles .product-tile .product-swatches {
    float: right;
  }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px;
  }
  .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em;
  }
  .product-compare,
  .compareitems {
    display: none !important;
  }
  #product-nav-container {
    bottom: 0;
    width: 100%;
  }
  #product-nav-container div {
    width: 60px;
  }
  #product-nav-container div.product-next {
    float: right;
  }
  #product-nav-container .divided span {
    border: 0;
  }
  .sizinginformation {
    padding: 0;
  }
  .sizinginformation th {
    font-weight: normal;
    padding: 0 0 0 2px;
  }
  .sizinginformation td {
    background: #ffffff;
    padding: 5px;
    text-align: center;
  }
  .sizinginformation .sizechart {
    padding: 0 !important;
  }
  .ui-dialog .ui-dialog-content {
    padding: 0;
  }
  .pt_cart #secondary {
    display: none;
  }
  .order-summary-footer h2 {
    width: 50%;
  }
  .place-order-totals .order-totals-table {
    width: 100%;
  }
  .payment-method-options {
    padding: 0;
  }
  .payment-method-options .form-row {
    width: 100%;
  }
  .payment-method-options .form-row label {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    width: 150px;
  }
  .payment-method-options .form-row .input-radio {
    margin: 0;
  }
  .pt_order-confirmation .item-list th {
    display: none;
  }
  .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%;
  }
  .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%;
  }
  .pt_order-confirmation .order-shipment-table th {
    display: none;
  }
  .pt_order-confirmation .order-shipment-table td {
    font-size: 0.9em;
    box-sizing: border-box;
    float: left;
  }
  .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%;
  }
  .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%;
  }
  .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%;
  }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%;
  }
  .pt_order-confirmation .order-shipment-table .scrollable {
    height: auto;
  }
  .pt_order-confirmation .order-shipment-table .scrollable li {
    float: left;
  }
  .pt_order-confirmation .order-shipment-table .scrollable li a {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    display: block;
    padding: 0.2em 0.8em;
  }
  .pt_order-confirmation .order-shipment-table #header {
    height: auto;
    padding: 1% 1% 30px;
  }
  .pt_order-confirmation .order-shipment-table #header .primary-logo {
    float: left;
    position: relative;
    top: auto;
    width: 65%;
  }
  .pt_order-confirmation .order-shipment-table #quickviewbutton {
    display: none !important;
  }
  .pt_order-confirmation .order-shipment-table ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%;
  }
  .pt_order-confirmation .order-shipment-table .product-tile {
    height: auto !important;
  }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-image {
    width: 41%;
  }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-pricing,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-promo,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .pr_stars,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-swatches {
    float: right;
  }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px;
  }
  .pt_order-confirmation .order-shipment-table .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em;
  }
  .pt_order-confirmation .order-shipment-table .product-compare,
  .pt_order-confirmation .order-shipment-table .compareitems {
    display: none !important;
  }
  .pt_order-confirmation .order-shipment-table .pt_product-details .primary-content {
    padding-bottom: 68px;
  }
  .pt_order-confirmation .order-shipment-table #product-nav-container {
    bottom: 0;
    width: 100%;
  }
  .pt_order-confirmation .create-new-registry {
    overflow: hidden;
  }
  .pt_order-confirmation .create-new-registry p {
    display: none;
  }
  .pt_order-confirmation .order-summary-footer h2 {
    width: 50%;
  }
  .pt_order-confirmation .place-order-totals .order-totals-table {
    width: 100%;
  }
  .pt_order-confirmation .payment-method-options {
    padding: 0;
  }
  .pt_order-confirmation .payment-method-options .form-row {
    width: 100%;
  }
  .pt_order-confirmation .payment-method-options .form-row label {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    width: 150px;
  }
  .pt_order-confirmation .payment-method-options .form-row .input-radio {
    margin: 0;
  }
  .pt_order-confirmation .pt_order-confirmation .item-list th {
    display: none;
  }
  .pt_order-confirmation .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%;
  }
  .pt_order-confirmation .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table th {
    display: none;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table td {
    font-size: 0.9em;
    box-sizing: border-box;
    float: left;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%;
  }
  .pt_order-confirmation .order-history-header button {
    font-size: 1em;
    padding: 0.25em;
  }
  .pt_order-confirmation .page-content-tab-navigaton button {
    width: 100%;
  }
  .pt_order-confirmation .pt_gift-registry .add-gift-cert p {
    width: 100%;
  }
  .pt_order-confirmation .pt_gift-registry .create-new-registry {
    overflow: hidden;
  }
  .pt_order-confirmation .pt_gift-registry .create-new-registry p {
    display: none;
  }
  .pt_order-confirmation .pt_gift-registry .item-list {
    width: 98%;
  }
  .pt_order-confirmation .pt_gift-registry .item-list th {
    display: none;
  }
  .pt_order-confirmation .order-shipment-table .section-header {
    font-size: 0.9em !important;
    padding: 0.3em;
  }
  .pt_order-confirmation table.item-list .section-header,
  .pt_order-confirmation .order-shipment-table .section-header {
    background-image: none;
  }
  .pt_order-confirmation table.item-list .item-image,
  .pt_order-confirmation table.item-list .item-details,
  .pt_order-confirmation table.item-list .item-availability,
  .pt_order-confirmation table.item-list .item-dashboard {
    display: inline-block;
  }
  .pt_order-confirmation table.item-list .item-image {
    width: 30%;
  }
  .pt_order-confirmation table.item-list .item-details {
    width: 50%;
  }
  .pt_order-confirmation table.item-list .item-availability,
  .pt_order-confirmation table.item-list .item-dashboard {
    width: 97%;
  }
  .pt_order-confirmation table.item-list .delete-registry {
    text-align: center;
  }
  .pt_order-confirmation .list-table-header {
    padding: 1em !important;
  }
  .pt_order-confirmation .list-table-header .button, .pt_order-confirmation .list-table-header .button-fancy-large {
    display: block;
    margin: 20px 0;
    width: 196px;
  }
  .pt_order-confirmation .list-table-header p {
    display: none;
  }
  .pt_order-confirmation .list-table-header button {
    display: block;
    width: 260px;
  }
  .pt_order-confirmation .home-bottom-left,
  .pt_order-confirmation .home-bottom-center {
    width: 100% !important;
  }
  .pt_order-confirmation .home-bottom-right {
    clear: both;
    float: none;
    width: 100% !important;
  }
  .pt_order-confirmation .home-bottom-right .product-tile {
    min-height: 0;
  }
  .pt_order-confirmation .product-tile .product-image {
    height: auto;
  }
  .pt_order-confirmation #email-alert-signup {
    margin: 0;
    width: 100%;
  }
  .pt_order-confirmation #email-alert-signup label {
    text-align: center;
    width: 100%;
  }
  .pt_order-confirmation #email-alert-signup input [type=text] {
    float: none;
    margin: 0;
    width: 50%;
  }
  .pt_order-confirmation #email-alert-signup input[type=image] {
    float: none;
    vertical-align: bottom;
  }
  .pt_order-confirmation .facebook-registration {
    left: -3px;
    position: relative;
    width: 100.7% !important;
  }
  .pt_order-confirmation .facebook-registration iframe {
    position: relative;
    width: 100.7% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-tile .pr_stars {
    left: 40px;
  }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 10px;
  }
  .wide-tiles .product-tile .product-image {
    width: 38%;
  }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span iframe {
    position: relative;
    width: 100% !important;
  }
  #preferred-store-panel input[type=text] {
    width: 49.5966%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .ui-dialog .ui-dialog-content {
    height: auto !important;
    overflow: visible;
  }
  .scrollable {
    height: auto;
  }
  /*  ul.search-result-items {
        .new-row {
            clear: none;
        }
        .grid-tile {
            width: 41.5%;
        }
    }*/
  table .section-header {
    font-size: 1em;
  }
  #compare-table td .product-tile {
    width: 79px;
  }
  .pt_gift-registry .add-gift-cert p {
    width: auto;
  }
  #cart-table .item-user-actions {
    width: auto;
  }
  #cart-table .item-total .promo-adjustment {
    width: 77px;
  }
  .home-bottom-right .product-tile {
    min-height: 0;
  }
  #email-alert-signup {
    margin: 0;
    width: 100%;
  }
  #email-alert-signup label {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  #email-alert-signup input[type=text] {
    width: 73%;
  }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span iframe {
    position: relative;
    width: 100% !important;
  }
}
.fast-time-icon {
  width: 60px;
  height: 28px;
  display: block;
  margin: 3px 5px 0 0;
  padding: 0;
  position: relative;
  background: url("https://i8.amplience.net/i/aarons/Express-Icons3x1?qlt=80") no-repeat center;
  background-size: cover;
}

.fast-time-icon-re {
  width: 28px;
  height: 15px;
  display: inline-block;
  margin: 3px 5px 0 0;
  padding: 0;
  position: relative;
  background: url("https://i8.amplience.net/i/aarons/Express-Icons3x1?qlt=80") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  #preferred-store-panel input[type=text] {
    width: 49.5966%;
  }
}
#pdpMain #pointer {
  height: 41px;
}

@media print {
  .pt_order-confirmation .menu-utility-user,
  .pt_order-confirmation .menu-utility,
  .pt_order-confirmation .header-banner,
  .pt_order-confirmation #navigation {
    display: none;
  }
}
.address-validation-dialog p {
  clear: both;
}
.address-validation-dialog col-2.select-addrs {
  float: right;
  width: auto;
}
.address-validation-dialog .center {
  width: 81%;
  height: auto;
  float: left;
  margin-left: 0;
}
.address-validation-dialog .addresses-section h2 {
  float: left;
}
.address-validation-dialog .addresses-section a.gray-button {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #cccccc #cccccc #D0D0D0;
  border-style: solid;
  border-width: 1px 1px 4px;
  color: #3EBAEA;
  cursor: pointer;
  display: inline;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.6em 2em 0.5em;
  text-align: center;
  float: left;
  outline: none;
}
.address-validation-dialog .addresses-section .edit-address-button {
  float: left;
  clear: both;
}
.address-validation-dialog .addresses-section .center {
  margin-left: 0;
}
.address-validation-dialog .original-address.left-pane {
  clear: both;
  float: left;
  padding: 10px;
  background-color: #EEEEEE;
  min-height: 100px;
  width: 380px;
  border: 1px solid #999999;
  margin-bottom: 20px;
  border-radius: 7px;
}
.address-validation-dialog .original-address.left-pane .button, .address-validation-dialog .original-address.left-pane .button-fancy-large {
  float: right;
}
.address-validation-dialog .suggested-addresses.origin {
  clear: both;
  float: left;
  padding: 10px;
  background-color: rgba(208, 231, 171, 0.48);
  min-height: 100px;
  width: 380px;
  border: 1px solid #008000;
  margin-bottom: 35px;
  border-radius: 7px;
}
.address-validation-dialog .suggested-addresses.origin .edit-address-button.col-1 {
  width: auto;
}
.address-validation-dialog .suggested-address-text p {
  color: #008000;
}

.backInStockNotification {
  clear: both;
  width: 100%;
}
.backInStockNotification .emailNotificationUI {
  float: left;
  width: 50%;
}
.backInStockNotification .bisnemail {
  width: 100%;
  padding: 7px;
}
.backInStockNotification label {
  line-height: 32px;
}

.pdp-main .backInStockNotification .bisnButton {
  margin: 0;
  position: relative;
  top: 37px;
  left: 22px;
  float: left;
  width: 20%;
  height: 31.5px;
}

.backInStockNotification .error {
  display: inline;
}

.backInStockNotification .bisnemailnstatus {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .backInStockNotification .emailNotificationUI {
    float: none;
  }
  .pdp-main .backInStockNotification .bisnButton {
    top: 0;
    left: 0;
    margin-top: 10px;
    width: 50%;
  }
}
.email-subscribe {
  width: 50%;
  margin: 0 auto;
  clear: both;
  float: left;
}
.email-subscribe .form-row {
  float: left;
  width: 75%;
}
.email-subscribe .form-row label {
  width: auto;
}
.email-subscribe .form-row input {
  width: 75%;
}
.email-subscribe .form-row span.error {
  float: left;
  margin: 0px;
  margin-left: 50px;
}
.email-subscribe .submitEmail {
  float: left;
}

.subscribe-success {
  text-align: center;
  padding: 40px 0px;
}

.emailsubscription .day span.error,
.emailsubscription .year span.error,
.emailsubscription .month span.error {
  display: none !important;
}

.custom-sofa {
  display: inline-block;
  width: 100%;
}

.custom-sofa .cust-product-desc {
  padding: 0 4.7%;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .custom-sofa .cust-product-desc {
    /*	padding: 0; */
    text-align: center;
  }
}
.custom-sofa .bottom-content-main {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .custom-sofa .bottom-content-main {
    width: 100%;
  }
}
.custom-sofa .bottom-content-main .info-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.custom-sofa .bottom-content-main .section {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.custom-sofa .bottom-content-main .section .desc {
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: justify;
}
.custom-sofa .bottom-content-main .section .desc img {
  float: left;
  text-align: center;
  width: 25%;
  padding-right: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .custom-sofa .bottom-content-main .section .desc img {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .custom-sofa .bottom-content-main .section .desc {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.custom-sofa .bottom-content-main .section.section2 .desc {
  float: left;
  padding: 0;
  box-sizing: border-box;
  box-sizing: border-box;
}
.custom-sofa .bottom-content-main .section.section2 .desc img {
  float: right;
  padding: 0 0 0 3%;
}
@media screen and (max-width: 767px) {
  .custom-sofa .bottom-content-main .section.section2 .desc img {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .custom-sofa .bottom-content-main .section.section2 .desc {
    padding: 0 5%;
    width: 100%;
  }
}
.custom-sofa .wrap-cart-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .custom-sofa .wrap-cart-button {
    margin-top: 50px;
  }
}
.custom-sofa .wrap-cart-button .next-step {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.custom-sofa .wrap-cart-button .add-cartbtn {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
.custom-sofa .wrap-cart-button .add-cartbtn.email {
  margin-right: 1%;
  width: 225px;
}
@media screen and (max-width: 767px) {
  .custom-sofa .wrap-cart-button .add-cartbtn.email {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.custom-sofa .wrap-cart-button .add-cartbtn.findstore {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .custom-sofa .wrap-cart-button .add-cartbtn.findstore {
    width: 100%;
  }
}
.custom-sofa .wrap-cart-button .add-cartbtn span {
  width: 100%;
  float: left;
  text-align: left;
}
.custom-sofa .wrap-cart-button .add-cartbtn span.fpo {
  font-weight: 600;
  text-transform: uppercase;
}
.custom-sofa .wrap-cart-button .add-cartbtn .button-border {
  height: 60px;
}
.custom-sofa .wrap-cart-button .add-cartbtn .button, .custom-sofa .wrap-cart-button .add-cartbtn .button-fancy-large {
  padding: 16px;
  line-height: 20px;
  height: 52px;
  border: none;
}
.custom-sofa .primary-content, .custom-sofa .additional-info-bottom {
  padding: 0 4.76%;
  box-sizing: border-box;
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}
.custom-sofa .additional-info-bottom {
  margin-top: 0;
}
.custom-sofa .pdp-main .product-col-2 {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.custom-sofa .product-variations .attribute, .custom-sofa .product-options .attribute {
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
  box-sizing: border-box;
}
.custom-sofa .product-variations .attribute .fabric-label, .custom-sofa .product-options .attribute .fabric-label {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.custom-sofa .product-variations .attribute .value, .custom-sofa .product-options .attribute .value {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.custom-sofa .product-variations .attribute .value .selected-value, .custom-sofa .product-options .attribute .value .selected-value {
  display: none;
}
.custom-sofa .product-variations .swatches li a, .custom-sofa .product-options .swatches li a {
  border: 5px solid transparent;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .custom-sofa .product-variations .swatches li a:hover, .custom-sofa .product-options .swatches li a:hover {
    border: 5px solid #142667;
  }
}
.custom-sofa .product-variations .swatches li.selected a, .custom-sofa .product-options .swatches li.selected a {
  border: 5px solid #142667;
}
.custom-sofa .product-variations .swatches li .selectable-value, .custom-sofa .product-options .swatches li .selectable-value {
  text-align: center;
}
.custom-sofa .product-variations .swatches.frame, .custom-sofa .product-options .swatches.frame {
  padding: 0 10%;
  box-sizing: border-box;
}
.custom-sofa .product-variations .swatches.frame li, .custom-sofa .product-options .swatches.frame li {
  width: 48%;
}
.custom-sofa .product-variations .swatches.frame li:first-child, .custom-sofa .product-options .swatches.frame li:first-child {
  margin-right: 1.5%;
}
.custom-sofa .product-variations .swatches.pillow li, .custom-sofa .product-variations .swatches.fabric li, .custom-sofa .product-options .swatches.pillow li, .custom-sofa .product-options .swatches.fabric li {
  width: 160px;
}
.custom-sofa .pdp-main .product-primary-image {
  display: block;
  margin-bottom: 0;
}

.ui-dialog.email-sofa {
  padding: 20px;
  box-sizing: border-box;
}
.ui-dialog.email-sofa .ui-dialog-title {
  margin: 0;
}
.ui-dialog.email-sofa .ui-dialog-titlebar-close {
  padding: 0;
  top: -10px;
  right: 10px;
  width: 18px;
  height: 20px;
  float: left;
}
.ui-dialog.email-sofa .ui-dialog-titlebar-close .ui-icon-closethick {
  background-position: -359px -305px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
  padding: 0;
}
.ui-dialog.email-sofa .ui-dialog-titlebar-close:hover .ui-icon-closethick {
  background-position: -421px -302px;
}
.ui-dialog.email-sofa .button-border {
  float: right;
}
.ui-dialog.email-sofa .button-border .bgcolor {
  border: none;
  padding: 10px 20px;
  font-size: 14px;
}
.ui-dialog.email-sofa .desx-text {
  margin-top: 30px;
}
.ui-dialog.email-sofa .form-row span.error {
  color: #af071a;
  text-align: left;
  background: url(../images/aarons_sprite_img.png) -478px -416px no-repeat transparent;
  width: 95%;
  height: 19px;
  float: left;
  margin-top: 5px;
  padding: 0 0 0 28px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  border: 0 none;
}
.ui-dialog .form-row input[type=text] {
  height: 60px;
  border: 1px solid #142667;
  padding-left: 18px;
  color: #404040;
  border-radius: 0;
  font-size: 14px;
  padding: 14px 20px;
  line-height: 18px;
}
.ui-dialog .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;
  display: none;
}
.ui-dialog .form-row.show-floating-label label {
  display: block;
  padding-top: 16px;
}
.ui-dialog .form-row.show-floating-label label .required-indicator {
  vertical-align: -webkit-baseline-middle;
  color: #af071a;
}
.ui-dialog .form-row.show-floating-label input::-webkit-input-placeholder {
  color: transparent;
}
.ui-dialog .form-row.show-floating-label input::-moz-placeholder {
  color: transparent;
}
.ui-dialog .form-row.show-floating-label input:-ms-input-placeholder {
  color: transparent;
}
.ui-dialog .form-row.show-floating-label input[type=text] {
  padding: 18px 20px 0 20px;
}
.ui-dialog p.mail-success {
  margin-top: 30px;
  font-size: 18px;
}

/* VARIANT SWATCHES PDP */
.tmpImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.oos-line {
  width: 43px;
  height: 43px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 47%, rgb(255, 255, 255) 48%, rgb(255, 255, 255) 49%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 51%, rgb(255, 255, 255) 52%, rgb(255, 255, 255) 53%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
}

.swatches-box {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  height: 50px;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.swatches-box img {
  width: 100%;
  height: 100%;
}
.swatches-box li {
  float: left;
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-left: 5px;
}
.swatches-box li a {
  display: block;
  position: relative;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}
.swatches-box li.selected a {
  border-color: #0069C8;
}

.selectable a.swatchanchor:focus {
  outline: none !important;
}

.selectable a:hover {
  border-color: #e8e8e8 !important;
}

.selected a:hover {
  border-color: #0069C8 !important;
}

.selectable.selected a.swatchanchor {
  cursor: default !important;
}

.selectable a:focus, .selectable a:active {
  border: 2px solid #0069C8 !important;
  opacity: 0.75 !important;
}

.selectable a img {
  border-radius: 4px;
  width: 45px;
  height: 45px;
  margin: 1px 0 2px 1px;
}

.selected-value {
  border: 0 none;
  color: #404040;
  font-weight: bold;
  width: 250px !important;
  margin-left: 5px;
  font-weight: 600;
}

.selected-value-box-title {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 12px;
}

.product-variations-box {
  font-size: 15px;
  display: block;
  clear: both;
  margin: 20px 0;
  padding: 0; /* 0 0 0 .5rem; */
  height: 120px;
}

.selected-value-box {
  display: block;
  margin-bottom: 7px;
  width: 320px;
  float: left;
  clear: both;
  position: relative;
  color: #404040;
}

.selected-value-title, .selected-value {
  display: inline;
  float: left;
  clear: right;
}

@media screen and (max-width: 768px) {
  .product-variations-box {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .selected-value {
    margin-left: 5px;
    width: 250px !important;
  }
}
/* non-color variant */
.variants-pdp,
.product-swatches-all.non-swatches-all,
.swatch-toggle.non-swatch-list,
.non-swatches-box.color {
  display: block;
  float: left;
  clear: both;
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

.variants-pdp {
  margin: 15px 0;
}

.product-swatches-all.non-swatches-all .non-swatches-box li {
  width: auto;
}

.non-swatches-box li {
  float: left;
  clear: right;
  margin-right: 8px;
}

.non-swatch-item, .cross-sell-item {
  display: block;
  position: relative;
  float: left;
  clear: right;
  font-weight: 400;
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  border-color: #ccc;
  color: #404040;
  text-align: center;
  font-size: 1em;
  padding: 8px 16px; /* 6px 11px 6px 9px; */
  margin: 10px 4px 4px 4px;
}
.non-swatch-item .oos-line, .cross-sell-item .oos-line {
  display: none;
  width: 100%;
  height: 100%;
}
.non-swatch-item.isOOS-product, .cross-sell-item.isOOS-product {
  background-color: #eeeeee;
  border-color: #eeeeee !important;
  overflow: visible;
}
.non-swatch-item.isOOS-product:before, .cross-sell-item.isOOS-product:before {
  content: " ";
  width: 116%;
  height: 116%;
  position: absolute;
  left: -8%;
  top: -8%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0.85) 48%, rgba(255, 255, 255, 0.85) 49%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 51%, rgba(255, 255, 255, 0.85) 52%, rgba(255, 255, 255, 0.85) 53%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
}
.non-swatch-item.isOOS-product:hover, .cross-sell-item.isOOS-product:hover {
  padding: 8px 16px !important;
  border-width: 1px !important;
}
.non-swatch-item.isOOS-product.selected:hover, .cross-sell-item.isOOS-product.selected:hover {
  padding: 7px 15px !important;
  border-width: 2px !important;
}

.non-swatch-item.selected {
  border-color: #0069c8 !important;
  border-width: 2px !important;
  padding: 7px 15px !important;
}

.non-swatch-item.selected.isOOS-product {
  border-color: #0069c8 !important;
}

.non-swatch-item.selected.isOOS-product:hover {
  border-color: #0069c8 !important;
}

.non-swatch-item:hover,
.cross-sell-item:hover,
.selectable a.non-swatch-item:hover,
.selectable a.cross-sell-item:hover {
  border-color: #808080 !important;
  color: #404040 !important;
}
.non-swatch-item:hover.isOOS-product,
.cross-sell-item:hover.isOOS-product,
.selectable a.non-swatch-item:hover.isOOS-product,
.selectable a.cross-sell-item:hover.isOOS-product {
  border-color: #eee !important;
}
.non-swatch-item:hover.selected,
.cross-sell-item:hover.selected,
.selectable a.non-swatch-item:hover.selected,
.selectable a.cross-sell-item:hover.selected {
  border-color: #0069C8 !important;
}
.non-swatch-item:hover.isOOS-product.selected,
.cross-sell-item:hover.isOOS-product.selected,
.selectable a.non-swatch-item:hover.isOOS-product.selected,
.selectable a.cross-sell-item:hover.isOOS-product.selected {
  border-color: #0069C8 !important;
}

@media screen and (max-width: 800px) {
  .cross-sell-item,
  .cross-sell-item:hover,
  .cross-sell-item:active,
  .selectable a.cross-sell-item,
  .selectable a.cross-sell-item:hover,
  .selectable a.cross-sell-item:active,
  .cross-sell-item,
  .cross-sell-item:active,
  .cross-sell-item:hover,
  .non-swatch-item,
  .non-swatch-item:hover,
  .non-swatch-item:active,
  .selectable a.non-swatch-item,
  .selectable a.non-swatch-item:hover,
  .selectable a.non-swatch-item:active,
  .non-swatch-item,
  .non-swatch-item:active,
  .non-swatch-item:hover {
    padding: 16px !important;
    margin-bottom: 16px;
  }
  .non-swatches-box.color {
    display: flex;
    float: left;
    clear: both;
    /* width: auto; */
    position: relative;
    margin: 0 0 16px 0; /*0 0 16px 16px; */
    padding: 0 0 10px 0; /* 0 20px 10px 0; */
    overflow-x: scroll;
    list-style-type: none;
    max-height: 93px; /* 83px; */
    white-space: nowrap;
    width: 100vw; /* 90vw; */
  }
  .non-swatches-box li {
    display: inline !important;
    float: left;
    clear: right;
    margin-right: 8px;
    /* white-space: nowrap; */
  }
  .non-swatches-box li:first-child {
    margin-left: 12px;
  }
  .non-swatches-box li:last-child, .non-swatches-box .cross-sell-cell:last-child {
    margin-right: 12px;
  }
  .product-variations-box {
    padding-left: 0;
  }
  .selected-value-box.non-swatches {
    padding-left: 16px;
  }
}
.cross-sell-item.selected:hover,
.non-swatch-item.selected:hover {
  border-color: #0069c8 !important;
}

.non-swatches-box .selectable a img {
  display: none !important;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.swatchanchor.non-swatch-item.selected:hover {
  color: #000;
}

.non-swatch-item.selected:hover {
  cursor: default;
}

.selected-value-box.non-swatches .selected-value {
  float: initial;
}

.swatchanchor.non-swatch-item.selected:hover {
  cursor: default !important;
}

.cross-sell-item,
.non-swatch-item {
  border-color: #808080;
  transition: border-color 0.8s ease;
  -webkit-transition: border-color 0.8s ease;
  -moz-transition: border-color 0.8s ease;
  -o-transition: border-color 0.8s ease;
  transition: border-color 0.8s ease;
}

.cross-sell-item {
  padding: 16px;
}

.cross-sell-item:hover {
  border-width: 2px;
  padding: 15px;
}

.non-swatch-item:hover, .selectable a.non-swatch-item:hover {
  border-width: 2px;
  padding: 7px 15px !important;
}

#cross-sells-box {
  width: 100%;
  float: left;
  clear: both;
}

#pdp-cross-sells-box {
  padding-top: 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 460px) {
  #pdp-cross-sells-box {
    margin-left: 4.83%;
    margin-right: 4.83%;
  }
}
@media screen and (min-width: 769px) {
  #pdp-cross-sells-box {
    left: -4px;
  }
}
#pdp-cross-sells-box {
  /*
  	@media screen and (max-width: 768px) {
  		 padding-left: 16px;
  		 padding-right: 16px;
  		}
  	@media screen and (min-width: 769px) {
  		 padding-left: 0;
  		 padding-right: 0;
  		}
  */
}

/* end #pdp-cross-sells-box */
#crossSell-title {
  font-weight: 600;
  position: relative;
  font-size: 16px; /* 1.3em; */
  order: 1;
}
@media screen and (max-width: 768px) {
  #crossSell-title {
    padding: 10px 0 0 16px;
  }
}
@media screen and (min-width: 769px) {
  #crossSell-title {
    padding: 10px 0 0 4px;
  }
}
#crossSell-title.multi-cross-sells {
  padding: 10px 0 0 16px;
}

#cross-sells-box {
  /* width: auto !important; */
  order: 3;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  min-width: 100%;
}
#cross-sells-box.multi-cross-sells {
  overflow-x: scroll;
}

.multi-cross-sells .cross-sell-item.verticalCs {
  width: 135px;
}

#pdp-cross-sells {
  position: relative;
  float: left;
}
@media screen and (max-width: 768px) {
  #pdp-cross-sells {
    padding: 10px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  #pdp-cross-sells {
    padding: 10px 10px 0 0;
  }
}
#pdp-cross-sells .cross-sell-cell {
  position: relative;
  display: block;
  float: left;
}
#pdp-cross-sells .cross-sell-cell .tooltip:hover {
  opacity: 1;
}
#pdp-cross-sells .cross-sell-cell .tooltip {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 999;
  top: 17px;
  right: 12px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  opacity: 0.85;
}
#pdp-cross-sells .cross-sell-cell .tooltip .info-tip {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pdp-cross-sells a.verticalCs .cross-sell-image {
  display: block;
  clear: both;
}
#pdp-cross-sells {
  /*
  		#crossSell-title {
  		display: block;
  		font-weight:500;
  		text-align: center;
  		clear: both;
  		margin:0 auto;
  		padding:0;
  		position: relative;
  		}
  */
}
#pdp-cross-sells .cross-sell-item .cross-sell-text {
  padding-left: 8px;
  padding-right: 8px;
}
#pdp-cross-sells .cross-sell-item .cross-sell-copy, #pdp-cross-sells .cross-sell-item .cross-sell-type {
  clear: both;
  font-size: 1em;
  line-height: 1.4em;
}
#pdp-cross-sells .cross-sell-item.horizontalCs .cross-sell-copy, #pdp-cross-sells .cross-sell-item.horizontalCs .cross-sell-type {
  display: inline-block;
}
#pdp-cross-sells .cross-sell-item.verticalCs {
  /*	width:135px; */
}
#pdp-cross-sells .cross-sell-item.verticalCs .cross-sell-copy, #pdp-cross-sells .cross-sell-item.verticalCs .cross-sell-type {
  display: block;
}

.verticalCs {
  padding: 8px;
}

.verticalCs:hover {
  /* padding: 15px 9px 0 9px; */
}
@media screen and (min-width: 1024px) {
  .verticalCs:hover {
    /* padding: 7px 15px !important; */
    padding: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .verticalCs:hover {
    /* padding: 15px 15px 7px 15px !important; */
    padding: 15px !important;
  }
}

/* No image cross-sells  */
.multi-cross-sells .pdp-cross-sells {
  padding: 10px 10px 10px 16px !important;
}

.multi-cross-sells .verticalCs {
  padding: 8px;
}

.multi-cross-sells .verticalCs:hover {
  /* padding: 15px 9px 0 9px; */
  padding: 7px;
}
@media screen and (min-width: 1024px) {
  .multi-cross-sells .verticalCs:hover {
    padding: 7px !important;
  }
}
@media screen and (max-width: 768px) {
  .multi-cross-sells .verticalCs:hover {
    padding: 7px !important;
  }
}

.tooltip:focus {
  border-radius: 18px;
}

.tooltip {
  border-radius: 18px;
}

.pdp-main .info-tip {
  margin: 0;
  top: 0;
}

/* Cross-sell cont. */
.cross-sell-item {
  background: #fff;
}

.bundles {
  background-color: #EDF0F2;
}

.crossSell-title {
  position: relative;
  font-size: 16px; /* 1.3em; */
  order: 1;
}

.whats-included-crosssells {
  clear: both;
  display: block;
  width: 100%;
  text-decoration: underline;
  order: 2;
  font-size: 1.2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .whats-included-crosssells {
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .whats-included-crosssells {
    padding: 0 0 0 4px;
  }
}

.cross-sell-clickthrough-link {
  text-decoration: underline;
  order: 4;
}
@media screen and (min-width: 769px) {
  .cross-sell-clickthrough-link {
    margin: 10px 0 0 4px; /* 0 0 16px 16px; */
  }
}
@media screen and (max-width: 768px) {
  .cross-sell-clickthrough-link {
    margin: 0 0 0 16px;
  }
}

.cross-sell-clickthrough-link, .cross-sell-tooltip {
  font-size: 14px;
  font-weight: 600;
}

.cross-sell-tooltip-content {
  display: none;
}

.cross-sell-tooltip-content.shown::before {
  content: "";
  position: fixed;
  left: -9999px !important;
  right: -9999px !important;
  top: -9999px !important;
  bottom: -9999px !important;
  background: rgba(51, 51, 51, 0.4);
}

.cross-sell-tooltip-content.shown {
  box-shadow: 0 0 4px 0 #bababa;
  display: block;
  position: absolute;
  z-index: 999999999;
  background-color: #fff;
  height: auto;
  bottom: auto !important;
  z-index: 99999;
}

.cross-sell-box {
  width: 100%;
  display: table;
  background: #fff;
  position: relative;
  z-index: 9999999;
  height: 100%;
  font-size: 16px; /* 1em; */
  border: 1px solid #8C8C8C;
  color: #404040;
}

.cross-sell-tooltip-content {
  display: none;
}

.whats-included-item {
  margin: 3px 0 6px 16px; /* 3px 0 6px 12px; */
  position: relative;
  float: left;
  clear: both;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
}

.whats-included-item.first-included {
  margin: 16px 0 6px 16px !important;
  background: #fff;
}

.whats-included-item-content {
  padding: 0 0 8px 5px;
  display: block;
  position: relative;
  float: left;
  clear: both;
}

.whats-included-item-content, .whats-included-item-content * {
  font-size: 14px !important;
  color: #404040;
}

.whats-included-item-content div,
.whats-included-item-content span,
.whats-included-item-content p,
.whats-included-item-content li {
  display: list-item;
  list-style: initial;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1.3em;
}

.whats-included-modal-title {
  font-size: 1.3em;
  padding: 10px 0;
  display: block;
  width: 96%;
  margin: 10px 2% 0 2%;
  clear: none;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  color: #404040;
}

.whats-included-modal-title .amp-viewer-kit .icon.close {
  margin: 0;
}

.whats-included-modal-title span {
  padding: 3px 0 0 0;
  display: block;
  clear: none;
  float: left;
  font-weight: 600;
}

.cross-sell-close {
  float: right;
  clear: none;
}

.cross-sell-box .icon:before {
  content: none !important;
}

.whats-included-item-title {
  position: relative;
  float: left;
  clear: both;
  font-weight: 500;
}

.cross-sell-box .icon {
  width: 32px;
  height: 32px;
}

.close-cross-sells-link {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  background: #FFFFFF;
  border: 2px solid #1650A8;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #1650A8;
  display: block;
  padding: 1.25em 2.5em;
  transition-duration: 50ms;
  letter-spacing: 2px;
  float: left;
  clear: both;
  width: 90%;
  margin: 5%;
}
@media screen and (max-width: 768px) {
  .close-cross-sells-link {
    position: absolute;
    bottom: 0px;
  }
}

.close-cross-sells-link:hover {
  color: #FFFFFF;
  background-color: #1650A8 !important;
}

#pdp-cross-sells .cross-sell-cell {
  display: inline !important;
  float: left;
  clear: right;
}

.pdp-cross-sells-box-inner {
  /* width: max-content; */
  display: inline-flex;
}

#pdp-cross-sells .pdp-crosssells-flex {
  display: flex;
  float: inherit;
  flex-wrap: wrap;
}
@media screen and (max-width: 799px) {
  #pdp-cross-sells .pdp-crosssells-flex {
    flex-direction: column;
  }
}
#pdp-cross-sells .pdp-crosssells-flex .cross-sell-cell {
  display: flex !important;
}
@media screen and (max-width: 799px) {
  #pdp-cross-sells .pdp-crosssells-flex .cross-sell-cell {
    display: inline !important;
  }
}
#pdp-cross-sells .pdp-crosssells-flex .cross-sell-cell .cross-sell-item {
  height: auto !important;
}
@media screen and (max-width: 799px) {
  #pdp-cross-sells .pdp-crosssells-flex .cross-sell-cell .cross-sell-item {
    height: 82px !important;
  }
}

.scroll-click-left, .scroll-click-right {
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 4px;
  padding: 9px 10px;
  position: absolute;
  z-index: 1;
  background-color: #0069c8;
  top: 70px;
  color: #fff;
  border: 1px solid #0069c8;
  display: none;
}

.scroll-click-left:hover,
.scroll-click-right:hover {
  background: #0033A0; /* #fff; */
  color: #fff; /* #0069c8; */
  border: 1px solid #0033A0; /* #0069c8; */
}

.scroll-click-left {
  left: 3px;
}

.scroll-click-right {
  right: 3px;
}

.scroll-click-left span:before {
  content: " "; /* '<'; */
}

.scroll-click-right span:before {
  content: " "; /* '>'; */
}

.far.fa-angle-left,
.far.fa-angle-right {
  display: block;
  height: 12px;
  width: 9px;
}

.far.fa-angle-left {
  background: url(https://aarons.a.bigcontent.io/v1/static/chevron-left-solid-white) no-repeat;
  background-size: contain;
}

.far.fa-angle-right {
  background: url(https://aarons.a.bigcontent.io/v1/static/chevron-right-solid-white) no-repeat;
  background-size: contain;
}

/* Debug box */
.debug-box {
  position: relative;
  border: 1px solid #222;
  font-size: 10px;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin: 0;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #cross-sells-box.noScroll {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  #cross-sells-box.noScroll::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.payment-box-v2.no-bottom-margin,
.oos-email.no-bottom-margin {
  margin-bottom: 0 !important;
}

.cross-sell-item {
  display: table;
  border-radius: 4px;
  border-color: #9e9e9e;
}

.cross-sell-image {
  display: table-cell;
  vertical-align: middle;
}

.cross-sell-copy {
  display: table-cell !important;
  vertical-align: middle;
}

#pdp-cross-sells .cross-sell-item.verticalCs .cross-sell-copy {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .whats-included-modal-content {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    overflow-y: scroll;
  }
}
.whats-included-modal-content {
  border-bottom: 1px solid #ddd;
}

/* .cross-sell-item.first-cross-sell { margin-left: 0; } */
.no-bottom-padding {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .multi-cross-sells .cross-sell-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .multi-cross-sells .cross-sell-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cross-sell-cell:last-of-type a {
    margin-right: 12px !important;
    /*  background: red !important;
       	color: white !important; */
  }
}

@media screen and (max-width: 768px) {
  .cross-sell-cell:nth-of-type(1) a {
    margin-left: 16px !important;
  }
}
@media screen and (min-width: 769px) {
  .cross-sell-cell:nth-of-type(1) a {
    /* margin-left: 0 !important;  */
  }
}

@media screen and (max-width: 768px) {
  .multi-cross-sells .cross-sell-cell:nth-of-type(1) a {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .multi-cross-sells .cross-sell-cell:nth-of-type(1) a {
    margin-left: 0 !important;
  }
}

/* Cross-sell cont. end */
.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon {
  border-radius: 16px;
  border: 1px solid transparent;
}

.pdp-main .product-col-1 .favorite-icon {
  border-radius: 30px;
}

.pdp-main .product-col-2 .product-reviews-wrapper .favorite .favorite-icon:focus {
  border: 1px solid #2C70B8;
}

.pdp-main .product-col-1 .favorite-icon:focus {
  border: 1px solid #2C70B8;
}

.ui-tooltip {
  padding: 7px 8px 7px 15px !important;
  font-weight: 400 !important;
  color: #222 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #808080 !important;
}

/* Delvery Info */
#deliveryInfoBox {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 16px 0;
}
#deliveryInfoBox h2 {
  font-weight: 500;
  color: #404040;
  margin: 8px 0;
  font-size: 18px;
}
#deliveryInfoBox .deliveryMainMsg {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background-color: #F5F5F5;
  border-top: 1px solid #D8D8D8;
  border-radius: 0 0 4px 4px;
  padding: 8px 0;
}
#deliveryInfoBox .deliveryMainMsg p {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 8px;
  line-height: 28px;
}
#deliveryInfoBox .deliveryMainMsg p::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='23' viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.9998 9.64699C27.5576 9.64699 27.1998 10.0082 27.1998 10.4547V17.4059C27.1998 17.7711 26.9552 18.0919 26.6058 18.1868L16.7998 20.8689V9.64699C16.7998 9.20054 16.442 8.8393 15.9998 8.8393C15.5576 8.8393 15.1998 9.20054 15.1998 9.64699V20.8234L5.39478 18.1833C5.04478 18.1328 4.79978 17.8148 4.79978 17.4513V10.5001C4.79978 10.0537 4.44198 9.69242 3.99978 9.69242C3.55758 9.69242 3.19978 10.0537 3.19978 10.5001V17.4513C3.19978 18.5462 3.93178 19.5094 4.98128 19.7926L14.9713 22.4822C15.3048 22.57 15.6498 22.6155 15.9548 22.6155C16.2598 22.6155 16.6493 22.5697 16.9868 22.479L26.9768 19.7899C28.0698 19.5059 28.7998 18.5417 28.7998 17.4513V10.5001C28.7998 10.0508 28.4398 9.64699 27.9998 9.64699ZM31.9348 6.14363L29.5348 0.489791C29.3942 0.159294 29.0582 -0.0341986 28.7003 0.006186L15.9998 1.61551L3.29878 0.00517636C2.94128 -0.0347034 2.60528 0.158638 2.46478 0.488782L0.0647865 6.14262C-0.0289634 6.36191 -0.0203634 6.6128 0.0866615 6.82562C0.193711 7.03936 0.389011 7.19398 0.620161 7.24759L11.0202 9.67117C11.0798 9.68738 11.1398 9.69242 11.1998 9.69242C11.4482 9.69242 11.6865 9.57571 11.8398 9.36904L15.9998 3.76599L20.1598 9.32391C20.3148 9.57632 20.5498 9.69242 20.7998 9.69242C20.8592 9.69242 20.9201 9.68533 20.9795 9.67192L31.3795 7.24834C31.6107 7.19473 31.806 7.04011 31.913 6.82637C32.0198 6.6131 32.0298 6.3607 31.9348 6.14363ZM10.8748 7.98113L1.91228 5.89123L3.69828 1.68366L14.5333 3.05068L10.8748 7.98113ZM21.1248 7.98113L17.4648 3.0532L28.2998 1.68618L30.0858 5.89375L21.1248 7.98113Z' fill='%2300369D'/%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 9px;
  position: absolute;
  left: 8px;
}
#deliveryInfoBox .deliveryMainMsg span {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-weight: normal;
  line-height: initial;
}
#deliveryInfoBox .expressDeliveryMsg.deliveryMainMsg p::before {
  width: 45px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7532 0.835358H6.77493C6.50181 0.835358 6.23987 0.94324 6.04674 1.13527C5.85361 1.3273 5.74512 1.58776 5.74512 1.85933C5.74512 2.1309 5.85361 2.39136 6.04674 2.58339C6.23987 2.77542 6.50181 2.8833 6.77493 2.8833H27.7234V17.704H15.8671V19.7384H28.7532C28.8878 19.7402 29.0214 19.7154 29.1463 19.6654C29.2712 19.6154 29.3848 19.5413 29.4806 19.4473C29.5764 19.3533 29.6525 19.2413 29.7044 19.1178C29.7563 18.9943 29.7831 18.8618 29.7831 18.7279V1.85933C29.7831 1.58776 29.6746 1.3273 29.4814 1.13527C29.2883 0.94324 29.0264 0.835358 28.7532 0.835358Z' fill='%2300369D'/%3E%3Cpath d='M10.6367 17.677H6.77493C6.50181 17.677 6.23987 17.7849 6.04674 17.9769C5.85362 18.1689 5.74512 18.4294 5.74512 18.701C5.74511 18.8348 5.77183 18.9673 5.82375 19.0908C5.87567 19.2143 5.95174 19.3263 6.04755 19.4203C6.14336 19.5143 6.25699 19.5885 6.38186 19.6385C6.50673 19.6884 6.64033 19.7133 6.77493 19.7115H10.6367V17.677Z' fill='%2300369D'/%3E%3Cpath d='M18.9971 0H17.2085C16.6398 0 16.1787 0.458448 16.1787 1.02397V1.91321C16.1787 2.47874 16.6398 2.93718 17.2085 2.93718H18.9971C19.5659 2.93718 20.0269 2.47874 20.0269 1.91321V1.02397C20.0269 0.458448 19.5659 0 18.9971 0Z' fill='%2315BEF0'/%3E%3Cpath d='M18.1028 16.3028C16.6583 16.3028 15.2463 15.8769 14.0452 15.0789C12.8442 14.2809 11.9081 13.1468 11.3553 11.8198C10.8025 10.4928 10.6578 9.03263 10.9397 7.62392C11.2215 6.2152 11.9171 4.92122 12.9385 3.90559C13.9599 2.88997 15.2613 2.19832 16.678 1.91811C18.0947 1.6379 19.5632 1.78171 20.8978 2.33136C22.2323 2.88102 23.373 3.81182 24.1755 5.00607C24.978 6.20032 25.4064 7.60437 25.4064 9.04069C25.4028 10.9656 24.6322 12.8107 23.2633 14.1718C21.8944 15.533 20.0388 16.2992 18.1028 16.3028ZM18.1028 3.82651C17.0619 3.82385 16.0435 4.12852 15.1769 4.70191C14.3102 5.27531 13.6343 6.09162 13.2347 7.04739C12.835 8.00317 12.7298 9.05539 12.9322 10.0707C13.1346 11.086 13.6356 12.0187 14.3717 12.7506C15.1078 13.4826 16.0458 13.9807 17.067 14.182C18.0881 14.3833 19.1463 14.2786 20.1075 13.8813C21.0687 13.4839 21.8897 12.8118 22.4664 11.9501C23.043 11.0883 23.3494 10.0758 23.3467 9.04069C23.3432 7.65889 22.7895 6.33471 21.8069 5.35764C20.8242 4.38056 19.4925 3.83007 18.1028 3.82651Z' fill='%2315BEF0'/%3E%3Cpath d='M18.103 9.92994C18.597 9.92994 18.9974 9.53181 18.9974 9.0407C18.9974 8.54958 18.597 8.15146 18.103 8.15146C17.6091 8.15146 17.2087 8.54958 17.2087 9.0407C17.2087 9.53181 17.6091 9.92994 18.103 9.92994Z' fill='%2300369D'/%3E%3Cpath d='M18.1029 9.80871C17.8981 9.80871 17.7016 9.7278 17.5568 9.58377C17.4119 9.43975 17.3306 9.24441 17.3306 9.04073V4.58106C17.3306 4.37738 17.4119 4.18204 17.5568 4.03802C17.7016 3.89399 17.8981 3.81308 18.1029 3.81308C18.3067 3.81654 18.5011 3.89857 18.6452 4.04185C18.7893 4.18513 18.8718 4.37846 18.8753 4.58106V9.04073C18.8718 9.24333 18.7893 9.43666 18.6452 9.57994C18.5011 9.72322 18.3067 9.80524 18.1029 9.80871Z' fill='%2300369D'/%3E%3Cpath d='M20.6368 12.3281C20.5352 12.3311 20.4341 12.3122 20.3406 12.2726C20.247 12.2331 20.1632 12.1739 20.0948 12.0991L17.6151 9.57958C17.5413 9.51031 17.4825 9.42677 17.4423 9.3341C17.4021 9.24143 17.3813 9.14157 17.3813 9.04064C17.3813 8.93972 17.4021 8.83986 17.4423 8.74718C17.4825 8.65451 17.5413 8.57098 17.6151 8.50171C17.7596 8.36018 17.9543 8.28085 18.1571 8.28085C18.3599 8.28085 18.5546 8.36018 18.6991 8.50171L21.233 11.0212C21.3753 11.1649 21.4551 11.3585 21.4551 11.5602C21.4551 11.7618 21.3753 11.9554 21.233 12.0991C21.1575 12.1796 21.0646 12.2421 20.9614 12.2818C20.8581 12.3214 20.7471 12.3373 20.6368 12.3281Z' fill='%2300369D'/%3E%3Cpath d='M39.7968 10.5901L37.2494 6.38644C37.1603 6.23305 37.0318 6.10601 36.877 6.01839C36.7222 5.93078 36.5467 5.88574 36.3686 5.88792H28.7534C28.6182 5.88792 28.4843 5.91441 28.3594 5.96587C28.2344 6.01733 28.1209 6.09275 28.0253 6.18784C27.9296 6.28292 27.8538 6.3958 27.802 6.52004C27.7503 6.64427 27.7236 6.77743 27.7236 6.9119V18.701C27.7236 18.8349 27.7504 18.9674 27.8023 19.0909C27.8542 19.2144 27.9303 19.3264 28.0261 19.4204C28.1219 19.5144 28.2355 19.5885 28.3604 19.6385C28.4852 19.6885 28.6189 19.7133 28.7534 19.7115H31.1654V17.6771H29.8104V7.93587H35.8131L37.9404 11.3985V17.6771H36.7209V19.7115H38.916C39.0506 19.7133 39.1842 19.6885 39.3091 19.6385C39.434 19.5885 39.5476 19.5144 39.6434 19.4204C39.7392 19.3264 39.8153 19.2144 39.8672 19.0909C39.9191 18.9674 39.9459 18.8349 39.9459 18.701V11.1156C39.943 10.9305 39.8916 10.7494 39.7968 10.5901Z' fill='%2300369D'/%3E%3Cpath d='M13.55 23.0798C12.8452 23.0798 12.1562 22.872 11.5701 22.4826C10.9841 22.0932 10.5273 21.5398 10.2576 20.8923C9.98787 20.2449 9.9173 19.5324 10.0548 18.845C10.1923 18.1576 10.5317 17.5263 11.0301 17.0307C11.5285 16.5351 12.1635 16.1976 12.8548 16.0609C13.5461 15.9242 14.2626 15.9944 14.9138 16.2626C15.565 16.5308 16.1215 16.9849 16.5131 17.5677C16.9047 18.1504 17.1137 18.8355 17.1137 19.5363C17.1101 20.475 16.7335 21.3742 16.066 22.038C15.3984 22.7018 14.4941 23.0762 13.55 23.0798ZM13.55 18.0273C13.2493 18.0246 12.9546 18.1109 12.7032 18.275C12.4519 18.4392 12.2552 18.674 12.1383 18.9494C12.0214 19.2249 11.9894 19.5288 12.0464 19.8224C12.1034 20.116 12.2469 20.3861 12.4585 20.5985C12.6702 20.8109 12.9406 20.9559 13.2354 21.0153C13.5301 21.0746 13.836 21.0455 14.1141 20.9317C14.3922 20.8179 14.63 20.6245 14.7973 20.3761C14.9647 20.1276 15.0541 19.8353 15.0541 19.5363C15.0541 19.1384 14.8961 18.7566 14.6144 18.474C14.3327 18.1914 13.9502 18.0309 13.55 18.0273Z' fill='%2300369D'/%3E%3Cpath d='M33.8753 23.0798C33.1688 23.0878 32.4759 22.8868 31.8845 22.5023C31.2931 22.1179 30.83 21.5673 30.5541 20.9206C30.2781 20.2738 30.2017 19.5601 30.3346 18.8701C30.4675 18.1801 30.8036 17.5449 31.3004 17.0453C31.7971 16.5457 32.432 16.2042 33.1244 16.0641C33.8167 15.9241 34.5353 15.9919 35.1889 16.2589C35.8424 16.5258 36.4014 16.9799 36.7948 17.5635C37.1883 18.1471 37.3983 18.8337 37.3984 19.5363C37.3984 20.4691 37.0286 21.3644 36.369 22.0277C35.7095 22.6911 34.8134 23.0691 33.8753 23.0798ZM33.8753 18.0273C33.5752 18.0273 33.2818 18.1158 33.0322 18.2816C32.7826 18.4474 32.5881 18.6831 32.4732 18.9588C32.3584 19.2346 32.3283 19.538 32.3869 19.8307C32.4454 20.1234 32.59 20.3923 32.8022 20.6033C33.0145 20.8144 33.2849 20.9581 33.5793 21.0163C33.8737 21.0745 34.1788 21.0447 34.4561 20.9304C34.7334 20.8162 34.9704 20.6228 35.1372 20.3747C35.3039 20.1265 35.393 19.8348 35.393 19.5363C35.393 19.1361 35.2331 18.7523 34.9485 18.4693C34.6638 18.1863 34.2778 18.0273 33.8753 18.0273Z' fill='%2300369D'/%3E%3Cpath d='M12.195 7.08698H5.41993C5.1689 7.05821 4.93726 6.93866 4.76912 6.75109C4.60097 6.56352 4.50806 6.32102 4.50806 6.06975C4.50806 5.81848 4.60097 5.57598 4.76912 5.38841C4.93726 5.20084 5.1689 5.08129 5.41993 5.05251H12.195C12.3392 5.03598 12.4854 5.04996 12.6238 5.09354C12.7622 5.13711 12.8898 5.2093 12.9982 5.30536C13.1065 5.40141 13.1933 5.51918 13.2527 5.65091C13.312 5.78265 13.3427 5.92538 13.3427 6.06975C13.3427 6.21411 13.312 6.35685 13.2527 6.48859C13.1933 6.62032 13.1065 6.73808 12.9982 6.83414C12.8898 6.9302 12.7622 7.00239 12.6238 7.04596C12.4854 7.08954 12.3392 7.10352 12.195 7.08698Z' fill='%2315BEF0'/%3E%3Cpath d='M13.5502 14.6725H3.80764C3.53452 14.6725 3.27258 14.5646 3.07946 14.3725C2.88633 14.1805 2.77783 13.9201 2.77783 13.6485C2.77783 13.3769 2.88633 13.1165 3.07946 12.9244C3.27258 12.7324 3.53452 12.6245 3.80764 12.6245H13.5502C13.8233 12.6245 14.0852 12.7324 14.2784 12.9244C14.4715 13.1165 14.58 13.3769 14.58 13.6485C14.58 13.9201 14.4715 14.1805 14.2784 14.3725C14.0852 14.5646 13.8233 14.6725 13.5502 14.6725Z' fill='%2315BEF0'/%3E%3Cpath d='M4.06504 10.9538H1.02981C0.894574 10.9538 0.760661 10.9274 0.635719 10.8759C0.510777 10.8244 0.397251 10.749 0.301624 10.6539C0.205998 10.5588 0.130142 10.446 0.0783896 10.3217C0.0266368 10.1975 4.0156e-09 10.0643 4.0156e-09 9.92987C-1.19614e-05 9.79603 0.0267166 9.66352 0.0786337 9.54003C0.130551 9.41655 0.206622 9.30455 0.30243 9.21054C0.398239 9.11652 0.511875 9.04237 0.636742 8.99239C0.761608 8.94241 0.895217 8.91759 1.02981 8.91937H4.06504C4.199 8.91756 4.33197 8.94246 4.45609 8.9926C4.58021 9.04274 4.69297 9.11711 4.78771 9.2113C4.88244 9.3055 4.95723 9.41762 5.00766 9.54104C5.05808 9.66445 5.08312 9.79667 5.0813 9.92987C5.0831 10.0637 5.05813 10.1966 5.00787 10.3207C4.9576 10.4449 4.88303 10.5579 4.78848 10.6531C4.69393 10.7484 4.58129 10.824 4.4571 10.8757C4.33291 10.9273 4.19965 10.9539 4.06504 10.9538Z' fill='%2315BEF0'/%3E%3Cpath d='M11.7616 10.9538H7.15457C6.88144 10.9538 6.61951 10.846 6.42638 10.6539C6.23325 10.4619 6.12476 10.2014 6.12476 9.92987C6.12474 9.79603 6.15147 9.66352 6.20339 9.54003C6.25531 9.41655 6.33138 9.30455 6.42719 9.21053C6.52299 9.11652 6.63663 9.04237 6.7615 8.99239C6.88636 8.94241 7.01997 8.91759 7.15457 8.91937H11.7616C11.8962 8.91759 12.0298 8.94241 12.1547 8.99239C12.2795 9.04237 12.3932 9.11652 12.489 9.21053C12.5848 9.30455 12.6609 9.41655 12.7128 9.54003C12.7647 9.66352 12.7914 9.79603 12.7914 9.92987C12.7914 10.2014 12.6829 10.4619 12.4898 10.6539C12.2967 10.846 12.0347 10.9538 11.7616 10.9538Z' fill='%2315BEF0'/%3E%3Cpath d='M38.916 12.1261H32.1409C31.8831 12.116 31.6388 12.0087 31.4577 11.826C31.2765 11.6434 31.172 11.399 31.1653 11.1426C31.1653 11.0081 31.1919 10.875 31.2437 10.7507C31.2954 10.6265 31.3713 10.5136 31.4669 10.4185C31.5625 10.3235 31.6761 10.248 31.801 10.1966C31.9259 10.1451 32.0599 10.1186 32.1951 10.1186H38.9702C39.1054 10.1186 39.2393 10.1451 39.3642 10.1966C39.4892 10.248 39.6027 10.3235 39.6983 10.4185C39.794 10.5136 39.8698 10.6265 39.9216 10.7507C39.9733 10.875 40 11.0081 40 11.1426C39.9966 11.2789 39.9656 11.4131 39.9087 11.5371C39.8518 11.6612 39.7703 11.7725 39.669 11.8644C39.5677 11.9562 39.4488 12.0268 39.3194 12.0718C39.19 12.1168 39.0527 12.1353 38.916 12.1261Z' fill='%2300369D'/%3E%3C/svg%3E");
}
#deliveryInfoBox .expressDeliveryMsg.deliveryMainMsg p {
  padding-left: 58px;
}
#deliveryInfoBox .deliveryMainMsg p .delivery-loc {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  width: auto;
  display: inline;
  line-height: normal;
}
#deliveryInfoBox .deliveryMainMsg p .delivery-loc .location:before {
  content: none;
  background-image: none;
}
#deliveryInfoBox .deliveryStoreMsgContainer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  clear: both;
  margin-top: 16px;
  border-top: 1px solid #D8D8D8;
}
#deliveryInfoBox .deliveryInfoStoreMsg {
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  float: left;
  clear: both;
  line-height: 19px;
}
#deliveryInfoBox .expandedIsle.deliveryInfoStoreMsg {
  margin: 8px 0 0 0;
  padding-bottom: 0;
}
#deliveryInfoBox .deliveryInfoStoreMsg a {
  font-weight: 600;
}
#deliveryInfoBox .deliveryMainMsg .delivery-loc .zipcodesearch {
  font-size: 16px;
  color: #0069C8 !important;
}
#deliveryInfoBox .deliveryInfoStoreMsg a,
#deliveryInfoBox .pdp-main .deliveryMainMsg .delivery-loc .zipcodesearch {
  color: #0069C8;
  text-decoration: underline;
}
#deliveryInfoBox .deliveryMainMsg p .setMyLocNStoreLocBtn.zipcodesearch.zipcode-modal {
  display: inline;
  float: none;
  clear: none;
  line-height: 24px;
}

/* modal */
.delivery_modal {
  display: none;
}

.delivery_modal_close_container {
  cursor: pointer;
}

.delivery-info-content {
  display: none;
}

.delivery-info-box {
  width: 100%;
  display: table;
  background: #fff;
  position: relative;
  z-index: 9999999;
  height: auto; /* 100%; */
  font-size: 16px;
  border: 1px solid #8C8C8C;
  color: #404040;
}

@media screen and (max-width: 767px) {
  .deliveryInfoBox h2 {
    margin-left: 16px;
  }
  .deliveryMainMsg {
    width: auto;
    margin: 0 16px;
  }
  .delivery-info-content.shown {
    width: 100%;
    position: fixed !important;
    top: 0;
    height: 100% !important;
  }
  .delivery-info-box {
    height: 100% !important;
  }
  .close-delivery-info-link {
    position: absolute;
    bottom: 0;
  }
  .delivery-info-modal-content {
    overflow-y: scroll;
  }
  .delivery-info-modal-content p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .delivery-info-content.shown {
    width: 49.13%;
  }
}
.delivery-info-content.shown {
  position: absolute;
  box-shadow: 0 0 4px 0 #bababa;
  display: block;
  /* position: absolute; */
  position: fixed;
  z-index: 999999999;
  background-color: #fff;
  height: auto;
  bottom: auto !important;
  z-index: 99999;
  bottom: auto !important;
  right: auto !important;
  left: 50% !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.delivery-info-content.shown::before {
  content: "";
  position: fixed;
  left: -9999px !important;
  right: -9999px !important;
  top: -9999px !important;
  bottom: -9999px !important;
  background: rgba(51, 51, 51, 0.4);
}

.delivery-info-title-box {
  position: relative;
  width: 100%;
  padding: 16px 16px 0 16px;
  float: left;
  clear: both;
}

.delivery-info-modal-close-button-box {
  position: relative;
  width: 100%;
  padding: 0 16px 16px 16px;
  float: left;
  clear: both;
}
@media screen and (max-width: 768px) {
  .delivery-info-modal-close-button-box {
    position: absolute;
    bottom: 0;
    width: 99.9%;
  }
}

.delivery-info-title {
  font-weight: 600;
  font-size: 1.15em;
  padding: 0; /* 10px 0; */
  display: block;
  width: 100%; /* 96%; */
  margin: 0; /* 10px 3% 0 3%; */
  clear: none;
  float: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
  color: #404040;
}

.delivery-info-modal-content {
  margin-top: 16px;
  display: block;
  position: relative;
  float: left;
  clear: both;
}

.delivery-info-modal-content p {
  position: relative;
  font-weight: 300;
  padding: 0 16px; /* 0 3%; */
  font-size: 16px;
  line-height: 24px;
  float: left;
}

.delivery-info-modal-content p a {
  color: #0069C8;
  font-weight: 600;
  text-decoration: underline;
}

.delivery-info-title .amp-viewer-kit .icon.close {
  top: -8px;
  right: -8px;
  margin: 0;
}

.delivery-info-close {
  float: right;
  clear: none;
}

.delivery-info-close a {
  width: 32px;
  height: 32px;
}

.close-delivery-info-link {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  background: #FFFFFF;
  border: 2px solid #1650A8;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #1650A8;
  display: block;
  padding: 1.25em 2.5em;
  transition-duration: 50ms;
  letter-spacing: 2px;
  float: left;
  clear: both;
  width: 100%; /* 90%; */
  margin: 0; /* 5%; */
}
@media screen and (max-width: 768px) {
  .close-delivery-info-link {
    position: relative;
    /* bottom: 16px; */
  }
}

.close-delivery-info-link:hover {
  color: #FFFFFF;
  background-color: #1650A8 !important;
}

.choose-lease-plan {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.whats-included-header {
  font-size: 1rem;
}

#pdpMain .fav-and-add {
  clear: both;
}

/* Delvery Info end */
/* PDP Short Description */
h2.short-descriptoin-title {
  display: block;
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat,sans-serif; */
  color: #404040;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.12px;
  margin-bottom: 6px;
}

.short-description-box {
  display: block;
  position: relative;
  background-color: #ffffff;
  float: left;
  clear: both;
  width: 100%;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat,sans-serif; */
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.15px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.short-description-box p {
  display: block;
  float: left;
  clear: both;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat,sans-serif; */
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.15px;
}

.short-description-box p {
  margin: 0 0 16px 0;
}

.short-description-box ul {
  display: block;
  float: left;
  clear: both;
  text-indent: -20px;
  margin: 0 0 16px 20px;
}
.short-description-box ul li {
  display: list-item;
  float: left;
  clear: both;
}

.short-description-box ul li {
  font-size: 16px;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 24px;
}

@media (max-width: 768px) {
  h2.short-descriptoin-title {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: -0.12px;
    margin-bottom: 8px;
  }
  .short-description-box {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* PDP Short Description end */
/* PDP Drawers Redesign */
.container--info-drawers .info-drawers .info-drawer.one.redesign {
  border-bottom: 1px solid rgb(211, 211, 211) !important;
}

@media screen and (max-width: 767px) {
  .product-info1 {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .info-drawers1 {
    padding-bottom: 0;
  }
  .info-drawers2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  /*
  	.product-col-1.product-image-container,
  	.product-col-2.product-detail.redesign {
  	min-height: 350px;
  	}

  	.product-col-2.product-detail.redesign {
  	overflow-y: scroll;
  	overflow-x: hidden;
  	padding: 0 !important;
  	}

  	.product-col-2.product-detail.redesign::-webkit-scrollbar {
  	  display: none;
  	}
  	.product-col-2.product-detail.redesign {
  	  -ms-overflow-style: none;  
  	  scrollbar-width: none;  
  	}
  */
  .product-col-2.product-detail.redesign .wrap-col-2 {
    width: 100% !important;
  }
  .product-col-2.product-detail.redesign .container--info-drawers {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .product-col-2.product-detail.redesign .container--info-drawers {
    background-color: #fff;
    padding: 0 0 2rem 0;
  }
  .product-col-2.product-detail.redesign .container--info-drawers .info-drawers {
    padding: 0;
  }
}
.pdp-main .product-col-2.product-detail.redesign .product-info {
  padding-top: 32px;
}

.tab-faq-redesign {
  display: inline-block;
  text-align: left;
  margin-top: 2rem;
}

.tab-faq-redesign .faq-title-redesign {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
}

.tab-faq-redesign .faq-desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.tab-faq-redesign .faq-cont-redesign {
  width: 100%;
  float: left;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 14px;
  padding: 2px 0;
}

.info-drawer {
  position: relative;
}

.viewMoreBox.is-invisible,
.viewMoreContent.is-invisible,
.info-drawer.fullHeight .viewMoreBox,
.info-drawer.fullHeight .viewMoreContent {
  display: none !important;
  background-image: none !important;
}

.info-drawer.is-open .viewMoreBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 200px;
  display: block;
  bottom: 0;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  opacity: 1;
}

.info-drawer.is-open .viewMoreContent {
  cursor: pointer;
  display: table;
  margin: 135px auto 0 auto;
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #0069C8;
  font-weight: 600;
  border: 2px solid #0069C8;
  padding: 1em 2em;
  border-radius: 6px;
  z-index: 2;
  opacity: 1;
}

.product-image-container.hasStickOnScroll.stickOnScroll-on .amp-viewer-kit,
.product-image-container.hasStickOnScroll.stickOnScroll-on .preleased-banner {
  width: 90%;
}

.product-image-container.hasStickOnScroll.stickOnScroll-on .favorite-icon {
  right: 11%;
}

.pdp-main .product-info.product-info1 {
  position: relative;
}

.info-drawer.one.redesign.is-open .viewMoreBox {
  height: 70px;
}

.info-drawer.one.redesign.is-open .viewMoreContent {
  margin-top: 5px;
}

/* PDP Drawers Redesign end */
/* Chat & Call PDP redesign */
.help-text-redesign {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin: 0 0 11px 0;
  padding: 24px 0 32px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  text-align: center;
}
.help-text-redesign p {
  text-align: center;
  margin: 0 0 16px 0;
  color: rgb(64, 64, 64);
  font-size: 1rem;
}
.help-text-redesign a {
  cursor: pointer !important;
  display: inline-block;
  /* float:left; clear:right; */
  /* width: 40%; */
  width: 156px;
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #0069C8;
  font-weight: 600;
  border: 2px solid #0069C8;
  /* padding:  2em 1em; */
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 367px) {
  .help-text-redesign a {
    width: auto;
    font-size: 13px;
  }
}
.help-text-redesign a span {
  position: relative;
  letter-spacing: -0.65px;
  /* font-stretch: ultra-condensed; */
}
.help-text-redesign a span:before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 19px;
  left: -25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.help-text-redesign a.chat-redesign {
  margin: 0 2.5% 0 7.5%;
  padding: 14px 12px 14px 35px;
}
@media screen and (max-width: 900px) {
  .help-text-redesign a.chat-redesign {
    margin-left: 0 !important;
    padding-right: 10px !important;
  }
}
.help-text-redesign a.call-redesign {
  margin: 0 7.5% 0 2.5%;
  padding: 14px 19px 14px 36px;
}
@media screen and (max-width: 900px) {
  .help-text-redesign a.call-redesign {
    margin-right: 0 !important;
    padding-right: 10px !important;
  }
}
.help-text-redesign a.chat-redesign, .help-text-redesign a.chat-redesign.global-widget__button:hover {
  transform: none !important;
}
.help-text-redesign a.chat-redesign span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' preserveAspectRatio='none' style='overflow: visible; opacity: 1; mix-blend-mode: normal; width: 20px; height: 19px; '%3E%3Cg transform='translate(0, 0) rotate(0)'%3E%3Cpath style='stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(0, 105, 200);' d='M17.5,0h-15c-1.37891,0 -2.5,1.06504 -2.5,2.375v10.6875c0,1.30996 1.12109,2.375 2.5,2.375h3.75v3.11719c0,0.26348 0.22656,0.44531 0.46875,0.44531c0.09375,0 0.19141,-0.02598 0.27734,-0.08906l4.87891,-3.47344h5.625c1.37891,0 2.5,-1.06504 2.5,-2.375v-10.6875c0,-1.30996 -1.12109,-2.375 -2.5,-2.375zM18.75,13.0625c0,0.65312 -0.5625,1.1875 -1.25,1.1875h-6.04297l-0.33203,0.2375l-3.625,2.58281v-2.82031h-5c-0.6875,0 -1.25,-0.53438 -1.25,-1.1875v-10.6875c0,-0.65312 0.5625,-1.1875 1.25,-1.1875h15c0.6875,0 1.25,0.53438 1.25,1.1875zM5,6.82813c-0.51953,0 -0.9375,0.39707 -0.9375,0.89063c0,0.49355 0.41797,0.89063 0.9375,0.89063c0.51953,0 0.9375,-0.39707 0.9375,-0.89062c0,-0.49355 -0.41797,-0.89062 -0.9375,-0.89062zM10,6.82813c-0.51953,0 -0.9375,0.39707 -0.9375,0.89063c0,0.49355 0.41797,0.89063 0.9375,0.89063c0.51953,0 0.9375,-0.39707 0.9375,-0.89062c0,-0.49355 -0.41797,-0.89062 -0.9375,-0.89062zM15,6.82813c-0.51953,0 -0.9375,0.39707 -0.9375,0.89063c0,0.49355 0.41797,0.89063 0.9375,0.89063c0.51953,0 0.9375,-0.39707 0.9375,-0.89062c0,-0.49355 -0.41797,-0.89062 -0.9375,-0.89062z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path-16551263499993515' d='M17.5,0h-15c-1.37891,0 -2.5,1.06504 -2.5,2.375v10.6875c0,1.30996 1.12109,2.375 2.5,2.375h3.75v3.11719c0,0.26348 0.22656,0.44531 0.46875,0.44531c0.09375,0 0.19141,-0.02598 0.27734,-0.08906l4.87891,-3.47344h5.625c1.37891,0 2.5,-1.06504 2.5,-2.375v-10.6875c0,-1.30996 -1.12109,-2.375 -2.5,-2.375zM18.75,13.0625c0,0.65312 -0.5625,1.1875 -1.25,1.1875h-6.04297l-0.33203,0.2375l-3.625,2.58281v-2.82031h-5c-0.6875,0 -1.25,-0.53438 -1.25,-1.1875v-10.6875c0,-0.65312 0.5625,-1.1875 1.25,-1.1875h15c0.6875,0 1.25,0.53438 1.25,1.1875zM5,6.82813c-0.51953,0 -0.9375,0.39707 -0.9375,0.89063c0,0.49355 0.41797,0.89063 0.9375,0.89063c0.51953,0 0.9375,-0.39707 0.9375,-0.89062c0,-0.49355 -0.41797,-0.89062 -0.9375,-0.89062zM10,6.82813c-0.51953,0 -0.9375,0.39707 -0.9375,0.89063c0,0.49355 0.41797,0.89063 0.9375,0.89063c0.51953,0 0.9375,-0.39707 0.9375,-0.89062c0,-0.49355 -0.41797,-0.89062 -0.9375,-0.89062zM15,6.82813c-0.51953,0 -0.9375,0.39707 -0.9375,0.89063c0,0.49355 0.41797,0.89063 0.9375,0.89063c0.51953,0 0.9375,-0.39707 0.9375,-0.89062c0,-0.49355 -0.41797,-0.89062 -0.9375,-0.89062z'%3E%3C/path%3E%3C/defs%3E%3C/svg%3E");
}
.help-text-redesign a.call-redesign span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' preserveAspectRatio='none' style='mix-blend-mode: normal;'%3E%3Cg transform='translate(-0.0000586390763599072, -0.000043735434727103315) rotate(0)'%3E%3Cpath style='stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(0, 105, 200);' d='M19.05475,0.89461l-3.93745,-0.86464c-0.57421,-0.12617 -1.16405,0.15586 -1.39842,0.67167l-1.81638,4.02632c-0.21484,0.47128 -0.07031,1.02792 0.34765,1.35448l2.10544,1.6365c-1.32811,2.56794 -3.5273,4.66088 -6.2343,5.92258l-1.72263,-2.00017c-0.34375,-0.39707 -0.92968,-0.53437 -1.42576,-0.33027l-4.23432,1.72556c-0.54296,0.22265 -0.83983,0.77929 -0.70702,1.32479l0.90624,3.73687c0.1289,0.53066 0.62109,0.90175 1.19139,0.90175c9.85144,0 17.87087,-7.57764 17.87087,-16.97733c0,-0.54179 -0.39062,-1.00936 -0.9453,-1.12811zM2.15257,17.81251l-0.89843,-3.69605l4.19526,-1.70701l2.32419,2.70153c4.04682,-1.80349 6.2382,-3.89272 8.1288,-7.72236l-2.84371,-2.20798l1.79685,-3.9855l3.89058,0.8535c-0.00781,8.70204 -7.4335,15.75273 -16.59354,15.76386z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path-16551263499983513' d='M19.05475,0.89461l-3.93745,-0.86464c-0.57421,-0.12617 -1.16405,0.15586 -1.39842,0.67167l-1.81638,4.02632c-0.21484,0.47128 -0.07031,1.02792 0.34765,1.35448l2.10544,1.6365c-1.32811,2.56794 -3.5273,4.66088 -6.2343,5.92258l-1.72263,-2.00017c-0.34375,-0.39707 -0.92968,-0.53437 -1.42576,-0.33027l-4.23432,1.72556c-0.54296,0.22265 -0.83983,0.77929 -0.70702,1.32479l0.90624,3.73687c0.1289,0.53066 0.62109,0.90175 1.19139,0.90175c9.85144,0 17.87087,-7.57764 17.87087,-16.97733c0,-0.54179 -0.39062,-1.00936 -0.9453,-1.12811zM2.15257,17.81251l-0.89843,-3.69605l4.19526,-1.70701l2.32419,2.70153c4.04682,-1.80349 6.2382,-3.89272 8.1288,-7.72236l-2.84371,-2.20798l1.79685,-3.9855l3.89058,0.8535c-0.00781,8.70204 -7.4335,15.75273 -16.59354,15.76386z'%3E%3C/path%3E%3C/defs%3E%3C/svg%3E");
}

/* Chat & Call PDP redesign end */
/* PDP images with a vertical thumbnails tray */
.amp-viewer-kit .desktop-global {
  display: flex;
}
.amp-viewer-kit .desktop-global .gallery-note {
  text-align: center;
}
.amp-viewer-kit .desktop-global .desktop-normal-view {
  display: flex;
  width: 100%;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .main-container {
  margin-bottom: 0;
  max-width: 85%;
  margin: 0;
  clear: none;
  min-width: 85%;
  max-height: 85%;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .main-container .list .amp-slide .zoom-trap {
  width: auto !important;
  height: auto !important;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .main-container .list .amp-slide .zoom-trap img {
  margin: 0 !important;
  padding: 0 !important;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .nav-container {
  max-width: 15% !important;
  clear: none;
  margin: 0;
  padding: 0;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .nav-container .list li {
  width: 80% !important;
  /* height:80% !important; */
  margin: 2% !important;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .nav-container .list .amp-slide {
  width: 80% !important;
  /* height:80% !important; */
  margin: 2% !important;
}
.amp-viewer-kit .desktop-global .desktop-normal-view .nav-container .list .amp-slide a {
  width: 80% !important;
  height: 80% !important;
}

.plusMore {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 0.75vw;
}

.zoom-trap .plusMore,
.main-container .plusMore {
  display: none !important;
}

.nav-container .do-not-display {
  display: none !important;
}

.vertical-thumbs .gallery-note {
  text-align: center;
  margin-left: 15%;
  font-family: Montserrat !important;
  font-size: 16px;
  color: #404040;
  line-height: 28px;
}
@media (max-width: 500px) {
  .vertical-thumbs .gallery-note {
    font-size: 14px !important;
    color: #404040;
    line-height: 20px;
  }
}

.gallery-note {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*   Montserrat !important; */
}

@media (min-width: 767px) {
  .desktop-global .gallery-note {
    position: absolute;
    bottom: 3vw;
    margin-left: 15%;
    width: 85%;
    z-index: 3;
  }
  .product-image-container.vertical-thumbs .cutoff {
    margin-left: 15% !important;
    height: 1.85vw; /*  30px; */
  }
  .product-image-container.vertical-thumbs .cutoff .cutoff-trangle {
    margin-left: -0.75vw;
  }
  .product-image-container.vertical-thumbs .desktop-normal-view div:first-child {
    padding: 0 0.1vw 0 0.5vw;
  }
  .product-image-container.vertical-thumbs .desktop-normal-view div:first-child p {
    font-size: 0.75vw;
    padding: 0;
    font-size: 0.85vw;
    line-height: 1.85vw;
  }
}
@media screen and (min-width: 1024px) {
  .pdp-main .product-col-1.vertical-thumbs {
    width: 58.94%;
  }
  .pdp-main .product-col-2.vertical-thumbnails {
    width: 39.13%;
  }
}
.pdp-main .product-col-1.vertical-thumbs .amp-viewer-kit .desktop-global .desktop-normal-view .main-container {
  max-height: 99%;
}

/* PDP images with a vertical thumbnails tray end */
@media screen and (min-width: 768px) and (max-width: 860px) {
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_2 .header_right p span,
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_1 .header_right p span,
  .paymentinfosectionaccordion #paymentinfosectionaccordionhead_3 .header_right p span {
    font-size: 11px;
  }
}
.tooltip.image span.text {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  Montserrat !important; */
}

@media screen and (min-width: 768px) {
  .vertical-thumbs .html-slot-container {
    margin-left: 15% !important;
    position: relative;
  }
  .vertical-thumbs .cylindo-buttons {
    margin-left: 15% !important;
  }
  .vertical-thumbs .cylindo-buttons .html-slot-container {
    margin-left: 0 !important;
  }
}
.gallery-wrapper #vjs_video_3 {
  position: relative;
}

.gallery-wrapper #vjs_video_3 .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
  z-index: 2;
}

.gallery-wrapper .hideTooltips {
  display: none !important;
}

#hscOrderError, #hscOutOfStock {
  margin: 60px 0;
  padding: 0 10px;
}
#hscOrderError h1, #hscOutOfStock h1 {
  font-size: 36px;
  height: auto;
  line-height: initial;
}
@media screen and (max-width: 700px) {
  #hscOrderError h1, #hscOutOfStock h1 {
    font-size: 28px;
  }
}
#hscOrderError p, #hscOutOfStock p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 22px;
}
#hscOrderError a, #hscOutOfStock a {
  color: #142667;
  font-weight: bold;
}
#hscOrderError a:hover, #hscOutOfStock a:hover {
  color: #00ACEC;
}
#hscOrderError a:active, #hscOutOfStock a:active {
  color: #00ACEC;
}

.custom-select .selected-option {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1350px) {
  .delivery-address-sec .city {
    width: 53.15% !important;
  }
  .delivery-address-sec div.postal {
    width: 20.15% !important;
  }
  .delivery-address-sec .state {
    width: 20.15% !important;
  }
}
.step3show {
  display: none;
}

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

.promored-banner {
  background-color: #B72027;
  padding: 1em;
  text-align: center;
  line-height: 20px;
}
.promored-banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.sweeps-header {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  padding: 54px 0 54px;
}

.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .authcheck .required-indicator, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .authcheck .required-indicator {
  display: none;
}
.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec {
  width: 100%;
  padding: 0;
}
.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.firstname, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.firstname {
  width: 48.361%;
  margin-right: 3.2%;
}
.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.lastname, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.lastname {
  width: 48.361%;
  margin-right: 0;
}
.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.phone, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.phone {
  width: 48.361%;
  margin-right: 3.2%;
}
.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.email, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.email {
  width: 48.361%;
  margin-right: 0;
}

.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .form-row-button,
.pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .form-row-button {
  margin: 22px 0 0 0;
}

.sweeps-form {
  max-width: 65.715%;
  margin: 0 auto !important;
  padding: 0;
}
.sweeps-form .auth-checkbox {
  float: left;
  padding-right: 1em;
  margin-right: 10px;
}
.sweeps-form .auth-text-content {
  text-align: left;
}
.sweeps-form .sweepstakes-button {
  margin-top: 3em;
}

@media screen and (max-width: 839px) {
  .promored-banner {
    font-size: 14px;
  }
  .sweeps-header {
    font-size: 16px;
    line-height: 25px;
    padding: 36px 30px 32px;
    letter-spacing: 1px;
  }
  .sweeps-form .auth-checkbox {
    float: none;
    text-align: center;
  }
  .sweeps-form .auth-text-content {
    text-align: center;
  }
  .pt_checkout .sweeps-form .auth-checkbox .form-row {
    margin-left: 0;
  }
  .pt_checkout .sweeps-form .auth-checkbox .form-row .field-wrapper {
    left: 50%;
    position: absolute;
  }
}
@media screen and (max-width: 500px) {
  .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.firstname, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.firstname {
    width: 100%;
    margin-right: 0;
  }
  .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.lastname, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.lastname {
    width: 100%;
  }
  .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.phone, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.phone {
    width: 100%;
  }
  .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #sweepstakes-form .delivery-address-sec .form-row.email, .pt_checkout .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper #contest-form .delivery-address-sec .form-row.email {
    width: 100%;
  }
}
form#sweepstakes-form fieldset div a,
form#contest-form fieldset div a {
  font-weight: 800 !important;
}

form#sweepstakes-form fieldset div a:hover,
form#contest-form fieldset div a:hover {
  text-decoration: underline !important;
}

#sweepstakes-form-wrap .alert-required {
  margin-top: -40px !important;
}

#sweepstakes-form-wrap span.error,
#sweepstakes-form-wrap .checkboxerror {
  height: inherit;
  float: left;
  margin-top: 5px !important;
  padding-left: 28px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #af071a;
  min-height: 19px;
  box-sizing: border-box;
  border: 0;
}

#sweepstakes-form-wrap .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper .delivery-address-sec .form-row .field-wrapper span.error {
  margin-top: 60px;
}

form#sweepstakes-form fieldset div a,
form#contest-form fieldset div a {
  font-weight: 800 !important;
}

form#sweepstakes-form fieldset div a:hover,
form#contest-form fieldset div a:hover {
  text-decoration: underline;
}

.sweeps-header h3 {
  margin-left: 20px;
  margin-right: 20px;
}

#sweepstakes-rules-div {
  margin-top: 50px !important;
}

/* update form code */
@media screen and (max-width: 839px) {
  #dwfrm_sweepstakes_isAuthChecked-error,
  span#dwfrm_sweepstakes_isAuthChecked-error,
  #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 16px !important;
    left: -80px !important;
    width: 200px;
  }
  #sweepstakes-rules, #contest-rules {
    margin-top: 1.85em !important;
  }
  .sweepstakes-button {
    margin-bottom: 3em;
  }
  #sweepstakes-form-wrap .primary-focus #primary .checkout-tabs.spc-shipping .your-info-wrapper .form-row-button {
    padding: 0 !important;
  }
  #dwfrm_sweepstakes_isAuthChecked-error,
  span#dwfrm_sweepstakes_isAuthChecked-error,
  #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: -37px;
    width: 200px;
  }
}
@media screen and (min-width: 839px) and (max-width: 840px) {
  .form-row.authcheck.required.label-inline.form-indent {
    line-height: 0px !important;
  }
}
/* Mobile */
@media screen and (min-width: 200px) {
  #sweepstakes-rules, #contest-rules {
    margin-top: 3.1em;
  }
  #dwfrm_sweepstakes_isAuthChecked-error,
  span#dwfrm_sweepstakes_isAuthChecked-error,
  #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 26px;
    width: 200px;
    left: -100px;
  }
}
/* Desktop */
@media screen and (min-width: 849px) {
  #sweepstakes-rules, #contest-rules {
    margin-top: 3.1em;
  }
  #sweepstakes-rules, #contest-rules {
    margin-top: 1em;
  }
}
#sweepstakes-form-wrap .form-row.authcheck.required.label-inline.form-indent {
  line-height: 80px !important;
}

span#dwfrm_sweepstakes_isAuthChecked-error,
#sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error,
#dwfrm_sweepstakes_isAuthChecked-error {
  top: 120px;
  width: 200px;
  left: 0 !important;
}

@media screen and (min-width: 1024px) {
  #dwfrm_sweepstakes_isAuthChecked-error,
  span#dwfrm_sweepstakes_isAuthChecked-error,
  #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 90px;
  }
}
@media screen and (min-width: 1140px) {
  #dwfrm_sweepstakes_isAuthChecked-error,
  span#dwfrm_sweepstakes_isAuthChecked-error,
  #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 70px;
  }
}
@media screen and (min-width: 1500px) {
  #dwfrm_sweepstakes_isAuthChecked-error,
  span#dwfrm_sweepstakes_isAuthChecked-error,
  #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 55px;
  }
}
/* 2019 St. Patrick's Day sweepstake css */
.promored-banner {
  background-color: #fbd601;
  padding: 1em;
  text-align: center;
  line-height: 20px;
}
.promored-banner p {
  color: #014d05;
  font-size: 21px;
  font-weight: 700;
}
.promored-banner p small {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}

.sweeps-header h3 strong {
  display: block;
}

.sweeps-hero .sweeps-hero-desktop {
  display: block;
}

.sweeps-hero .sweeps-hero-mobile {
  display: none;
}

@media screen and (max-width: 1066px) {
  .sweeps-header h3 strong {
    display: initial;
  }
}
@media screen and (max-width: 839px) {
  span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error, #dwfrm_sweepstakes_isAuthChecked-error {
    width: 200px;
    left: -50% !important;
    right: 50%;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .sweeps-hero .sweeps-hero-desktop {
    display: none;
  }
  .sweeps-hero .sweeps-hero-mobile {
    display: block;
  }
}
@media screen and (min-width: 849px) {
  #sweepstakes-form-wrap #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 188px;
  }
}
@media screen and (min-width: 912px) {
  #sweepstakes-form-wrap #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 165px;
  }
}
@media screen and (min-width: 1007) {
  #sweepstakes-form-wrap #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 149px;
  }
}
@media screen and (min-width: 1024px) {
  #sweepstakes-form-wrap #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  #sweepstakes-form-wrap #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 140px;
  }
}
@media screen and (min-width: 1166px) {
  #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 130px;
  }
}
@media screen and (min-width: 1376px) {
  #sweepstakes-form-wrap #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 100px;
  }
}
@media screen and (min-width: 1500px) {
  #dwfrm_sweepstakes_isAuthChecked-error, span#dwfrm_sweepstakes_isAuthChecked-error, #sweepstakes-form-wrap span.error#dwfrm_sweepstakes_isAuthChecked-error {
    top: 90px;
  }
}
@media screen and (min-width: 849px) {
  #sweepstakes-rules, #contest-rules {
    font-size: 15px;
    margin-top: 1em;
    font-weight: 500;
  }
  #sweepstakes-form-wrap .content-asset p {
    font-size: 15px;
    font-weight: 500;
  }
}
@media screen and (min-width: 849px) {
  .wrap-authentication {
    display: flex;
  }
  #sweepstakes-form-wrap .form-row.authcheck.required.label-inline.form-indent {
    line-height: inherit !important;
  }
  #sweepstakes-form-wrap .content-asset p {
    margin-top: 0;
  }
}
@media screen and (max-width: 839px) {
  #sweepstakes-form-wrap #sweepstakes-rules,
  #sweepstakes-form-wrap #contest-rules {
    margin-top: 0 !important;
  }
}
/* Label for text box */
.contest-class-form-wrap .form-horizontal .form-row {
  margin: 0 0 30px 0;
}
.contest-class-form-wrap .form-horizontal .form-row.reasontocontact label {
  display: none;
}
.contest-class-form-wrap .form-horizontal .form-row:first-child .selected {
  color: #142667;
  line-height: 50px;
  padding: 0 35px 0 15px;
}
.contest-class-form-wrap .form-horizontal .form-row.form-row-button {
  width: 120px;
}
.contest-class-form-wrap .form-horizontal .form-row.form-row-button .button-border {
  width: 100%;
}
.contest-class-form-wrap .form-horizontal .form-row.form-row-button .button-border:hover {
  color: #00ACEC;
}
.contest-class-form-wrap .form-horizontal .form-row.form-row-button button {
  width: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  color: #142667;
}
.contest-class-form-wrap .form-horizontal .form-row.form-row-button button:hover {
  color: #00ACEC;
}
.contest-class-form-wrap .form-horizontal .form-row.show-floating-label .required-indicator {
  font-size: 10px;
}
.contest-class-form-wrap .form-horizontal .form-row.show-floating-label label {
  transform: none;
  opacity: 1;
  z-index: 2;
  color: #575757;
  line-height: 12px;
  font-size: 10px;
  margin: 9px 0 0 16px;
  padding: 0;
  letter-spacing: normal;
}
.contest-class-form-wrap .form-horizontal .form-row.show-floating-label label span:nth-child(2) {
  padding: 0 0 0 5px;
}
.contest-class-form-wrap .form-horizontal .form-row label[for=dwfrm_contactus_reasontocontact] {
  opacity: 1;
  z-index: 10;
  padding: 4px 16px 0;
  font-size: 10px;
  color: #575757;
  letter-spacing: normal;
}
.contest-class-form-wrap .form-horizontal .form-row select[name=dwfrm_contactus_timetocall],
.contest-class-form-wrap .form-horizontal .form-row select[name=dwfrm_contactus_timetocall],
.contest-class-form-wrap .form-horizontal .form-row select[name=dwfrm_contactus_timetocall] {
  padding: 20px 15px 9px;
  color: #6a6a6a;
}
.contest-class-form-wrap .form-horizontal .form-row label {
  width: auto;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 15px 14px;
  text-transform: capitalize;
  position: absolute;
  transform: translateY(3px);
  box-sizing: border-box;
  margin: 0;
  pointer-events: none;
  text-align: left;
  color: #142667;
  letter-spacing: 1px;
}
.contest-class-form-wrap .form-horizontal .form-row label .required-indicator {
  display: inline-block;
  position: absolute;
  margin: 0;
}
.contest-class-form-wrap .form-horizontal .form-row label span:nth-child(2) {
  padding: 0 0 0 8px;
}
.contest-class-form-wrap .form-horizontal .field-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.contest-class-form-wrap .form-horizontal .field-wrapper:placeholder-shown {
  /*font-size: 14px;	
  line-height: 18px;
  padding: 15px;
  text-transform: capitalize;*/
}
.contest-class-form-wrap .form-horizontal .field-wrapper input[type=text],
.contest-class-form-wrap .form-horizontal .field-wrapper textarea {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 20px 15px 9px;
  border: 1px solid #142667;
  color: #404040;
}
@media screen and (max-width: 500px) {
  .contest-class-form-wrap .form-horizontal .field-wrapper input[type=text],
  .contest-class-form-wrap .form-horizontal .field-wrapper textarea {
    font-size: 16px;
    padding: 23px 15px 5px;
  }
}
.contest-class-form-wrap .form-horizontal .field-wrapper input[type=text].error,
.contest-class-form-wrap .form-horizontal .field-wrapper textarea.error {
  border: 1px solid #C22A22;
}
.contest-class-form-wrap .form-horizontal .field-wrapper input[type=text]::-webkit-input-placeholder,
.contest-class-form-wrap .form-horizontal .field-wrapper textarea::-webkit-input-placeholder {
  color: transparent;
}
.contest-class-form-wrap .form-horizontal .field-wrapper input[type=text]::-moz-placeholder,
.contest-class-form-wrap .form-horizontal .field-wrapper textarea::-moz-placeholder {
  color: transparent;
}
.contest-class-form-wrap .form-horizontal .field-wrapper input[type=text]:-ms-input-placeholder,
.contest-class-form-wrap .form-horizontal .field-wrapper textarea:-ms-input-placeholder {
  color: transparent;
}
.contest-class-form-wrap .form-horizontal .field-wrapper .selected-option {
  height: 50px;
  line-height: 18px;
  padding: 22px 15px 9px;
  border: 1px solid #142667;
  letter-spacing: 1px;
}
.contest-class-form-wrap .form-horizontal .field-wrapper .custom-select .selection-list {
  border-color: #142667;
  color: #404040;
}
.contest-class-form-wrap .form-horizontal .field-wrapper input[type=text] {
  height: 50px;
}
.contest-class-form-wrap .form-horizontal .field-wrapper span.error {
  background: url(../images/aarons_sprite_img.png) -478px -416px no-repeat transparent;
  width: 100%;
  height: 19px;
  float: left;
  margin-top: 5px;
  padding-left: 28px;
  color: #C22A22;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
}
.contest-class-form-wrap .form-horizontal .field-wrapper textarea {
  height: 201px;
  width: 100%;
  resize: none;
  float: left;
}
.contest-class-form-wrap .form-horizontal .field-wrapper textarea.error {
  background: none;
  vertical-align: top;
}
.contest-class-form-wrap .form-horizontal .comment label {
  background-color: #ffffff;
  margin: 1px 1px 0 2px;
  padding: 9px 0 0 16px;
  width: 98%;
}
.contest-class-form-wrap .form-horizontal .comment.show-floating-label label {
  background-color: #ffffff;
  margin: 1px 1px 0 2px;
  padding: 9px 0 0 16px;
  width: 98%;
}
.contest-class-form-wrap .form-horizontal .postal {
  margin-right: 3.2%;
}
.contest-class-form-wrap .form-horizontal .city {
  margin-right: 3.2%;
}
@media screen and (min-width: 768px) {
  .contest-class-form-wrap .form-horizontal .form-row-button {
    width: 100%;
  }
}
.contest-class-form-wrap .address1 label {
  width: 100% !important;
}
.contest-class-form-wrap .comment {
  margin: 0 0 0 !important;
  padding: 0 0 0;
}
.contest-class-form-wrap .comment #dwfrm_contest_contestComment-error {
  position: relative;
  top: inherit;
  bottom: inherit;
}
.contest-class-form-wrap #comment-row {
  margin: 0 0 0;
}
.contest-class-form-wrap #comment-row .field-wrapper {
  margin: 0 0 21px 0;
}
.contest-class-form-wrap #comment-row .field-wrapper textarea {
  margin-bottom: 0;
}
@media screen and (min-width: 848px) {
  .contest-class-form-wrap .auth-checkbox {
    display: flex;
  }
  .contest-class-form-wrap .form-horizontal .authcheck {
    display: flex;
    flex: inherit;
  }
  .contest-class-form-wrap .form-row.authcheck.required.label-inline.form-indent {
    display: flex;
    flex: inherit;
  }
  .contest-class-form-wrap #sweepstakes-rules-div #dwfrm_contest_isAuthChecked-error {
    margin-top: 9em !important;
    width: 191px;
    bottom: -44px;
    position: absolute;
    top: inherit;
  }
}
@media screen and (max-width: 839px) {
  .contest-class-form-wrap #dwfrm_contest_isAuthChecked-error {
    text-align: left;
    top: -41px;
    left: -90%;
    right: 0;
    width: 201px;
    margin: auto;
  }
}
@media only screen and (max-width: 847px) and (min-width: 840px) {
  .contest-class-form-wrap #sweepstakes-rules-div #dwfrm_contest_isAuthChecked-error {
    position: absolute;
    bottom: -168px;
    top: inherit;
    width: 192px;
  }
}

.contest-class-form-wrap .sign-me-up-wrapper {
  padding: 47px 0 47px;
}
.contest-class-form-wrap .sign-me-up-wrapper h1 {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 500;
}
.contest-class-form-wrap .sign-me-up-wrapper .form-horizontal .delivery-address-sec .form-row {
  width: 100% !important;
}

.sign-me-up-wrapper .sweepstakes-button {
  text-align: center;
}

@media screen and (max-width: 450px) {
  #contest-form.sweeps-form .form-row.phone.deliveryform label.inputfieldjs-label {
    padding-top: 5px !important;
  }
}
#sweeps-sign-me-up-wrapper .form-row .input-text {
  color: #00369d !important;
  border: 1px solid #00369d !important;
}
#sweeps-sign-me-up-wrapper .form-row input.error::placeholder {
  color: #c41e24 !important;
}

@media screen and (max-width: 1020px) {
  .contest-class-form-wrap h1 {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .contest-class-form-wrap .sign-me-up-wrapper .form-horizontal div.postals {
    width: 100% !important;
  }
}
.contest-class-form-wrap .wrap-authentication {
  display: flex;
}
.contest-class-form-wrap .generatedInputLabel {
  font-weight: 500;
}
.contest-class-form-wrap .sweeps-form .auth-checkbox {
  display: flex;
}
.contest-class-form-wrap .sweeps-form .auth-checkbox .generatedInputLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contest-class-form-wrap .sweeps-form .auth-checkbox .form-row {
  margin: 16px 0 0 0;
}
.contest-class-form-wrap .sweeps-form .auth-checkbox .form-row .field-wrapper {
  left: inherit;
  position: relative;
}

#sweepstakes-form-wrap-ca button:disabled:hover {
  background-color: #0069c8;
  color: #ffffff;
  border: 0.1em solid #0069c8;
  opacity: 0.5;
}
#sweepstakes-form-wrap-ca .email-form-canada {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset {
  width: 85%;
  margin: 0 auto;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .delivery-address-sec {
  margin: 0 auto;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .form-row-two {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .form-row-two .form-row {
  width: 48% !important;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .input-text {
  border: 1px solid #0069c8 !important;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset input.error::placeholder {
  color: #c41e24 !important;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .generatedInputLabelCA {
  color: #0069c8;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .auth-checkbox .form-row {
  margin-top: 4px !important;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .input-checkbox {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .custom-checkbox {
  width: 40px;
  height: 40px;
  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;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .auth-text-context .content-asset #optinCheckboxCanada a {
  color: #0069c8 !important;
  text-decoration: underline;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset #dwfrm_signmeup_contestOffers:checked + .custom-checkbox {
  background-image: url(https://i8.amplience.net/i/aarons/checkedBox) !important;
  background-size: contain;
  background-position: 50% 50% !important;
}
#sweepstakes-form-wrap-ca .email-form-canada fieldset .form-row-button {
  margin-left: 0 !important;
}
#sweepstakes-form-wrap-ca .email-form-canada .wrap-auth.form-row {
  margin-bottom: 0 !important;
}
#sweepstakes-form-wrap-ca .email-form-canada h2 {
  text-transform: none !important;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 1em;
}
#sweepstakes-form-wrap-ca .email-form-canada h2 .bold-text, #sweepstakes-form-wrap-ca .email-form-canada h2 .bold-numbers {
  font-weight: bold;
}
#sweepstakes-form-wrap-ca .email-form-canada h2 .bold-numbers {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Open Sans'; */
}
#sweepstakes-form-wrap-ca .email-form-canada .sweepstakes-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.5em auto;
}
#sweepstakes-form-wrap-ca .email-form-canada .email-form-privacyterms {
  text-align: center !important;
  font-size: 12px;
}
#sweepstakes-form-wrap-ca .email-form-canada .email-form-privacyterms a {
  color: #0069c8 !important;
  text-decoration: underline;
}
#sweepstakes-form-wrap-ca .email-form-canada .email-form-canadaterms {
  font-size: 10px;
  text-align: center;
}
#sweepstakes-form-wrap-ca .email-form-canada .content-asset p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  #product-content .bv_main_container .bv_main_container_row_flex {
    padding-right: 0 !important;
  }
  #product-content .bv_main_container > .bv_main_container_row_flex:first-of-type {
    padding-right: 1em !important;
  }
}
.pdp-main .backgrond:nth-child(even) {
  display: table;
  width: 100%;
}

.pdp-main .product-col-2 .product-promo + .product-price {
  display: table;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #pdpAddToCartForm .add-cartbtn .button-border {
    width: auto;
    display: block;
    margin: 0 18%;
  }
  .pdp-main .backgrond:nth-child(even) {
    display: table;
    width: 100%;
  }
  .pdp-main .product-col-2 .todays-pay + .delivery-setup + .service-repair {
    display: table;
    width: 100%;
  }
  .pdp-main .product-col-2 .price-heading {
    float: left;
  }
  .pdp-main .product-col-2 .todays-pay + .delivery-setup + .service-repair {
    margin-bottom: 0;
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 1029px) {
  #pdpAddToCartForm .add-cartbtn .button-border {
    margin: 0 16%;
  }
}
.pdp-wrap div.backgrond:nth-child(odd) {
  background-color: #f0f0f0;
  display: table;
  width: 100%;
}

[data-bv-show=inline_rating] .bv_hover.bv_hover {
  display: flex !important;
  padding-bottom: 4px !important;
}

.tile-content [data-bv-show=inline_rating] {
  height: 24px;
}

/*
#pdpMain .no-reviews .bv_main_container > .bv_main_container_row_flex:first-of-type {
    display: none !important;
}
*/
#pdpMain .no-reviews .bv_main_container #ratings-summary {
  display: none !important;
}

.recommendations-items .product-tile.tile-recommendations.tile-redesign .no-reviews {
  width: 100%;
  margin-left: 12px;
  float: none;
  display: inline-flex;
}

.tile-redesign [data-bv-show=inline_rating] div {
  transform: scale(1) !important;
}

.grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container {
  margin-left: 12%;
}

.grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container svg,
.grid-rd-style-white .search-result-items li .stars-rating-grid .bv_stars_component_container svg,
.product-reviews-wrapper.no-reviews .no-reviews .bv_stars_component_container svg,
.tile-recommendations .no-reviews .bv_stars_component_container svg {
  width: 20px;
  height: 20px;
}

.product-reviews-wrapper.no-reviews .no-reviews .bv_stars_component_container,
.tile-recommendations .no-reviews .bv_stars_component_container {
  display: flex;
}

.grid-tile .no-reviews, .glider-slide .no-reviews, .tile-recommendations .no-reviews {
  display: none !important;
}

@media screen and (max-width: 1291px) {
  .grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 550px) {
  .tile-redesign .stars-rating-grid [data-bv-show=inline_rating] a {
    display: inline-flex !important;
  }
  [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container {
    padding-left: 3px !important;
  }
  .bv_numReviews_component_container {
    padding-left: 2px !important;
  }
  .grid-rd-style-white .search-result-items li .stars-rating-grid .bv_averageRating_component_container,
  .grid-rd-style-white .search-result-items li .stars-rating-grid .bv_numReviews_component_container {
    transform: scale(1) !important;
  }
  .variants-ratings .bv_stars_svg_no_wrap img {
    max-height: 15px;
  }
  .grid-rd-style-white .search-result-items li .stars-rating-grid .bv_text {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 500px) {
  .tile-redesign [data-bv-show=inline_rating] div {
    transform: scale(0.7) !important;
  }
  .grid-rd-style-white .search-result-items li .no-reviews .bv_stars_component_container svg,
  .grid-rd-style-white .search-result-items li .stars-rating-grid .bv_stars_component_container svg {
    width: 14px;
    height: 14px;
  }
  .grid-rd-style-white .search-result-items li .stars-rating-grid {
    margin-left: 6%;
  }
}
:root {
  --star-size: 20px;
  --star-color: #c4c4c4;
  --star-background: #00166f;
}
@media only screen and (max-width: 500px) {
  :root {
    --star-size: 17px;
  }
}

.bv_stars_component_container {
  display: flex;
  align-items: center;
}
.bv_stars_component_container .bv_stars_new {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.bv_stars_component_container .bv_stars_new::before {
  content: "★★★★★";
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bv_stars_component_container .bv_averageRating_component_container,
.bv_stars_component_container .bv_numReviews_component_container {
  padding-left: 5px !important;
}
.bv_stars_component_container .bv_numReviews_component_container {
  padding-left: 2px !important;
}

.reccomend-tile .stars-rating-grid {
  margin-left: 5%;
}
@media only screen and (max-width: 500px) {
  .reccomend-tile .stars-rating-grid .bv_text {
    font-size: 12px !important;
  }
}

.recommendations-items .search-result-items li {
  width: auto !important;
  min-width: auto;
}

.recommendations-items .recommendations .product-tile {
  margin-right: 0;
}

a[title="Refine by:5.0"] span::before {
  display: inline-block;
  width: 120px;
  height: 20px;
  background-color: none;
  float: left;
  clear: right;
  content: url("../images/5-stars.svg");
  margin-right: 5px;
}

a[title="Refine by:4.0"] span::before {
  display: inline-block;
  width: 120px;
  height: 20px;
  background-color: none;
  float: left;
  clear: right;
  content: url("../images/4-stars.svg");
  margin-right: 5px;
}

a[title="Refine by:3.0"] span::before {
  display: inline-block;
  width: 120px;
  height: 20px;
  background-color: none;
  float: left;
  clear: right;
  content: url("../images/3-stars.svg");
  margin-right: 5px;
}

a[title="Refine by:2.0"] span::before {
  display: inline-block;
  width: 120px;
  height: 20px;
  background-color: none;
  float: left;
  clear: right;
  content: url("../images/2-stars.svg");
  margin-right: 5px;
}

a[title="Refine by:1.0"] span::before {
  display: inline-block;
  width: 120px;
  height: 20px;
  background-color: none;
  float: left;
  clear: right;
  content: url("../images/1-star.svg");
  margin-right: 5px;
}

.info-drawer.five.questions:not(.is-open) {
  max-height: 6.4rem !important;
}

.info-drawer.five.questions .info-drawer__heading {
  max-height: 1.5em;
  margin-top: 10px;
}

.info-drawer.five.questions .info-drawer__content {
  padding-top: 0;
  padding-left: 10px;
}

.info-drawer.five.questions .bv-content-list-container {
  margin-top: 15px !important;
}

.bv-cv2-cleanslate .bv-core-container-114 .bv-control-bar-count,
.bv-control-bar-count {
  padding: 20px 10px 10px 10px !important;
}

@media screen and (min-width: 351px) and (max-width: 750px) {
  .info-drawer.five.questions:not(.is-open) {
    max-height: 7.5rem !important;
  }
}
@media screen and (max-width: 350px) {
  .info-drawer.five.questions:not(.is-open) {
    max-height: 9rem !important;
  }
}
.product-recommender {
  margin: 4em 0 1em 0;
}

.btn-container {
  display: inline-block;
  margin-right: 0;
}
.btn-container .blue-button {
  border: 1px solid #0072ce !important;
  background-color: #0072ce !important;
}
.btn-container .blue-button span {
  border: 1px solid #0072ce !important;
  background-color: #0072ce !important;
}
.btn-container .blue-button:hover {
  background: #0033A0 !important;
  border: 1px solid #0033A0 !important;
}
.btn-container .blue-button:hover span {
  background: #0033A0 !important;
  border: 1px solid #0033A0 !important;
}

.blue-border {
  bottom: 3.6em;
  border: 1px solid #142667;
  background-color: transparent !important;
  padding: 4px !important;
  font-size: 34px;
  outline: 0;
  display: table;
  text-decoration: none;
}

.blue-border span {
  border: 1px solid #142667;
  color: #fff;
  background-color: #142667;
  padding: 0.9em 1.5em;
  font-weight: 600;
  font-size: 0.45em;
  outline: 0;
  /* display: table-cell; */
  display: block;
}

.blue-border:hover {
  border: 1px solid #0069C8 !important;
}

.blue-border:hover span {
  border: 1px solid #0069C8;
  color: #fff;
  background-color: #00ACEC;
}

@media screen and (max-width: 850px) {
  .btn-container {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  .blue-border {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .blue-border span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .express-hero .mobile-only {
    display: block;
  }
  .express-hero .ipad-only, .express-hero .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .express-hero .ipad-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .express-hero .desktop-only {
    display: block;
  }
}
.express-eligible-error-page {
  width: 100%;
  padding: 5% 5%;
  box-sizing: border-box;
  margin-top: 25px;
}

.express-eligible-error-page .sorry-msg {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #142667;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  margin-bottom: 40px;
}

.express-eligible-error-page .image-section {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}

.express-eligible-error-page .noresult-msg {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  color: #000000;
}

.express-eligible-error-page .noresult-msg span {
  width: 100%;
  display: inline-block;
}

.express-eligible-error-page .shop-btns {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin-bottom: 100px;
}

.express-eligible-error-page .shop-btns li {
  max-width: 200px;
  display: inline-block;
  width: 100%;
  margin-right: 25px;
}

.express-eligible-error-page .shop-btns li span {
  width: 100%;
}

.express-eligible-error-page .shop-btns li span a {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 0;
}

.express-eligible-error-page .shop-btns li a {
  font-size: 11px;
  margin: 0;
  width: 100%;
}

.express-eligible-error-page .learn-more-section {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.express-eligible-error-page .learn-more-section .learn-more-text {
  font-size: 35px;
  font-weight: 500;
  color: #142667;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  line-height: 100%;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.express-eligible-error-page .learn-more-section .learn-more-text span {
  font-weight: 700;
}

.express-eligible-error-page .learn-more-section .learn-more-images {
  width: 100%;
  display: inline-block;
}

.express-eligible-error-page .learn-more-section .learn-more-images .image-container {
  width: calc(49% - 4px);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
}

.express-eligible-error-page .learn-more-section .learn-more-images .image-container:last-of-type {
  margin-right: 0;
}

.express-eligible-error-page .learn-more-section .learn-more-images .image-container .learn-more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 21px 0;
  font-weight: 700;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .express-eligible-error-page .learn-more-section .learn-more-images .image-container .learn-more-btn {
    font-size: 16px;
    line-height: 25px;
    padding: 30px;
    width: 350px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .express-eligible-error-page {
    margin-top: 0px;
  }
  .express-eligible-error-page .sorry-msg {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .express-eligible-error-page .image-section {
    margin-bottom: 30px;
  }
  .express-eligible-error-page .noresult-msg {
    font-size: 19px;
    margin-bottom: 25px;
  }
  .express-eligible-error-page .shop-btns {
    max-width: 200px;
    margin: 0 auto 35px;
    display: inherit;
  }
  .express-eligible-error-page .shop-btns li {
    margin: 0 0 10px 0;
  }
  .express-eligible-error-page .learn-more-section .learn-more-text {
    font-size: 29px;
  }
  .express-eligible-error-page .learn-more-section .learn-more-images {
    width: 100%;
  }
  .express-eligible-error-page .learn-more-section .learn-more-images .image-container {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .express-eligible-error-page .learn-more-section .learn-more-images .image-container .learn-more-img1,
  .express-eligible-error-page .learn-more-section .learn-more-images .image-container .learn-more-img2 {
    display: none;
  }
}
.shop-btns li span a:hover {
  text-decoration: none;
}

#filter-wrap {
  background-color: #f0f0f0;
  margin: 0 auto 0;
  width: 79%;
}
#filter-wrap .filter-sec {
  margin-bottom: 0;
}
#filter-wrap .filter-sec .sort-by, #filter-wrap .filter-sec .sortByPRI {
  width: 20%;
}

@media screen and (max-width: 1300px) {
  #filter-wrap {
    margin: 0 auto 0;
    width: 79%;
    padding-right: 4.6%;
  }
  #express-whatnexts {
    width: 75% !important;
  }
}
@media screen and (max-width: 1275px) {
  .filter-sec .product-count {
    padding: 10px 0 5px 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #filter-wrap {
    width: 100%;
  }
  #filter-wrap .filter-sec .sortby-sec {
    display: flex;
    margin-bottom: 2em;
  }
  #filter-wrap .filter-sec {
    margin-top: 42px;
  }
  #filter-wrap .filter-sec .sort-by, #filter-wrap .filter-sec .sortByPRI {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 918px) {
  #filter-wrap {
    padding-right: 4%;
  }
}
@media screen and (max-width: 765px) {
  #filter-wrap {
    padding-right: 2%;
  }
}
@media screen and (max-width: 530px) {
  .express-result-items li.grid-tile:nth-child(odd) {
    margin: 0 29px 29px 0 !important;
  }
  .express-result-items .grid-tile:nth-child(4n+4) {
    margin: 0 29px 29px 0 !important;
  }
  .express-result-items {
    margin: 5em 2em;
    justify-content: left;
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  #express-whatnexts h2 {
    text-align: center;
  }
  #express-whatnexts .shop-btns li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  #filter-text-box span,
  #filter-text-box a {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 400px) {
  #filter-wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .expressresultsproducts-wrapper .express-result-items {
    margin: 5em 2em 5em 1em;
  }
  .expressresultsproducts-wrapper .name-link {
    font-size: 11px;
  }
}
.expressresultsproducts-wrapper {
  background-color: #f0f0f0;
  padding-top: 1em;
}
.expressresultsproducts-wrapper .expressplaceholder {
  width: 22.517%;
}
@media screen and (max-width: 1300px) {
  .expressresultsproducts-wrapper .expressplaceholder {
    width: 30%;
  }
}

#express-whatnexts {
  padding: 1em 0 5em 0;
  width: 79%;
  margin: auto;
}
#express-whatnexts h2 {
  color: #142667;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  margin-bottom: 40px;
}
#express-whatnexts p {
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}
#express-whatnexts .shop-btns {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 100px;
}
#express-whatnexts .shop-btns li {
  max-width: 200px;
  display: inline-block;
  width: 100%;
  margin-right: 25px;
}
#express-whatnexts .shop-btns li span {
  width: 100%;
}
#express-whatnexts .shop-btns li span a {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 0;
}

#filter-wrap .filter-sec {
  margin-top: 57px;
  margin-bottom: 35px;
}

#filter-text-box {
  text-align: center;
  font-size: 1.25em;
}

.express-result {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.express-result li {
  margin: 10px !important;
  flex-direction: column;
  justify-content: space-around;
}
.express-result li:nth-child(4n+4) {
  margin-right: 10px;
}
.express-result .temporarily-out-stock {
  display: none !important;
}

@media screen and (max-width: 1300px) {
  .express-result li {
    flex: inherit;
  }
  .express-result .grid-tile {
    width: 31%;
  }
  .express-result:after {
    content: "";
    flex: auto;
  }
}
@media screen and (max-width: 1102px) {
  .express-result li {
    flex: 0 1 46%;
  }
}
@media screen and (max-width: 1021px) {
  .express-result {
    margin: 0 auto;
    width: 95%;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .express-result {
    justify-content: space-between;
  }
  .express-result li {
    flex: 0 1 45%;
  }
  .express-result:after {
    content: none;
    flex: none;
  }
}
@media screen and (max-width: 450px) {
  .express-result .grid-tile {
    width: 31% !important;
    flex: 0 1 43% !important;
  }
}
.rto-page-wrap .home-top-deals .category-heading {
  margin: 55px 0;
}

@media screen and (min-width: 0\0 ) {
  .rto-page-wrap .rto-comparison div.second table.options {
    table-layout: auto !important;
  }
  .rto-page-wrap .options th {
    width: 30%;
    /*or some other value*/
    max-width: 100%;
  }
}
.rto-page-wrap _:-ms-fullscreen,
.rto-page-wrap :root .category-logo {
  width: 94%;
}

.rto-page-wrap input::-webkit-outer-spin-button,
.rto-page-wrap input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.rto-page-wrap .step-one input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.3;
}

.rto-page-wrap .step-one input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.3;
}

.rto-page-wrap .step-one input::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.3;
}

.rto-page-wrap .disable-button {
  pointer-events: none;
  cursor: pointer;
}

.rto-page-wrap .small-font {
  font-size: 0.78em;
}

.rto-page-wrap input[type=text] {
  -moz-appearance: textfield;
}

.rto-page-wrap .mobile-reset,
.rto-page-wrap .show-button {
  display: none;
}

/*global*/
.rto-page-wrap #rto-page img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.rto-page-wrap h1 {
  font-size: 3em;
}

.rto-page-wrap h2 {
  font-size: 2.25em;
}

.rto-page-wrap #rto-page {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 13px;
}

/*hero*/
.rto-page-wrap .rto-hero {
  position: relative;
}

.rto-page-wrap .rto-hero div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.rto-page-wrap .rto-hero div h1 {
  display: flex;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
}

/*description*/
.rto-page-wrap .rto-description {
  text-align: center;
  margin: auto;
  padding: 3.5em 2em;
  position: relative;
}

.rto-page-wrap .arrow-down {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 26px;
  justify-content: center;
  align-items: flex-end;
}

.rto-page-wrap .arrow-down div.triangle {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #132767;
}

.rto-page-wrap .rto-description h2 {
  max-width: 600px;
  margin: 0 auto;
  color: #142668;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.rto-page-wrap .rto-description h2 br {
  display: none;
}

.rto-page-wrap .rto-description p br.break {
  display: none;
}

.rto-page-wrap .rto-description p {
  color: #404040;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 1.13em;
  letter-spacing: 0.75px;
  margin-bottom: 0;
  line-height: 1.4em;
}

/*comparison*/
.rto-page-wrap .rto-comparison {
  display: flex;
  height: 435px;
  position: relative;
  overflow: hidden;
}

.rto-page-wrap .rto-comparison div.anchor {
  position: absolute;
  top: -120px;
}

.rto-page-wrap .rto-comparison div.first {
  width: 45%;
  position: relative;
  background: url("../images/Loft_overallshotfromlivingroom-rto.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0;
}

.rto-page-wrap .rto-comparison div.first h2 {
  font-size: 3.5em;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
}

.rto-page-wrap .rto-comparison div.first div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rto-page-wrap .rto-comparison div.second {
  width: 55%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.8em 1em 2.2em;
}

.rto-page-wrap .rto-comparison div.second h3 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.13em;
  font-weight: 600;
  text-transform: uppercase;
  color: #404040;
}

.rto-page-wrap .rto-comparison div.second table.options {
  text-align: center;
  table-layout: fixed;
  width: 63%;
}

.rto-page-wrap .rto-comparison div.second table tr {
  height: 50px;
}

.rto-page-wrap .rto-comparison div.second table.options th,
.rto-page-wrap .rto-comparison div.second table.options td {
  text-align: center;
  font-weight: 500;
  padding: 1em 0.5em 1em;
  vertical-align: middle;
}

.rto-page-wrap .rto-comparison div.second table.side-label tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rto-page-wrap .rto-comparison div.second table.side-label td {
  text-align: right;
  font-weight: 400;
  padding-left: 0;
}

.rto-page-wrap .rto-comparison div.second div {
  display: flex;
}

.rto-page-wrap table.side-label {
  width: 28%;
}

.rto-page-wrap td,
.rto-page-wrap th {
  letter-spacing: 0.75px;
}

.rto-page-wrap .table-blue {
  background: #2c70B8;
  border-bottom: 1px solid #008ABD;
}

.rto-page-wrap .table-gray {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

/*steps*/
.rto-page-wrap .rto-steps {
  background: #F2F2F2;
  padding: 3.7em 0;
  text-align: center;
}

.rto-page-wrap .rto-steps h2 {
  margin: 0 auto;
  color: #142668;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
}

.rto-page-wrap .rto-steps h2 br {
  display: none;
}

.rto-page-wrap .rto-steps div.steps-container {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
  padding: 0.8em;
}

.rto-page-wrap .rto-steps div.steps-container div.steps-child img {
  width: auto !important;
  height: 4em !important;
  margin: 5px;
}

.rto-page-wrap .rto-steps div.steps-container div.steps-child {
  padding: 0 1em;
  margin: 1em 0 2.5em;
}

.rto-page-wrap .rto-steps div.steps-container div.steps-child p {
  color: #404040;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 1.13em;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}

.rto-page-wrap .rto-steps div.steps-container div.steps-child p.process {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.2em;
}

.rto-page-wrap div.advantage-title {
  background: #2c70B8;
  padding: 4em 0;
}

.rto-page-wrap div.advantage-title br {
  display: none;
}

.rto-page-wrap div.advantage-title h2 {
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
  padding: 0 0.5em;
}

.rto-page-wrap .content-asset ol,
.rto-page-wrap .content-asset ul {
  padding: 0;
}

/*calculator*/
.rto-page-wrap .calculator {
  display: flex;
  justify-content: space-around;
  height: 600px;
  position: relative;
}

.rto-page-wrap .calculator .tco-copy {
  padding: 4em 0;
  width: 49.8%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rto-page-wrap .calculator .tco-copy .button, .rto-page-wrap .calculator .tco-copy .button-fancy-large {
  width: 85%;
  color: #142667;
  font-weight: 600;
}

.rto-page-wrap .calculator .tco-copy .button:hover, .rto-page-wrap .calculator .tco-copy .button-fancy-large:hover {
  color: #00ACEC;
}

.rto-page-wrap .calculator .tco-copy div {
  padding-right: 17%;
  position: relative;
}

.rto-page-wrap .calculator .tco-copy h2 {
  margin: 0 auto 0.7em;
  color: #142668;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 1px;
}

.rto-page-wrap .calculator .tco-copy p {
  line-height: 1.4em;
  font-weight: 400;
  font-size: 1.13em;
}

.rto-page-wrap .calculator .tco-box {
  width: 50%;
  background: #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rto-page-wrap img.calc {
  position: absolute;
  width: 83px !important;
  right: -3.3em;
  top: 9em;
  z-index: 99;
}

.rto-page-wrap #calculator {
  position: relative;
  overflow: hidden;
  width: 316px;
}

.rto-page-wrap #calculator div.step-one {
  background: #F4F4F4;
  font-size: 0.9em;
  color: #0186C6;
  font-weight: 400;
  padding: 13px 0 0;
  height: 431px;
}

.rto-page-wrap #calculator div.step-one p {
  font-weight: 700;
  font-size: 1.4em;
  padding-left: 1em;
  margin: 17px 0 5px;
}

.rto-page-wrap #calculator div.step-two div {
  position: relative;
}

.rto-page-wrap #calculator div.step-two div span.subcat {
  position: relative;
  display: block;
  background: #142667;
  color: #fff;
  margin: 0.5em auto 0.7em;
  padding: 0.9em 2.2em;
  text-transform: uppercase;
  width: 50%;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.3px;
  outline: 3px solid #142667;
  border: 1px solid #fff;
}

.rto-page-wrap #calculator div.step-two div span.subcat-plus {
  padding: 1.1em 0.5em;
  font-size: 1em;
  width: 37%;
  max-width: 36%;
  margin: 0 0.4em 1.15em;
  min-width: 0;
}

.rto-page-wrap .subcat-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.rto-page-wrap #calculator div.step-two div span.sub-double {
  font-size: 0.9em !important;
  padding: 0.6em 0.7em 0.7em 0.4em !important;
  margin: 1em 0.5em 0.4em;
}

.rto-page-wrap #calculator div.step-two div span.sub-double.top-left {
  margin: 0.1em 0.5em 1.4em 0.5em;
  padding: 0.5em 0.5em 0.42em 0.6em !important;
}

.rto-page-wrap #calculator div.step-two div span.back-button img {
  cursor: pointer;
  position: absolute;
  width: 20px;
  top: -5px;
  left: 18px;
}

.rto-page-wrap #calculator div.step-two {
  background: #fff;
  position: absolute;
  top: 0;
  /*transform: translateX(-316px);*/
  z-index: -2;
  transition: all 0.3s;
  opacity: 1;
  width: 100%;
  text-align: center;
  height: 314px;
  padding: 2em 0 0;
}

.rto-page-wrap #calculator div.step-two p {
  font-weight: 400;
  font-size: 1.2em;
  margin: 0.5em 0 0.6em;
}

.rto-page-wrap span.subcat {
  cursor: pointer;
}

.rto-page-wrap .category-logo {
  display: flex;
  justify-content: space-around;
  padding: 0 0.8em;
  position: relative;
}

.rto-page-wrap .category-logo div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rto-page-wrap .category-logo div img {
  width: 63px !important;
}

.rto-page-wrap .cat-button {
  cursor: pointer;
}

.rto-page-wrap .cat-button div {
  background-size: 100%;
  width: 76px;
  height: 55px;
  background-repeat: no-repeat;
}

.rto-page-wrap .cat-button span {
  margin-bottom: 23px;
  font-size: 13px;
  color: #142668;
}

.rto-page-wrap .cat-button div.furniture {
  background: url("../images/cat-sofa2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.rto-page-wrap .cat-button div.electronics {
  background: url("../images/cat-pc2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.rto-page-wrap .cat-button div.appliances {
  background: url("../images/cat-app2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.rto-page-wrap .cat-button div.furniture-alt {
  background: url("../images/cat-sofa-alt2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.rto-page-wrap .cat-button div.electronics-alt {
  background: url("../images/cat-pc-alt2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.rto-page-wrap .cat-button div.appliances-alt {
  background: url("../images/cat-app-alt2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.rto-page-wrap .show-menu {
  transform: translateX(0) !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.rto-page-wrap div.calculate-submit {
  background: #142767;
  text-align: center;
  padding: 24px 0;
  margin-top: 30px;
  position: relative;
}

.rto-page-wrap div.calculate-submit .button-border {
  border: 1px solid #fff;
  width: 80%;
}

.rto-page-wrap div.calculate-submit .button-border .button:hover, .rto-page-wrap div.calculate-submit .button-border .button-fancy-large:hover {
  background-color: #ffffff;
  color: #142767;
}

.rto-page-wrap div.calculate-submit .button-border.disabled {
  background-color: #e7e7e7;
  pointer-events: none;
}

.rto-page-wrap div.calculate-submit .button-border .button, .rto-page-wrap div.calculate-submit .button-border .button-fancy-large {
  border: 1px double #ffffff;
  color: #fff;
  width: 82%;
  font-weight: 600;
}

.rto-page-wrap .category-selection {
  background: #142767;
  border-radius: 20px;
  width: 90%;
  position: relative;
  margin: auto;
}

.rto-page-wrap .category-selection p {
  font-weight: 400 !important;
  color: #fff;
  padding: 0.2em 0.8em;
  margin: 0.5em 0 0;
  position: relative;
  font-size: 1.3em !important;
}

.rto-page-wrap span img.x-blue {
  position: absolute;
  cursor: pointer;
  width: 13px !important;
  top: 9px;
  right: 9px;
}

.rto-page-wrap .payment-amount {
  display: flex;
  justify-content: space-around;
  padding: 0 1em;
  position: relative;
}

.rto-page-wrap .payment-amount input {
  height: 46px;
  font-size: 1.9em;
  width: 125px;
  color: #000;
  padding: 0;
  text-align: right;
  padding-right: 0.75em;
}

.rto-page-wrap .payment-amount select {
  height: 46px;
  font-size: 1.1em;
  width: 130px;
  color: #000;
  border: 1px solid #142668;
}

.rto-page-wrap .payment-amount span {
  font-size: 4em;
  color: #d6d6d6;
  margin-top: 14px;
  font-weight: 100;
}

.rto-page-wrap input#numberofPayments {
  width: 126px;
  height: 46px;
  padding-left: 0.8em;
  margin-left: 0.7em;
  font-size: 1.9em;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.rto-page-wrap .tco-result {
  position: absolute;
  top: 0;
  width: 287px;
  text-align: left;
  background: #132767;
  height: 74px;
  z-index: 1;
  padding: 0.9em 1.2em 1.3em;
}

.rto-page-wrap .tco-result p {
  color: #fff;
  line-height: 1em !important;
}

.rto-page-wrap .tco-result p:nth-child(1) {
  color: #fff;
  font-weight: 600 !important;
  line-height: 1em;
  font-size: 1.5em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rto-page-wrap .tco-result p:nth-child(2) {
  font-size: 2.6em !important;
  font-weight: 400 !important;
  margin: 0.3em 0 !important;
  padding: 0 !important;
}

.rto-page-wrap .tco-result p:nth-child(3) {
  font-size: 1.1em !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.rto-page-wrap span.reset {
  cursor: pointer;
  position: absolute;
  bottom: 11px;
  right: 11px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #34acee;
}

.rto-page-wrap span.reset img {
  width: 14px !important;
  margin-right: 5px;
  margin-bottom: 2px;
}

.rto-page-wrap div.detail {
  text-align: right;
  font-size: 1.1em;
  padding-top: 4px;
  position: absolute;
  right: 16px;
  cursor: pointer;
  color: #142668;
}

.rto-page-wrap div.detail img {
  width: 14px !important;
  padding: 0 0 2px 4px;
}

.rto-page-wrap div.popup {
  position: absolute;
  top: 0;
  background: #142668;
  right: 0;
  color: #333;
  z-index: 9;
  height: 101%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  opacity: 0.97;
}

.rto-page-wrap .hide-popup {
  display: none !important;
}

.rto-page-wrap div.popup p {
  font-weight: 400 !important;
  font-size: 11px;
  color: #fff;
  margin: 0px 0 12px;
  line-height: 1.5em;
}

.rto-page-wrap div.white-div {
  height: 105px;
  position: absolute !important;
  bottom: -104px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0.7;
}

/*here*/
.rto-page-wrap .tco-deals {
  display: flex;
}

.rto-page-wrap section.tco-deals > div {
  width: 33.4%;
}

.rto-page-wrap section.tco-fullwidth.tco-deals > div {
  width: 100%;
}

.rto-page-wrap .tco-deals div.checkout {
  background: #142668;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.rto-page-wrap .tco-deals div.checkout div.close img {
  position: absolute;
  top: 8%;
  left: 6%;
  cursor: pointer;
  width: 22px !important;
}

.rto-page-wrap .tco-deals div.checkout h3 {
  color: #ffffff;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: none;
  letter-spacing: 1px;
}

.rto-page-wrap .tco-deals div.checkout p {
  color: #fff;
  font-weight: 400;
  font-size: 0.9em;
}

.rto-page-wrap .tco-deals .tco-product.temp {
  display: none;
}

.rto-page-wrap .tco-deals .tco-product:nth-child(2) {
  background: #E4E4E4;
}

.rto-page-wrap .tco-deals .tco-product:nth-child(3) {
  background: #ECECEC;
}

.rto-page-wrap .tco-deals .tco-product .product-name p {
  line-height: 1.4em;
  font-weight: 400;
  font-size: 0.9em;
}

.rto-page-wrap .tco-deals .tco-product .product-name p:nth-child(1) {
  text-transform: uppercase;
  font-weight: 400;
}

.rto-page-wrap .tco-deals .tco-product .product-name p:nth-child(2) {
  color: #132767;
  font-weight: 600;
}

.rto-page-wrap .tco-deals .tco-product .product-info p:nth-child(1) {
  font-size: 0.9em;
  font-weight: 400;
}

.rto-page-wrap .tco-deals .tco-product .product-info p:nth-child(1) span.blue-text {
  font-weight: 500;
  color: #132767;
}

.rto-page-wrap .tco-deals .tco-product .product-info p:nth-child(1) span.prev-price {
  margin-right: 2px;
  text-decoration: line-through;
}

.rto-page-wrap .tco-deals .tco-product .product-info p:nth-child(1) span.new-price {
  color: #c2302b;
}

.rto-page-wrap .tco-deals .tco-product .product-info p:nth-child(2) {
  font-size: 0.8em;
  font-weight: 400;
}

.rto-page-wrap .tco-deals .tco-product .tco-info {
  padding: 0.5em 1.4em 1.3em;
  text-align: center;
}

.rto-page-wrap .tco-deals .tco-product .tco-info a:hover p:nth-child(2) {
  color: #34aced;
}

.rto-page-wrap .tco-deals .image {
  height: 20vw;
  overflow: hidden;
  position: relative;
}

.rto-page-wrap .tco-deals .product-link .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rto-page-wrap #rto-page .tco-product .product-link.tall .image {
  background-color: white;
}

.rto-page-wrap #rto-page .tco-product .product-link.tall .image.unzoomed img,
.rto-page-wrap #rto-page .image.unzoomed img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

.rto-page-wrap #rto-page .tco-product .product-link.tall .image.zoomed img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

/*deals*/
.rto-page-wrap .deals {
  background: #F2F2F2;
  padding: 3.5em 0.9em;
}

.rto-page-wrap .deals h2 {
  color: #C22F2A;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.rto-page-wrap .deals h2 br {
  display: none;
}

.rto-page-wrap .deal-container {
  display: flex;
  margin: 3em auto 0;
  max-width: 1200px;
}

.rto-page-wrap .deal-child {
  margin: 0 1.5em;
  box-shadow: 0 0 1px 0 rgba(186, 186, 186, 0.5215686275);
  background: #fff;
  width: 33%;
}

.rto-page-wrap .deal-text {
  text-align: center;
  padding: 1.2em 1em 2.5em;
  position: relative;
}

.rto-page-wrap .deal-text h3 {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.2em;
  color: #132767;
  max-height: 21px;
  max-width: 290px;
  margin: 3em auto 2.3em;
}

.rto-page-wrap .deal-text a:active,
.rto-page-wrap .deal-text a:hover h3 {
  outline: 0;
  color: #00ACEC;
}

.rto-page-wrap .button, .rto-page-wrap .button-fancy-large {
  text-transform: uppercase;
  font-weight: 600;
}

.rto-page-wrap .deal-text span.caption {
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  width: 85%;
  background: white;
  padding: 1.2em 1em 0;
  margin: auto;
  text-transform: uppercase;
  color: #c2302b;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.85px;
}

/*shopnow*/
.rto-page-wrap .shop-now {
  display: flex;
}

.rto-page-wrap .shop-now div.furniture,
.rto-page-wrap .shop-now div.electronics,
.rto-page-wrap .shop-now div.appliances,
.rto-page-wrap .shop-now div.buying-guides {
  position: relative;
  flex-basis: 50%;
}

.rto-page-wrap .shop-now div.cta-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.rto-page-wrap .shop-now .cta-container:hover {
  color: #fff;
}

.rto-page-wrap .shop-now a,
.rto-page-wrap .shop-now a:focus {
  color: #fff;
  font-weight: 600;
  outline: 2px solid #0069C8 !important;
}

.rto-page-wrap .shop-now .cta-container h2 {
  padding: 2em;
  line-height: 1.2em;
  text-align: center;
}

.rto-page-wrap .shop-now a:hover .cta-container {
  background: #000021;
}

.rto-page-wrap .second h3 br {
  display: none;
}

.rto-page-wrap img.checkmark {
  width: 16px !important;
}

.rto-page-wrap img.x {
  width: 13px !important;
}

.rto-page-wrap .hide-content {
  display: none;
}

.rto-page-wrap .subcat-container span.left-subcat {
  position: absolute !important;
  left: 18.4px;
  bottom: -58.6px;
}

.rto-page-wrap .form-copy {
  position: relative;
}

.rto-page-wrap .invalid {
  border: 1px solid #f00 !important;
}

.rto-page-wrap span.required-payment {
  position: absolute;
  font-size: 10px;
  left: 15px;
  bottom: -20px;
  color: #f00;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.rto-page-wrap span.required-term {
  position: absolute;
  font-size: 10px;
  left: 15px;
  bottom: -20px;
  color: #f00;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.rto-page-wrap span.required-cat {
  color: #f00;
  position: absolute;
  bottom: 2px;
  left: 91px;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

@media (max-width: 1352px) {
  .rto-page-wrap .rto-comparison div.second table.options {
    width: 65%;
  }
  .rto-page-wrap table.side-label {
    width: 31%;
  }
}
@media (max-width: 1023px) {
  .rto-page-wrap .home-top-deals .category-heading {
    margin: 30px 0;
  }
  .rto-page-wrap .product-name {
    font-size: 17px;
  }
  .rto-page-wrap .tco-deals .tco-product .tco-info {
    padding: 0.8em 1.4em 1.6em;
  }
  .rto-page-wrap div.slide-containers {
    padding: 4.3em 1em 0;
  }
  .rto-page-wrap .rto-steps div.steps-container div.steps-child p br {
    display: none;
  }
  .rto-page-wrap .rto-description p br {
    display: none;
  }
  .rto-page-wrap .deal-container {
    flex-direction: column;
  }
  .rto-page-wrap .deal-child {
    margin-bottom: 2em;
  }
  .rto-page-wrap .rto-comparison div.first {
    background-position-x: 40%;
  }
  .rto-page-wrap .rto-comparison div.second {
    width: 60%;
  }
  .rto-page-wrap .deal-child {
    width: 85%;
    margin: 0 auto 2em;
    height: 1%;
  }
  .rto-page-wrap .tco-deals {
    flex-direction: column;
  }
  .rto-page-wrap .shop-now {
    flex-wrap: wrap;
  }
  .rto-page-wrap section.tco-deals > div {
    width: 100%;
  }
  .rto-page-wrap section.tco-noproducts-wrap > div {
    width: 100% !important;
  }
  .rto-page-wrap .tco-deals div.checkout {
    height: 400px;
    text-align: center;
  }
  .rto-page-wrap .tco-deals div.checkout div.close img {
    left: 3%;
  }
  .rto-page-wrap .tco-deals .image {
    height: 50vw;
  }
}
@media (max-width: 840px) {
  .rto-page-wrap #calculator div.step-one {
    height: 432px;
  }
  .rto-page-wrap div.white-div {
    bottom: -104px;
    height: 104px;
  }
  .rto-page-wrap #calculator div.step-two {
    height: 415px;
  }
  .rto-page-wrap .hide-content {
    display: none !important;
  }
  .rto-page-wrap .rto-hero div h1 {
    font-size: 3.3em;
  }
  .rto-page-wrap .side-label br {
    display: none;
  }
  .rto-page-wrap .rto-comparison {
    height: 457px;
  }
  .rto-page-wrap .rto-comparison div.second {
    padding: 2.2em 1em;
  }
  .rto-page-wrap .flex-content {
    display: flex !important;
  }
  .rto-page-wrap .calculator .tco-copy {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .rto-page-wrap .calculator .tco-copy div {
    padding: 0;
  }
  .rto-page-wrap .show-button {
    display: inline-block;
    margin-top: 0.4em;
  }
  .rto-page-wrap .show-button:hover {
    border-color: #142667 !important;
  }
  .rto-page-wrap .show-button:hover .button, .rto-page-wrap .show-button:hover .button-fancy-large {
    color: #fff !important;
    background-color: #142667;
    border-color: #142667 !important;
  }
  .rto-page-wrap img.calc {
    position: relative;
    margin-bottom: 12px;
    right: 0;
    top: 0;
  }
  .rto-page-wrap .calculator .tco-copy {
    width: 100%;
  }
  .rto-page-wrap .calculator .tco-box {
    display: none;
    width: 100%;
  }
  .rto-page-wrap .mobile-reset {
    background: #fff;
    color: #132767;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 13px 0 11px;
    display: block;
  }
  .rto-page-wrap .mobile-reset img {
    padding: 0 0 7px;
    width: 32px !important;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .rto-page-wrap div.popup {
    justify-content: flex-start;
    padding-top: 90px;
  }
}
@media (max-width: 760px) {
  .rto-page-wrap div.slide-containers br,
  .rto-page-wrap .rto-steps div.steps-container div.steps-child p br,
  .rto-page-wrap .deals h2 br {
    display: initial;
  }
  .rto-page-wrap .rto-steps div.steps-container {
    flex-direction: column;
  }
  .rto-page-wrap div.slide-containers {
    border-right: none;
  }
  .rto-page-wrap .rto-comparison {
    flex-direction: column;
    height: auto;
  }
  .rto-page-wrap .rto-comparison div.first {
    height: 430px;
    text-align: center;
  }
  .rto-page-wrap .rto-comparison div.first,
  .rto-page-wrap .rto-comparison div.second {
    width: 100%;
  }
  .rto-page-wrap .rto-comparison div.second {
    padding: 2.8em 0em 3.2em 0.8em;
    background: white;
  }
  .rto-page-wrap table.side-label {
    width: 25%;
  }
  .rto-page-wrap .rto-comparison div.second h3 {
    font-size: 2.1em;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0.75px;
  }
  .rto-page-wrap .rto-comparison div.second h3 br {
    display: initial;
  }
  .rto-page-wrap .rto-comparison div.second table.side-label {
    width: 33%;
  }
  .rto-page-wrap .rto-comparison div.second table.options {
    width: 61%;
  }
}
@media (max-width: 540px) {
  .rto-page-wrap #calculator div.step-two div span.subcat-plus {
    width: 34%;
  }
  .rto-page-wrap .cat-button span {
    margin-bottom: 20.5px;
  }
  .rto-page-wrap .subcat-container span.left-subcat {
    position: absolute !important;
    left: 27.5px;
    bottom: -55.8px;
  }
  .rto-page-wrap #calculator div.step-two {
    height: 417px;
  }
  .rto-page-wrap div.calculate-submit {
    margin-top: 40px;
  }
  .rto-page-wrap div.advantage-title {
    padding: 3.5em 0;
  }
  .rto-page-wrap #rto-page {
    font-size: 12px;
  }
  .rto-page-wrap .arrow-down {
    display: flex;
  }
  .rto-page-wrap .rto-hero div h1 {
    font-size: 2.7em;
  }
  .rto-page-wrap .rto-description {
    padding: 3.5em 0.9em 4.5em;
  }
  .rto-page-wrap .rto-description h2 {
    font-size: 2.2em;
  }
  .rto-page-wrap .rto-description p br.break,
  .rto-page-wrap .rto-description h2 br,
  .rto-page-wrap div.advantage-title br,
  .rto-page-wrap .rto-steps h2 br {
    display: initial;
  }
  .rto-page-wrap div.advantage-title h2,
  .rto-page-wrap .rto-steps h2 {
    font-size: 2em;
  }
  .rto-page-wrap .rto-comparison {
    flex-direction: column;
  }
  .rto-page-wrap .rto-comparison div.first {
    background-position-y: 10%;
    height: 300px;
    width: 100%;
  }
  .rto-page-wrap .rto-comparison div.first h2 {
    font-size: 2.7em;
  }
  .rto-page-wrap div.slide-containers {
    min-height: 382px;
    padding: 4em 1em 0;
  }
  .rto-page-wrap div.slide-containers br {
    display: none;
  }
  .rto-page-wrap .rto-comparison div.second table.options {
    width: 58%;
  }
  .rto-page-wrap .rto-comparison div.second table.side-label {
    width: 34%;
  }
  .rto-page-wrap .rto-comparison div.second table.side-label td {
    padding: 0em 0.6em 0 0;
    font-size: 0.8em;
    margin-top: 2em;
  }
  .rto-page-wrap .rto-comparison div.second table tr {
    padding-right: 0.6em;
  }
  .rto-page-wrap .tco-deals div.checkout {
    height: 300px;
    text-align: center;
  }
  .rto-page-wrap .tco-deals div.checkout div.close img {
    top: 8%;
    left: 5%;
    width: 20px !important;
  }
  .rto-page-wrap #calculator {
    width: 320px;
  }
  .rto-page-wrap .shop-now {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .rto-page-wrap div.slide-containers {
    min-height: 430px;
  }
}
.rto-page-wrap .full-width {
  width: 100% !important;
}

@media (min-width: 1080px) {
  .rto-page-wrap .rto-hero div h1 {
    font-size: 5.5em;
  }
  .rto-page-wrap .rto-description h2 {
    font-size: 2.65em;
  }
  .rto-page-wrap .rto-description p {
    font-size: 1.33em;
  }
  .rto-page-wrap .rto-comparison div.first h2 {
    font-size: 4.4em;
  }
  .rto-page-wrap div.advantage-title h2 {
    font-size: 2.65em;
  }
  .rto-page-wrap .rto-steps h2 {
    font-size: 2.65em;
  }
  .rto-page-wrap .deals h2 {
    font-size: 2.65em;
  }
  .rto-page-wrap .calculator .tco-copy h2 {
    margin: 0 auto 0.3em;
    font-size: 2.85em;
  }
  .rto-page-wrap .calculator .tco-copy p {
    font-size: 1.33em;
  }
  .rto-page-wrap img.calc {
    position: absolute;
    width: 93px !important;
    right: -3.7em;
    top: 10em;
    z-index: 99;
  }
}
.rto-page-wrap .accent-color {
  color: #97ca3d;
}

.rto-page-wrap .all-caps {
  text-transform: uppercase;
}

.rto-page-wrap .hero {
  position: relative;
  font-size: 1vw;
}

.rto-page-wrap .hero__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 48vw;
}

.rto-page-wrap .hero__heading {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 2.8em;
}

.rto-page-wrap .hero__heading span {
  display: block;
  line-height: 1em;
}

.rto-page-wrap .hero__links {
  display: flex;
  justify-content: center;
}

.rto-page-wrap .hero__button {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 1em;
  margin: 0 0.5em;
  color: #fff !important;
  background-color: #0071ce;
}

.rto-page-wrap .hero__button:hover {
  text-decoration: none !important;
  background-color: #599e0e;
}

.rto-page-wrap .hero__conditions {
  text-align: center;
  margin-top: 2em;
  max-width: 40em;
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .rto-page-wrap .hero__content {
    padding-left: 45vw;
  }
  .rto-page-wrap .hero__heading {
    font-size: 2.8em;
  }
}
@media (max-width: 768px) {
  .rto-page-wrap .hero__content {
    padding-left: 54vw;
  }
  .rto-page-wrap .hero__heading {
    text-align: right;
    font-size: 6em;
    margin-right: 1em;
  }
}
.rto-page-wrap .accent-color {
  color: #97ca3d;
}

.rto-page-wrap .all-caps {
  text-transform: uppercase;
}

.rto-page-wrap .hero {
  position: relative;
  font-size: 1vw;
}

.rto-page-wrap .hero__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 48vw;
}

.rto-page-wrap .hero__heading {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 2.8em;
}

.rto-page-wrap .hero__heading span {
  display: block;
  line-height: 1em;
}

.rto-page-wrap .hero__links {
  display: flex;
  justify-content: center;
}

.rto-page-wrap .hero__button {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 1em;
  margin: 0 0.5em;
  color: #fff !important;
  background-color: #0071ce;
}

.rto-page-wrap .hero__button:hover {
  text-decoration: none !important;
  background-color: #599e0e;
}

.rto-page-wrap .hero__conditions {
  text-align: center;
  margin-top: 2em;
  max-width: 40em;
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .rto-page-wrap .hero__content {
    padding-left: 45vw;
  }
  .rto-page-wrap .hero__heading {
    font-size: 2.8em;
  }
}
@media (max-width: 768px) {
  .rto-page-wrap .hero__content {
    padding-left: 54vw;
  }
  .rto-page-wrap .hero__heading {
    text-align: right;
    font-size: 6em;
    margin-right: 1em;
  }
}
.rto-page-wrap .why-shop {
  padding: 0 !important;
}

.rto-page-wrap .why-shop ol,
.rto-page-wrap .why-shop ul {
  padding: 0;
}

.rto-page-wrap div.advantage-title {
  background: #2c70B8;
  padding: 4em 0;
}

.rto-page-wrap div.advantage-title br {
  display: none;
}

.rto-page-wrap div.advantage-title h2 {
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
  padding: 0 0.5em;
}

/* .rto-page-wrap div.slide-containers {
    padding: 4em 2em 5em;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
} */
.rto-page-wrap div.slide-containers div {
  height: 100px;
}

.rto-page-wrap div.rto-slider {
  position: relative;
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  text-align: center;
}

.rto-page-wrap div.rto-slider p {
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 1.11em;
  letter-spacing: 0.75px;
  margin-bottom: 0;
  margin-top: 0.8em;
}

.rto-page-wrap div.rto-slider p.subheading {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.7em;
  color: #fff;
  margin-top: 1.1em;
}

@media (max-width: 1352px) {
  .rto-page-wrap div.slide-containers br {
    display: none;
  }
  .rto-page-wrap div.slide-containers p.subheading br {
    display: initial !important;
  }
}
@media (max-width: 840px) {
  .rto-page-wrap .hide-content {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .rto-page-wrap div.slide-containers br {
    display: initial;
  }
}
@media (max-width: 540px) {
  .rto-page-wrap div.advantage-title {
    padding: 3.5em 0;
  }
  .rto-page-wrap div.advantage-title br,
  .rto-steps h2 br {
    display: initial;
  }
  .rto-page-wrap div.advantage-title h2,
  .rto-steps h2 {
    font-size: 2em;
  }
  .rto-page-wrap div.slide-containers br {
    display: none;
  }
}
.rto-page-wrap .full-width {
  width: 100% !important;
}

@media (min-width: 1080px) {
  .rto-page-wrap div.advantage-title h2 {
    font-size: 2.65em;
  }
}
.rto-page-wrap .button2 {
  font-family: Monterrat, sans-serif;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  padding: 18px 64px;
  background-color: transparent;
  border: 1px double #142667;
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  vertical-align: baseline;
  color: white;
  margin: 10px auto;
  position: relative;
}

.rto-page-wrap .button2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #142667;
  background-color: #142667;
}

.rto-page-wrap .why-shop p {
  text-align: left !important;
}

.rto-page-wrap .why-shop div.slide-containers div {
  height: auto;
}

.rto-page-wrap .why-shop div.slide-containers {
  box-sizing: content-box;
  min-height: auto;
}

.rto-page-wrap .helpful {
  display: flex;
}

.rto-page-wrap .helpful > div {
  flex-basis: 50%;
}

.rto-page-wrap .helpful__heading {
  font-size: 2.85em;
  color: #142668;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 1px;
}

.rto-page-wrap .helpful__links {
  background-color: #E5E5E5;
}

.rto-page-wrap .helpful__text {
  font-size: 1.33em;
  line-height: 1.4em !important;
  font-weight: 400;
}

.rto-page-wrap .helpful__links button {
  text-transform: uppercase;
  width: 28rem;
  font-size: 20px;
  padding: 30px 30px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .rto-page-wrap .helpful__links button {
    width: 80vw;
    box-sizing: border-box;
  }
}
.rto-page-wrap .helpful__links .button-border:hover {
  border-color: #142667;
}

.rto-page-wrap .helpful__links .button-border:hover button {
  background-color: #142667;
  color: #ffffff;
}

.rto-page-wrap .helpful__copy-container {
  padding: 8rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 40em;
}

.rto-page-wrap .helpful__copy {
  order: 2;
}

.rto-page-wrap .helpful__links {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rto-page-wrap .helpful__links .button-shop:first-child {
  margin-bottom: 2rem;
}

@media (max-width: 840px) {
  .rto-page-wrap .helpful {
    flex-direction: column;
  }
  .rto-page-wrap .helpful > div {
    flex-basis: auto;
  }
  .rto-page-wrap .helpful__copy {
    order: 1;
  }
  .rto-page-wrap .helpful__copy-container {
    padding: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 25em;
    max-width: 100%;
    box-sizing: border-box;
  }
  .rto-page-wrap .helpful__links {
    order: 2;
    padding: 2rem;
  }
  .rto-page-wrap .helpful__heading {
    font-size: 2.25em;
  }
  .rto-page-wrap .helpful__text {
    font-size: 1.13em;
  }
}
.rto-page-wrap section.tco-noproducts-wrap > div {
  width: 50%;
}

.rto-page-wrap .tco-noproducts {
  display: none;
  background-color: #e5e5e5;
  min-height: 500px;
  text-align: center;
}

.rto-page-wrap .tco-noproducts p {
  margin-top: 13em;
  font-size: 15px;
}

.advo-hero-banner {
  margin-top: 2em;
}

.advo-dot-line-bottom {
  border-bottom: 7px dotted #0169C8;
  margin-bottom: 17px;
}

.advo-monthlydailydeals-featured .category-list {
  margin-bottom: 48px;
}

.advo-monthly-wrap {
  background-color: #ffffff;
}

.advo-dot-line-container {
  max-width: 90%;
  margin: 0 auto 2em auto;
}

.carousel-banner-wrap {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #0069c8;
  background-position-y: 0;
  position: relative;
  min-height: 427px;
}

.carousel-banner-title {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  font-size: 55px;
  line-height: 53px;
  top: -4%;
  bottom: 0;
  left: 8%;
  right: 29%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.carousel-container {
  max-width: 90%;
  margin: 0 auto;
}

.carousel-grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.carousel-grid-item {
  flex-basis: 50%;
  -ms-flex: auto;
  width: 50%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.carousel-grid-item .right-side {
  position: relative;
  width: 100%;
}

.remove-top-padding {
  padding-top: 0;
}

.carousel-container .productcarousel-next {
  font-size: 38px;
  position: absolute;
  top: 41%;
  right: 0;
  color: #0071CE;
  right: -23px;
}

.carousel-container .productcarousel-prev {
  font-size: 38px;
  position: absolute;
  top: 41%;
  color: #0071CE;
  left: -23px;
}

.carousel-container .favorite-icon {
  display: none;
}

.advo-carousel-banner-wrap img {
  width: 13%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-lightblue .advo-carousel-banner-wrap {
  background-color: #16BEF0;
}

.carousel-lightblue-left .productcarousel-next {
  left: -30px;
  transform: rotate(180deg);
  width: 30px;
}

.advo-monthlydailydeals-sitbackandrelax .product-listing-1x4 .search-result-items .grid-tile {
  margin: 0 1% 40px 2%;
  width: 21%;
}

.advo-monthlydailydeals-sitbackandrelax .product-listing .category-heading {
  color: #0169C8;
}

.advo-monthlydailydeals-sitbackandrelax .favorite-icon {
  display: none;
}

.advo-monthlydailydeals-takeaseat .search-result-items {
  justify-content: center;
}

.advo-monthlydailydeals-takeaseat .product-listing-1x4 .search-result-items .grid-tile {
  margin: 0 1% 40px 2%;
  width: 21%;
}

.advo-monthlydailydeals-takeaseat .product-listing .category-heading {
  color: #0169C8;
}

.advo-monthlydailydeals-takeaseat .favorite-icon {
  display: none;
}

.carousel-grid-item .product-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.howitworks-advo-sbs-item img.bg-advo {
  height: 100% !important;
}

@media (max-width: 1499px) {
  .carousel-grid-item-one {
    order: 1;
  }
  .carousel-grid-item-two {
    order: 0;
  }
  .carousel-lightblue-left .productcarousel-next {
    left: inherit;
    right: -31px;
    transform: rotate(0deg);
  }
  .advo-carousel-banner-wrap img {
    width: 5%;
  }
  .advo-carousel-banner-wrap {
    min-height: auto !important;
  }
  .carousel-banner-title {
    position: inherit;
    font-size: 26px;
    padding: 10px;
    line-height: 33px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1479px) {
  .carousel-grid-item {
    flex-basis: 100%;
  }
}
@media (max-width: 1195px) {
  .howitworks-advo-sbs-item a {
    padding: 10px 18px !important;
  }
}
@media (max-width: 1051px) {
  .howitworks-advo-sbs-content img {
    width: 67px !important;
  }
}
@media (max-width: 1024px) {
  .carousel-grid-item {
    padding: 0;
  }
  .carousel-container .productcarousel-next {
    background-color: #fff;
    padding: 9px;
  }
  .advo-monthlydailydeals-sitbackandrelax .search-result-items .grid-tile {
    width: 47% !important;
    margin: 0 5.3% 20px 0;
  }
  .advo-monthlydailydeals-takeaseat .search-result-items .grid-tile {
    width: 47% !important;
    margin: 0 5.3% 20px 0;
  }
}
@media (max-width: 880px) {
  .howitworks-advo-sbs-content img {
    width: 51px !important;
  }
}
@media (max-width: 768px) {
  .howitworks-advo-sbs-content img {
    width: 63px !important;
  }
  .howitworks-advo-promo-sbs-content {
    flex-direction: column !important;
  }
  .howitworks-advo-sbs-item {
    flex-basis: 100%;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .howitworks-advo-sbs-content img {
    display: block !important;
  }
  .howitworks-advo-sbs-content {
    top: 0;
    bottom: 0;
    left: 56%;
    justify-content: center !important;
  }
  .howitworks-advo-sbs-item p.large, .howitworks-advo-sbs-item p.button-fancy-large {
    font-size: 9em;
  }
  .howitworks-advo-sbs-item p {
    font-size: 4em;
  }
  .howitworks-advo-sbs-item a {
    padding: 1.5em 1em !important;
  }
  .carousel-banner-title {
    position: inherit;
    font-size: 16px;
    padding: 10px;
    line-height: 33px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 421px) {
  .carousel-banner-title {
    position: inherit;
    font-size: 16px;
    padding: 10px;
    line-height: 33px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 390px) {
  .carousel-grid-item {
    padding: 0;
  }
  .advo-monthlydailydeals-featured .category-list {
    margin-bottom: 18px;
  }
  .carousel-container .left-side {
    margin-top: 1em;
  }
}
#homepage-promo-content.homepage-promo-sbs-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px 0;
  font-size: 1vw;
}

.home-sbs-item {
  flex-basis: 48%;
  position: relative;
}
.home-sbs-item img {
  width: 100%;
  height: auto;
}

.home-sbs-content {
  position: absolute;
  top: 2em;
  right: 2em;
  bottom: 2em;
  left: 45%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-sbs-content a {
  display: block;
  background-color: #fff;
  width: 70%;
  text-align: center;
  margin-left: auto;
  padding: 1.5em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0071ce;
}
.home-sbs-content p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.home-sbs-content p.large, .home-sbs-content p.button-fancy-large {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.15em;
}
.home-sbs-content p.large.custom, .home-sbs-content p.custom.button-fancy-large {
  margin-bottom: 0.5em;
}
.home-sbs-content .green {
  color: #9bde1a;
}
.home-sbs-content .blue {
  color: #0033a0;
}

.home-sbs-item:first-child p {
  width: 95%;
  margin-left: auto;
}

@media (max-width: 900px) {
  .home-sbs-item:first-child p {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #homepage-promo-content.homepage-promo-sbs-content {
    flex-wrap: wrap;
    font-size: 2vw;
    margin: 30px 0;
  }
  .home-sbs-item {
    flex-basis: 100%;
  }
  .home-sbs-item:first-child {
    margin-bottom: 4.6vw;
  }
}
.home-sbs-item img {
  object-fit: cover;
  min-width: 100%;
}

section.section.section--products.section--recently-viewed {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center !important;
}
@media screen and (max-width: 1023px) {
  section.section.section--products.section--recently-viewed {
    width: 100%;
  }
}
section.section.section--products.section--recently-viewed .recommendations-items {
  width: 90%;
  margin: 0 auto;
}

.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: #ffffff;
  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%);
}

/*# sourceMappingURL=productstyle.css.map */