@font-face{
    font-family:"icons";
    src:url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot");
    src:url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot?#iefix") format("embedded-opentype"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff2") format("woff2"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff") format("woff"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.ttf") format("truetype"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.svg#icons") format("svg");
    font-weight:normal;
    font-style:normal
}

.social-icons, .social-icons a {
    font-size: 1.9em;
    color: #FFF;
    text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
    text-decoration: none;
}

.social-icons .icon::before, .social-icons a .icon::before {
    border-radius: 50%;
}

.icon-twitter:before {
    content: "\f121";
}

.icon-facebook:before {
    content: "\f10f";
}

.icon-youtube:before{
    content:"\f125"
}

.icon-pinterest:before{
    content:"\f11b"
}

.icons-chat{
    background-position:0 -80px;
    height:18px;
    width:20px
}
.pdp-accordion-v2-bar.accordionV2-title {
  border-bottom: 2px solid #ddd;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.pdp-accordion-v2-drawer.accordion-v2-show {
  display: block;
  padding: 10px 15px;
}

.pdp-accordion-v2-drawer {
  display: none;
}

.icon-arrow-down {
  display: none;
}

.accordion-v2-show .icon-arrow-down {
  display: block;
}

.accordion-v2-show .icon-arrow-up {
  display: none;
}

.icon-arrow-up {
  display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pdp-accordion-collapse-icon {
  position: absolute;
  right: 0;
  bottom: .625rem;
  cursor: pointer;
}

@media (min-width: 1023px) {
  .invisible {
    display: none;
  }
}
.guest-order {
    display: flex;
    justify-content: center;
    min-height: 39.8125rem;
    background-size: cover;
    background-color: #4f4f4f;
}

.guest-order-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.guest-order-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1rem 0;
    text-align: center;
}

.guest-order-header__title {
    font-family: Avenir-Black;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 13.9375rem;
    margin-bottom: 0.5rem;
    margin-top:0;
}

.guest-order-header__instructions {
    font-family: Avenir-Roman;
    font-size: 1rem;
    line-height: 1.3125rem;
    max-width: 28.75rem;
    padding: 0 1rem;
}

.guest-order-form-container {
    width: 18.125rem;
    padding: 2rem 1.875rem 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.5);
    position: relative;
}

.guest-order-form-container label,
.guest-order-form-container input,
.track-order-btn-wrapper .button {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.guest-order-form-container input {
    height: 2.25rem;
    border: solid .0625rem rgba(0,0,0,0.25);
    padding: .3125rem .3125rem
}

.guest-order-form-container .form-group {
    margin: 0;
}

.guest-order-form-container .form-group:first-child {
    padding: 0 0 .1875rem 0;
}

.guest-order-form-container .form-group:nth-child(n+2) {
    padding-top: .625rem
}

.guest-order-form-container .form-group:last-child {
    padding-top: 0;
}

.guest-order-form-container .form-group label {
    font-family: Avenir-Black;
    font-size: .625rem;
    font-weight: 900;
    color: #433736;
    line-height: .6875rem;
    padding-bottom: .3125rem;
}

.guest-order-form-container .form-group,
.track-order-btn-wrapper{
    width: 100%;
}

.guest-order-form-container form {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.guest-order .required-info {
    font-family: Avenir-Roman;
    font-size: .625rem;
    color: #2e2e2e;
    line-height: .875rem;
}

.guest-order .guest-order-form__full-name {
    position: relative;
}

.guest-order__tooltip {
    position: absolute;
    bottom: 0.6rem;
    right: -1.7rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.guest-order__tooltip-message {
    display: none;
    width: 9.75rem;
    height: 4rem;
    background-color: rgba(0,0,0,0.75);
    opacity: 75%;
    color: #fff;
    padding-top: .5625rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: center;
    margin-bottom: .25rem;
}

.guest-order__tooltip-icon {
    width: .9375rem;
    height: .9375rem;
    margin-right: .5rem;
}

.guest-order__tooltip-icon svg {
    float: right;
}

.guest-order__tooltip-icon:hover ~ .guest-order__tooltip-message {
    display: block;
}

.guest-order__recapture-inner {
    transform: scale(0.78);
    transform-origin: 0 0;
    margin-left: .5rem;
}

.guest-order__recapture-outer {
    height: 3.7rem;
    margin-top: 0.375rem;
}

.guest-order__recapture-inner input {
    opacity: 0;
    height: 0;
}

.guest-order__recapture-inner .recaptcha-error-msg {
    display: none;
}

.track-order-btn-wrapper::before {
    content:'';
    display: block;
    padding-top: 0.96875rem;
    margin-top: 0.96875rem;
    border-top: solid .0625rem #e2e2e2;
}

.guest-order-form__not-exist-order-msg {
    margin-top: 1.25rem;
}

.guest-order-form__error-msg {
    font-size: .625rem;
    line-height: 0.875rem;
    color: #c41230;
    margin-top: 0.3125rem;
    display: none;
}

.guest-order .guest-order-form__error-input {
    border-color: #c41230;
}

@media (min-width: 48rem) {
    .guest-order-form-container {
        width: 18.75rem;
        padding: 2rem 2rem 1rem 2rem;
    }

    .guest-order-wrapper {
        margin-bottom: 2.5rem;
    }

    .guest-order-header {
        margin: 2.5rem 0 2rem 0;
    }

    .guest-order-header__title {
        font-size: 1.875rem;
        line-height: 2.0625rem;
        width: 17.0625rem;
    }

    .guest-order__tooltip-icon {
        width: auto;
        height: auto;
        margin-right: .3rem;
    }

    .guest-order__tooltip {
        right: -1.6rem;
    }
}
.productCarousel:not(.cq-Editable-dom):not(:has(.prd-carousel--wrap)):has(.prd-carousel) {
    display: none;
}

.productCarousel .slick-dots li.slick-active button:before,
.productCarousel .slick-dots li button:before {
    content: unset;
}

.prd-carousel .single-line {
    color: inherit;
    font-family: inherit;
}

.prd-carousel .red-price {
    color: #A00A1D;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.prd-carousel .prd-carousel__saving {
    font-weight: bold;
}

.prd-carousel .prd-carousel__product-tile__title  {
    width: inherit;
}

.prd-carousel .member-price-cta__text:hover {
    text-decoration: underline;
}

.prd-carousel .hidden {
    visibility: hidden;
}
.megamenu-nav-panel-trigger:after {
  background: url("../../whirlpool/v2/clientlibs/images/megamenu-caret-right.svg") no-repeat;
}

.megamenu-nav-back-item:after {
  background: url("../../whirlpool/v2/clientlibs/images/megamenu-caret-left.svg") no-repeat;
}

.megamenu {
  border-bottom: 1px solid #EEB111;
}

.megamenu-panel-trigger {
  font-family: Helvetica,sans-serif;
}

.megamenu-panel-trigger:focus {
  background: #EEB111;
  outline:none;
}

.megamenu-item-active .megamenu-panel-trigger {
  background: #EEB111;
  color:#000 !important;
}

.megamenu-panel-header {
  margin-bottom: .9rem;
}

.megamenu-panel-title-link {
  font-family: Helvetica,sans-serif;
}

.megamenu-subpanel-link:hover {
  background: #EEB111;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  text-transform: capitalize;
}

.megamenu-nav-back-item {
  background: #EEB111;
}

.megamenu-nav-back-item:hover {
  background: #EEB111;
}

.megamenu-panel-header-title, .megamenu-panel-title-link, .megamenu-panel-trigger {
  text-transform: none;
  text-decoration: none;
}

.megamenu-subpanel-link {
	color: #222222;
  text-transform: none;
  text-decoration: none;
}

div.megamenu-subpanel {
  top: auto;
}
@media (min-width: 63.9375rem) {
  .hero-carousel {
    padding: 20px;
    padding-bottom: 30px;
  }
}

.hero-carousel--wrap {
  border-bottom: transparent;
}

.hero-carousel__prev--btn.slick-arrow, .hero-carousel__next--btn.slick-arrow {
  visibility: visible;
  background: transparent;
  pointer-events: auto;
  color: #eeb111;
  outline-color: transparent;
}

.hero-carousel__prev--btn,
.hero-carousel__next--btn {
  width: 20px;
  height: 20px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #EEB111;
}

.hero-carousel__prev--icon .icon:hover, .hero-carousel__next--icon .icon:hover {
  color: #D99E02;
  fill: #D99E02;
  background: transparent;
}

.hero-carousel__prev--btn button:focus,
.hero-carousel__next--btn button:focus,
.hero-carousel__prev--btn .button:focus,
.hero-carousel__next--btn .button:focus {
  background: transparent;
  color: #D99E02;
}

.hero-carousel__prev--btn:hover, .hero-carousel__next--btn:hover {
  color: #D99E02;
  fill: #D99E02;
  background: transparent;
}

@media (min-width: 63.9375rem) {
  .hero-carousel__status {
    display: none;
  }
}

.hero-carousel__next--btn {
  right: calc(2% - 8px);
}

.hero-carousel__prev--btn {
  left: calc(2% - 8px);
}

@media (max-width: 63.9375rem) {
  .hero-carousel__status {
    display: flex;
    margin-bottom: 0rem
  }
}

.hero-carousel__status .slick-dots li.slick-active button {
  border-color: #eeb111;
  background: #eeb111;
}

.button.secondary {
  background-color: #FFF;
  color: #000000;
  border: 2px solid #353535;
  text-decoration: none;
  padding: 0px 50px;
  height: 40px;
  outline: 0;
}

.button.secondary:hover, .button.secondary:focus {
  border: 2px solid #000000;
  background-color: #e2e2e2;
  color: #000000;;
  text-decoration: none;
  outline: 0;
}

.hero-carousel__product-tile {
  min-height: 390px;
}

.hero-carousel__status .slick-dots {
  bottom: 30px;
  display: none !important;
}

.hero-carousel__prev--icon .icon, .hero-carousel__next--icon .icon {
  display: block;
}
.back-to-top-trigger {
  border-radius: 50%;
  background-color: #EEB111;
  color: #000000;
  height: 40px;
  width: 40px;

  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.back-to-top-trigger:hover {
  background-color: #d99e02;
  color: #000000;
}

.back-to-top-wrapper {
  min-width: 40px;
  min-height: 40px;
}

.back-to-top-caret {
  position: absolute;
  top: 4px;
  left: 10px;
}

.back-to-top-text {
  display: block !important;
  position: absolute;
  bottom: 7px;
  left: 30%;
  text-transform: none;
}

.prd-carousel__status .slick-dots li.slick-active button,
.product-carousel .slick-dots li.slick-active button {
  border-color: #EEB111;
  background: #EEB111;
}

.prd-carousel__status .slick-dots {
	position: static;
}	

.prd-carousel__prev--btn,
.prd-carousel__next--btn {
  color: #EEB111;
}

.prd-carousel__prev--btn:hover,
.prd-carousel__next--btn:hover {
  color: #d99e02;
}

.prd-carousel-top-price.urgent-price {
  color: #c41230;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 1024px){
  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
    width: auto !important;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .prd-carousel__item:nth-child(-n+4) {
    min-width: 200px;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
    padding: 10px;
    min-width: 180px;
  }
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
  padding: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile__detail {
  padding-top: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
  justify-content: space-between;
}

.slick-initialized .slick-slide, .prd-carousel__product-tile__img-link, .prd-carousel__product-tile__title--link {
  outline-color: transparent;
}

/*Recommendation model star rating */
.Other__products__recommendation .bv_reviews_inner::before {
    color:#eeb111;
}  
.similar__products__recommendation .bv_reviews_inner::before {
    color:#eeb111;
}
.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.ir__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspKitchen__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspLaundry__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.clp_topselling_products_recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.clp_top_rated_products_recommendation .bv_reviews_inner::before {
  color:#eeb111;
}



.contact-us-form-wrapper {
  padding: none;
}

.contactUsForm .contact-us-form-wrapper {
  padding: unset;
}

.contact-us-send-btn {
    background: #eeb111;
    padding: 1em;
    width: 75%;
    margin: 2.25em auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-align: center;
    border-radius: 30px;
    border: 0;
}

.contact-us-send-btn:focus {
  color: #2e2e2e;
  text-decoration: none;
}

.contact-us-form-content .form-req-message {
  color: #c80a33;
}

@media (max-width: 1023px) {
	.contact-us-send-btn {
		width: 50%;
	}
}


@media (max-width:767px) {

    .contact-us-form-wrapper {
    padding: unset;
  }

  .contact-us-send-btn {
		width: 100%;
	}
}
.languageselector .desktop-lang-section {
	margin-bottom: 20px;
    position: relative;
    height: 45px;
}

.desktop-lang-section .lang-selector {
    height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    z-index: 1;
    position: absolute;
    width: 72%;
    background-color: transparent;
    -webkit-appearance: none;
}

.desktop-lang-section .lang-selector:focus {
    outline: none;
}

.language-section .form-select-icon {
    z-index: 0;
    position: absolute;
    left: 64%;
	top: 27px;
}

@media (max-width: 600px) {
	.language-section .form-select-icon {
        left: 57%;

	}
}

.languageselector .mobile-footer-lang-section {
	display: none;
}

.lang-selector-label.hidden {
    display: none;
}
a.header-user-location-link {
    color: black;
    text-decoration: none;
}

.header-user-location-link:hover {
    color: #d99e02;
}

div#location-modal .location-modal-button {
    font-size: 1rem;
}

.location-modal-button:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

.location-modal-button:hover:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

/* Spinner */
.zip-loader {
    display: none;
    position: absolute;
    top: 1.55rem;
    left: 0;
    border: 0.4rem solid #f3f3f3;
    border-top: 0.4rem solid #eeb111;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: loadspin 2s linear infinite;
}

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

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

@media screen and (max-width: 47rem) {
    .zip-loader {
        top: 1rem;
    }

    .zip-resolved-checkmark {
        top: 1.25rem;
    }
}

@media screen and (max-width: 24rem) {
    div#location-modal .location-modal-button {
        margin-top: 0.5rem;
        font-size: 0.75rem;
    }
}

.cart-mini {
    border: 0.125rem solid #e2e2e2;
}
.social-icons .icon::before, .social-icons a .icon::before {
    background: #EEB111;
}

.social-icons, .social-icons a {
    color: #000;
}

@media (max-width: 767px) {
	.mobile-footer-content-wrapper, 
	.mobile-footer-social-icons, 
	.mobile-footer-lang-section {
		display: block;
    }

    .desktop-footer-content-wrapper,
    .desktop-footer-social-icons,
    .desktop-lang-section {
        display: none;
    }
}

@media (min-width: 768px) {
	.mobile-footer-content-wrapper, 
	.mobile-footer-social-icons, 
	.mobile-footer-lang-section {
		display: none;
    }

    .desktop-footer-content-wrapper,
    .desktop-footer-social-icons,
    .desktop-lang-section {
        display: block;
    }
}
.circuit-breaker-banner__config {
  display: none;
}
.circuit-breaker-banner {
  width: 100%;
  text-align: center;
  padding: 1rem 0.9375rem 1rem 0.9375rem;
  animation: 0.5s fadeIn 0s 1 forwards;
  font-weight: normal;
}
.circuit-breaker-banner.hidden {
  display: none;
}
.circuit-breaker-banner--fixed {
  position: fixed;
  z-index: 25;
}


@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f2f2f2 89%, #8cd5ea 11%);
    padding-right: 5rem;
  }
}


.interstitial-prd-carousel {
  padding: 0 2rem 1rem 2rem;
}
.interstitial-prd-carousel__product-tile__title--link,
.interstitial-prd-carousel__header,
.interstitial-prd-carousel__product-tile-price,
.interstitial-prd-carousel__product-tile__btn .button,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.interstitial-prd-carousel__sub-header,
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small {
  font-family: 'HelveticaNeue', sans-serif;
}
.interstitial-prd-carousel__product-tile {
  width: 15rem;
}
.interstitial-prd-carousel__product-tile__bv {
  height: 1.3125rem;
}
.interstitial-prd-carousel__product-tile__title--link {
  color: #000000;
  font-size: .75rem;
  text-decoration: underline;
}
.interstitial-prd-carousel__headline {
  text-align: center;
}
.interstitial-prd-carousel__header {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
.interstitial-prd-carousel__header::after {
  display: none;
}
.interstitial-prd-carousel__sub-header {
  margin: .375rem 0 1rem 0;
  font-size: .75rem;
}
.interstitial-prd-carousel__item {
  width: 14.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interstitial-prd-carousel__item.slick-slide {
  display: flex;
}
.interstitial-prd-carousel__product-tile-container {
  display: flex;
  justify-content: center;
  padding-left: .5rem;
}
.interstitial-prd-carousel__product-tile-image-container {
  display: flex;
  align-items: center;
}
.interstitial-prd-carousel__product-tile-image-url {
  max-width: 5.9375rem;
  height: 5.9375rem;
}
.interstitial-prd-carousel__product-tile-image {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}
.interstitial-prd-carousel__product-tile-body {
  font-size: .75rem;
  margin-left: .5rem;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
}
.interstitial-prd-carousel__product-tile__btn {
  margin-top: .5rem;
}
.interstitial-prd-carousel__product-tile__btn .button {
  width: 13.625rem;
  height: 2.1875rem;
  background-color: #fff;
  color: #000000;
  font-size: 1rem;
  text-transform: none;
  border-radius: 3.125rem;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  border-left: 0.15rem solid #000000;
  border-right: 0.15rem solid #000000;
}
.interstitial-prd-carousel__product-tile__btn .button:hover,
.interstitial-prd-carousel__product-tile__btn .button:focus {
  background-color: transparent;
  color: #000000;
}
.interstitial-prd-carousel .product-added-btn,
.interstitial-prd-carousel .product-added-btn:hover,
.interstitial-prd-carousel .product-added-btn:focus {
  background-color: #f2f2f2;
  border: 0;
}
.interstitial-prd-carousel__prev-btn,
.interstitial-prd-carousel__next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 5px 5px 0;
  cursor: pointer;
}
.interstitial-prd-carousel__prev-btn.slick-disabled,
.interstitial-prd-carousel__next-btn.slick-disabled {
  border-color: #e2e2e2;
}
.interstitial-prd-carousel__prev-btn,
.interstitial-prd-carousel__next-btn,
.interstitial-prd-carousel__prev-btn:hover,
.interstitial-prd-carousel__next-btn:hover,
.interstitial-prd-carousel__prev-btn:focus,
.interstitial-prd-carousel__next-btn:focus {
  background: none;
  padding: 0;
  margin: 0;
}
.interstitial-prd-carousel__prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-prd-carousel__next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-prd-carousel .prd-carousel-top-price {
  font-size: .75rem;
}
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-size: .625rem;
}
.interstitial-prd-carousel .prd-carousel__save-price {
  color: #008800;
  display: inline-block;
}
.interstitial-prd-carousel .slick-list > div {
  margin-left: 0;
}

.interstitial-product-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(39, 3, 9, 0.3);
}
.interstitial-product-card__product-title:has(+ .marketplace-product-label) {
  margin-bottom: .5rem;
}
.interstitial-product-card__product-data .marketplace-product-label {
  margin: .625rem 0;
  width: 14rem;
}
.interstitial-product-card__product-data .marketplace-product-label span {
  text-decoration: underline;
}
.interstitial-product-card__header-title,
.interstitial-product-card__product-title-text,
.interstitial-product-card__main-cta-text,
.interstitial-product-card__protection-plans-title,
.interstitial-product-card__protection-plan-select,
.interstitial-product-card__product-subscription-label,
.interstitial-product-card__delivery-date {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.interstitial-product-card__product-specification,
.interstitial-product-card__delivery,
.interstitial-product-card__protection-plans-learn-more {
  font-family: 'HelveticaNeue', sans-serif;
}
.interstitial-product-card__check-mark-icon {
  width: 2rem;
  height: 2rem;
}
.interstitial-product-card__check-mark-icon svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.interstitial-product-card__icons {
  display: none;
}
.interstitial-product-card__product-subscription {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.interstitial-product-card__product-subscription-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.interstitial-product-card__product-subscription-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
}
.interstitial-product-card__product-subscription-label {
  margin-left: .5rem;
  font-size: .75rem;
  font-weight: bold;
}
.interstitial-product-card__header {
  display: flex;
  align-items: center;
}
.interstitial-product-card__success-title,
.interstitial-product-card__error-title {
  display: none;
}
.success .interstitial-product-card__success-title,
.error .interstitial-product-card__error-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.interstitial-product-card__header-title {
  font-size: 1.25rem;
  margin-left: .5rem;
}
.interstitial-product-card__appliances-quantity {
  font-size: .75rem;
  margin-left: 2.5rem;
}
.interstitial-product-card__item {
  display: flex;
}
.interstitial-product-card__header-container {
  width: 100%;
  display: flex;
  margin: 0 1rem;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}
.interstitial-product-card__cart-limit-message {
  color: #e22323;
  margin-top: 10px;
  width: 100%;
}
.interstitial-product-card__container {
  width: 100%;
}
.interstitial-product-card__container {
  padding: 1.5rem;
}
.interstitial-product-card__product-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: .5rem;
}
.interstitial-product-card__product-image {
  max-height: 100%;
}
.interstitial-product-card__product-title-text {
  width: 14rem;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-weight: bold;
  color: #000;
}
.interstitial-product-card__product-title-text::after {
  display: none;
}
.interstitial-product-card__product-title {
  margin-bottom: .5625rem;
}
.interstitial-product-card__product-specification {
  font-size: .75rem;
  margin-bottom: .5rem;
}
.interstitial-product-card__product-specification-value {
  font-weight: 700;
  margin-left: 0.25rem;
}
.interstitial-product-card__protection-plans {
  margin-top: 1.5rem;
}
.interstitial-product-card__protection-plans-header {
  display: flex;
  align-items: center;
  margin-bottom: .375rem;
}
.interstitial-product-card__protection-plans-title {
  font-size: .75rem;
  margin-left: .1rem;
}
.interstitial-product-card__protection-plans-body {
  display: flex;
  align-items: center;
}
.interstitial-product-card__trigger {
  display: flex;
}
.interstitial-product-card__protection-plan-select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 3.625rem 0 .5rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  background: transparent;
  font-weight: bold;
  font-size: .75rem;
}
.interstitial-product-card__protection-plan-select::-ms-expand {
  display: none;
}
.interstitial-product-card__protection-plan-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  border: solid 1px rgba(127, 127, 127, 0.35);
}
.interstitial-product-card__protection-plan-arrow {
  position: absolute;
  top: .6875rem;
  right: 1.25rem;
}
.interstitial-product-card__protection-plan-arrow::before {
  content: '';
  display: block;
  width: .75rem;
  height: .75rem;
  transform: rotate(45deg);
  border: solid #eeb111;
  border-width: 0 3px 3px 0;
}
.interstitial-product-card__protection-plans-learn-more {
  margin-left: .5rem;
}
.interstitial-product-card__protection-plans-learn-more a {
  font-size: .75rem;
  font-weight: normal;
}
.interstitial-product-card__delivery-container {
  width: 100%;
}
.interstitial-product-card__delivery {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 2.1875rem;
  font-size: 1rem;
  padding: .5625rem 1rem;
}
.interstitial-product-card__delivery-date {
  color: #008800;
}
.interstitial-product-card .horizontal-line {
  content: '';
  height: 0.0625rem;
  display: block;
  margin: 0 2rem;
  background: #000;
  opacity: 0.2;
}
.interstitial-product-card__main-cta {
  display: none;
}
@media all and (max-width: 47.938rem) {
  .interstitial-product-card__header {
    width: 100%;
  }
  .interstitial-product-card__product-image-container {
    height: 6.75rem;
  }
  .interstitial-product-card__with-protection-plans {
    padding-bottom: 4.75rem;
  }
  .interstitial-product-card__protection-plans-wrapper {
    margin-left: 1rem;
  }
  .interstitial-product-card__protection-plans {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .interstitial-product-card__protection-plan-select {
    padding: 0 1.4rem 0 .2rem;
    font-size: .65rem;
  }
  .interstitial-product-card__protection-plan-arrow {
    right: .4rem;
  }
  .interstitial-product-card__protection-plans-learn-more {
    margin-left: .25rem;
  }
  .interstitial-product-card__protection-plans-learn-more a {
    font-size: .65rem;
  }
}
@media all and (min-width: 48rem) {
  .interstitial-product-card__appliances-quantity {
    font-size: 1.25rem;
    margin-left: .3125rem;
  }
  .interstitial-product-card__container {
    padding: 1.5rem .5rem 1.5rem 2.5rem;
  }
  .interstitial-product-card__product-image-container {
    height: 12.5rem;
    margin-right: 3rem;
  }
  .interstitial-product-card__header-container {
    margin: 0 2.5rem;
    padding: 1rem 0;
    justify-content: space-between;
  }
  .interstitial-product-card__delivery {
    padding: .5625rem 2rem;
  }
  .interstitial-product-card__product-title {
    margin: 1rem 0;
  }
  .interstitial-product-card__product-title-text {
    width: 23rem;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.19;
  }
  .interstitial-product-card .marketplace-product-label {
    width: 23rem;
  }
  .interstitial-product-card__protection-plans-title {
    margin-left: .25rem;
  }
  .interstitial-product-card__product-image-container {
    align-items: center;
  }
  .interstitial-product-card__main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .interstitial-product-card__main-cta:hover,
  .interstitial-product-card__main-cta:focus,
  .interstitial-product-card__main-cta[disabled],
  .interstitial-product-card__main-cta[disabled]:hover,
  .interstitial-product-card__main-cta[disabled]:focus {
    background: none;
    color: inherit;
  }
  .interstitial-product-card__main-cta:before {
    content: '';
    display: block;
    height: 2.5rem;
    width: .0625rem;
    background: #e2e2e2;
    margin-right: 1rem;
  }
  .interstitial-product-card__main-cta-container {
    display: flex;
  }
  .interstitial-product-card__main-cta-icon svg {
    width: 1.375rem;
    height: 1.1875rem;
  }
  .interstitial-product-card__main-cta-text {
    margin-left: .5625rem;
  }
}
@media all and (max-width: 20rem) {
  .interstitial-product-card__protection-plan-select {
    font-size: .55rem;
  }
}
@media all and (max-width: 22.5rem) {
  .interstitial-product-card__container {
    padding-right: .5rem;
  }
  .interstitial-product-card__product-title-text {
    width: 12rem;
  }
  .interstitial-product-card__protection-plans-wrapper {
    margin-left: .2rem;
  }
}

.interstitial-product-subscriptions__select {
  margin-top: .5rem;
  position: relative;
  user-select: none;
  border: 0.063rem solid #a9a9a9;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.interstitial-product-subscriptions__select .recommended {
  font-weight: normal;
}
.interstitial-product-subscriptions__select-trigger,
.interstitial-product-subscriptions__select-options {
  font-style: normal;
  font-weight: bold;
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-product-subscriptions__select-trigger {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  padding-left: .5625rem;
  color: #000000;
}
.interstitial-product-subscriptions__select-trigger:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.interstitial-product-subscriptions__select-options {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  border-radius: .125rem;
  box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.5);
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.interstitial-product-subscriptions__select-options__option {
  position: relative;
  display: block;
  padding: .5625rem .5rem;
  font-size: .75rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.33;
  font-weight: bold;
}
.interstitial-product-subscriptions__select-options__option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.interstitial-product-subscriptions__select-options__option.selected {
  background-color: #ededed;
}
.interstitial-product-subscriptions__select-options__option-frequency-copy {
  font-weight: normal;
  color: #000000;
}
.interstitial-product-subscriptions__select-options__option:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.interstitial-product-subscriptions__select.open .interstitial-product-subscriptions__select-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.interstitial-product-subscriptions__select-icon {
  position: absolute;
  width: 3rem;
  height: 100%;
  top: 0;
  right: 0;
  border-left: solid 0.0625rem #a9a9a9;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.interstitial-product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  height: .725rem;
  width: .775rem;
  margin-top: .725rem;
  border-bottom: 0.1875rem solid #e09d00;
  border-right: 0.1875rem solid #e09d00;
}
@media (min-width: 47.938rem) {
  .interstitial-product-subscriptions__select {
    width: 20rem;
  }
}
.interstitial-product-subscriptions__guestpass {
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 1rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  color: #000000;
}
.interstitial-product-subscriptions__guestpass-header {
  font-weight: bold;
  margin-bottom: .75rem;
  display: flex;
}
.interstitial-product-subscriptions__guestpass-header__icon {
  height: 1.5rem;
  width: 1.5rem;
}
.interstitial-product-subscriptions__guestpass-header__icon svg:not(:root) {
  height: inherit;
}
.interstitial-product-subscriptions__guestpass-header__text {
  margin: auto .5rem;
}
.interstitial-product-subscriptions {
  padding: 1.156rem 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "HelveticaNeue", sans-serif;
}
.interstitial-product-subscriptions__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: .0625rem;
  left: 0;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] + .check-mark {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border: .0625rem solid #000;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"]:checked + .check-mark:after {
  position: absolute;
  display: block;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid #000000;
  border-width: 0 .125rem .125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.interstitial-product-subscriptions__label {
  font-size: 1rem;
  line-height: 1.188rem;
  color: #000000;
  font-style: normal;
  font-weight: bold;
}
.interstitial-product-subscriptions__label .percent-off {
  color: #008800;
}
.interstitial-product-subscriptions__terms {
  margin-top: .656rem;
  font-style: normal;
  font-weight: normal;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
}
.interstitial-product-subscriptions__terms a {
  font-weight: normal;
}
.interstitial-product-subscriptions__select-container {
  margin-top: .5rem;
}
.interstitial-product-subscriptions__delivery {
  margin-top: .5rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
  line-height: .875rem;
}
@media (min-width: 48rem) {
  .interstitial-product-subscriptions {
    padding: 1.656rem 3rem 1.5rem;
  }
}

.author-env.interstitial-modal {
  display: block;
  position: unset;
}
.author-env .modal-box {
  opacity: 1;
}
.interstitial-modal-trigger {
  display: none;
}
.interstitial-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.interstitial-modal::-webkit-scrollbar {
  display: none;
}
.interstitial-modal .modal-box {
  padding: 0;
  width: 100%;
  max-width: unset;
}
.interstitial-modal .modal-dialog {
  text-align: unset;
  max-width: 100%;
}
.interstitial-modal__container {
  box-shadow: 0 4px 8px 0 rgba(39, 3, 9, 0.3);
  background-color: #fff;
}
@media all and (max-width: 63.938rem) {
  .interstitial-modal {
    padding: 0;
  }
  .interstitial-modal .modal-box {
    margin: 0;
  }
}
@media all and (min-width: 64rem) {
  .interstitial-modal .modal-box {
    width: 52.5rem;
  }
}
.interstitial-modal .modal-header-ebl {
  display: none;
}
.interstitial-modal .interstitial-cta-container {
  display: none;
}
.interstitial-modal .hide-kad {
  display: block;
  width: 100%;
}
.interstitial-modal .close-btn-ebladdtocart {
  display: none;
}

.interstitial-installation-service {
  padding: 1.25rem 0 0 0;
}
.interstitial-installation-service .green {
  color: #008800;
}
.interstitial-installation-service__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.interstitial-installation-service__header-icon {
  display: inline-block;
}
.interstitial-installation-service__header-icon svg {
  width: 1.875rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-installation-service__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-installation-service__learn-more {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-installation-service__no-options {
  padding: 0;
}
.interstitial-installation-service__title {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.interstitial-installation-service .upper {
  text-transform: uppercase;
}
.interstitial-installation-service__options :last-child {
  margin-bottom: 0;
}
.interstitial-installation-service__price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-installation-service__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  display: block;
  align-items: center;
}
.interstitial-installation-service__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-installation-service__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-installation-service__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
  height: 1rem;
  width: 1rem;
}
.interstitial-installation-service__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-installation-service__header,
.interstitial-installation-service-section {
  padding: 0 1rem;
}
.interstitial-installation-service-section {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-installation-service__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 48rem) {
  .interstitial-installation-service {
    padding: 1.40625rem 0 0 0;
  }
  .interstitial-installation-service__header {
    font-size: 1.25rem;
  }
  .interstitial-installation-service__header-icon {
    display: inline-block;
  }
  .interstitial-installation-service__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem;
  }
  .interstitial-installation-service__header-icon img {
    max-width: 2.75rem;
    max-height: 2.1875rem;
  }
  .interstitial-installation-service__header,
  .interstitial-installation-service-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-installation-service__learn-more {
    font-size: 1rem;
  }
  .interstitial-installation-service__no-options {
    padding: 0;
  }
  .interstitial-installation-service__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-installation-service__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-installation-service__checkbox-container input:focus + .check-mark {
    outline: dotted 0.125rem #000000;
  }
}

.interstitial-delivery {
  padding: 1.25rem 0 0 0;
}
.interstitial-delivery .green {
  color: #008800;
}
.interstitial-delivery .upper {
  text-transform: uppercase;
}
.interstitial-delivery__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.interstitial-delivery__header-icon {
  display: inline-block;
}
.interstitial-delivery__header-icon svg {
  width: 1.875rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-delivery__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-delivery__no-options {
  padding: 0;
}
.interstitial-delivery__options :last-child {
  margin-bottom: 0;
}
.interstitial-delivery__title {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.interstitial-delivery__policy {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-delivery__price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-delivery__radio-container,
.interstitial-delivery__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.interstitial-delivery__radio-container input,
.interstitial-delivery__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-delivery__radio-container input:checked ~ .check-mark:after,
.interstitial-delivery__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-delivery__radio-container .check-mark,
.interstitial-delivery__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
}
.interstitial-delivery__radio-container .check-mark:after,
.interstitial-delivery__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
}
.interstitial-delivery__radio-container {
  display: block;
}
.interstitial-delivery__radio-container .check-mark {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #ffffff;
}
.interstitial-delivery__radio-container .check-mark:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #000;
}
.interstitial-delivery__checkbox-container {
  display: block;
  align-items: center;
}
.interstitial-delivery__checkbox-container.included {
  opacity: 0.5;
}
.interstitial-delivery__checkbox-container .check-mark {
  height: 1rem;
  width: 1rem;
}
.interstitial-delivery__checkbox-container .check-mark:after {
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-delivery__included-copy {
  display: none;
  opacity: 0.5;
}
.interstitial-delivery__included-copy.show {
  display: inline;
}
.interstitial-delivery__accessories {
  display: none;
}
.interstitial-delivery__accessories:before {
  content: '';
  width: 100%;
  height: .0625rem;
  display: block;
  margin-top: 1rem;
  background: #000;
  opacity: .2;
}
.interstitial-delivery__accessories-info {
  position: relative;
  min-height: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  margin: 0 0.5rem;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile,
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(135deg);
  transform: rotate(-45deg);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile.slick-disabled,
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-delivery__accessories-info-container {
  text-align: center;
  width: calc(100% - 2.5rem);
  font-size: 0.75rem;
  font-weight: bold;
}
.interstitial-delivery__accessories-info-container .bracket {
  display: initial;
}
.interstitial-delivery__accessory {
  display: flex;
  background: #ffffff;
  width: auto;
  height: 5rem;
  border: solid 0.0625rem #979797;
  align-items: center;
  margin: .5rem 0;
}
.interstitial-delivery__accessory.slick-slide {
  display: flex;
}
.interstitial-delivery__accessory .interstitial-delivery__checkbox-container {
  display: none;
}
.interstitial-delivery__accessory .interstitial-delivery__checkbox-container .check-mark {
  display: none;
}
.interstitial-delivery__accessory.selected {
  border: solid 0.125rem #000000;
}
.interstitial-delivery__accessory-image {
  max-height: 3.5rem;
  max-width: 3.5rem;
  margin: 0 .5rem;
}
.interstitial-delivery__accessory-specifications {
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-delivery__accessory-price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-delivery__accessory-price .red {
  color: #c80a33;
}
.interstitial-delivery__accessories-prev-btn,
.interstitial-delivery__accessories-next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-delivery__accessories-prev-btn.slick-disabled,
.interstitial-delivery__accessories-next-btn.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-delivery__accessories-prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-delivery__accessories-next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-delivery__header,
.interstitial-delivery__installation-section,
.interstitial-delivery__delivery-section {
  padding: 0 1rem;
}
.interstitial-delivery__installation-section,
.interstitial-delivery__delivery-section {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-delivery__installation-section {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
  margin-top: 1rem;
}
.interstitial-delivery__content-spot-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 2rem .9375rem 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.interstitial-delivery__content-spot-text {
  width: 38.375rem;
  line-height: 1.19;
}
.interstitial-delivery__required-option-error {
  display: none;
  color: #c80a33;
  font-size: .875rem;
  margin: 0.5rem 0 -0.625rem 0;
}
.interstitial-delivery .interstitial-delivery__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.interstitial-delivery__accessory-wrapper.invisible {
  visibility: hidden;
}
@media all and (min-width: 48rem) {
  .interstitial-delivery {
    padding: 1.40625rem 0 0 0;
  }
  .interstitial-delivery__header {
    font-size: 1.25rem;
  }
  .interstitial-delivery__header-icon {
    display: inline-block;
  }
  .interstitial-delivery__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem;
  }
  .interstitial-delivery__header-icon img {
    max-width: 2.75rem;
    max-height: 2.1875rem;
  }
  .interstitial-delivery__header,
  .interstitial-delivery__installation-section,
  .interstitial-delivery__delivery-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-delivery__no-options {
    padding: 0;
  }
  .interstitial-delivery__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-delivery__policy {
    font-size: 1rem;
  }
  .interstitial-delivery__radio-container,
  .interstitial-delivery__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-delivery__radio-container input:focus + .check-mark,
  .interstitial-delivery__checkbox-container input:focus + .check-mark {
    outline: dotted 0.125rem #000000;
  }
  .interstitial-delivery__required-option-error {
    font-size: 1rem;
  }
  .interstitial-delivery__accessory {
    width: 95%;
    margin: .5rem;
  }
  .interstitial-delivery__accessory .interstitial-delivery__checkbox-container.selected {
    display: flex;
  }
  .interstitial-delivery__accessory .interstitial-delivery__checkbox-container input:checked ~ .check-mark {
    display: block;
    margin: 0 0.75rem;
  }
  .interstitial-delivery__accessories-container .slick-track {
    margin-left: 0;
  }
  .interstitial-delivery__accessories-info-container {
    width: 100%;
  }
  .interstitial-delivery__accessories-info-container .bracket {
    display: none;
  }
}

.interstitial-cta-buttons {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem 1.4375rem 2rem;
}
.interstitial-cta-buttons__secondary.button {
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'HelveticaNeue', sans-serif;
  background: none;
  text-decoration: underline;
  color: #353535;
}
.interstitial-cta-buttons__secondary.button:hover,
.interstitial-cta-buttons__secondary.button:focus {
  background: none;
  text-decoration: underline !important;
}
.interstitial-cta-buttons__main {
  width: 18rem;
  margin-left: 1rem;
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
@media all and (max-width: 47.938rem) {
  .interstitial-cta-buttons {
    flex-direction: column;
    align-items: center;
    padding-top: 1.4375rem;
  }
  .interstitial-cta-buttons__secondary.button {
    width: 18rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    background-color: #fff;
    text-decoration: none;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    border-radius: 3.125rem;
    border-top: .125rem solid #000;
    border-bottom: .125rem solid #000;
    border-left: .10rem solid #000;
    border-right: .20rem solid #000;
  }
  .interstitial-cta-buttons__secondary.button:hover,
  .interstitial-cta-buttons__secondary.button:focus {
    background: transparent;
    color: #D99E02;
  }
  .interstitial-cta-buttons__main.button {
    width: 18rem;
    margin: 0;
  }
}

.interstitial-content-spot-v2__wrapper-majors,
.interstitial-content-spot-v2__wrapper-non-majors,
.interstitial-content-spot-v2__wrapper-circuit-breaker-majors,
.interstitial-content-spot-v2__wrapper-circuit-breaker-non-majors {
  padding: 1rem 1.625rem 1rem 1.5rem;
}
.interstitial-content-spot-v2__heading {
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.interstitial-content-spot-v2__body {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .interstitial-content-spot-v2__wrapper-majors,
  .interstitial-content-spot-v2__wrapper-non-majors,
  .interstitial-content-spot-v2__wrapper-circuit-breaker-majors,
  .interstitial-content-spot-v2__wrapper-circuit-breaker-non-majors {
    padding: 1rem 7.063rem;
  }
  .interstitial-content-spot-v2__heading,
  .interstitial-content-spot-v2__body {
    font-size: 1rem;
    line-height: 1.19;
  }
}

.interstitial-content-spot__wrapper-majors,
.interstitial-content-spot__wrapper-non-majors,
.interstitial-content-spot__wrapper-circuit-breaker {
  padding: 1rem 1.625rem 1rem 1.5rem;
}
.interstitial-content-spot__heading {
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.interstitial-content-spot__body {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .interstitial-content-spot__wrapper-majors,
  .interstitial-content-spot__wrapper-non-majors,
  .interstitial-content-spot__wrapper-circuit-breaker {
    padding: 1rem 7.063rem;
  }
  .interstitial-content-spot__heading,
  .interstitial-content-spot__body {
    font-size: 1rem;
    line-height: 1.19;
  }
}

.interstitial-product-subscriptions {
  font-family: 'DM Sans', sans-serif;
}
.interstitial-product-subscriptions__label {
  font-family: 'DM Sans', sans-serif;
}
.interstitial-product-subscriptions__label .percent-off {
  font-family: inherit;
  color: #17847a;
}
.interstitial-product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  border-bottom: 0.1875rem solid #000000;
  border-right: 0.1875rem solid #000000;
}
.interstitial-product-subscriptions__select {
  border: 0.0625rem solid #58585a;
  border-radius: 0.25rem;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] + .check-mark {
  border: 0.09375rem solid #58585a;
  z-index: 1;
  border-radius: 0.125rem;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] + .check-mark:hover {
  cursor: pointer;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"]:checked + .check-mark {
  background: #037fa5;
  border: 0.09375rem solid #037fa5;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"]:checked + .check-mark:after {
  border: solid #ffffff;
  border-width: 0 .125rem .125rem 0;
}
.interstitial-product-subscriptions__checkbox-container:hover:before {
  content: '';
  position: absolute;
  display: block;
  top: -0.625rem;
  left: -0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  background: #8cd5ea;
  border-radius: 100%;
}
.interstitial-product-subscriptions__checkbox-container:focus-within {
  outline: 0.0625rem solid #000000;
}
.interstitial-product-subscriptions__select-icon {
  border-left: none;
}


.interstitial-product-card__product-specification,
.interstitial-product-card__product-specification-value,
.interstitial-product-card__delivery,
.interstitial-product-card__header-title,
.interstitial-product-card__main-cta-text,
.interstitial-product-card__protection-plans-title,
.interstitial-product-card__protection-plan-select,
.interstitial-product-card__product-subscription-label {
  font-family: 'DM Sans', sans-serif;
  color: #000000;
}
.interstitial-product-card__delivery-date {
  font-family: 'DM Sans', sans-serif;
  color: #17847a;
}
.interstitial-product-card__product-title-text {
  font-family: 'DIN 30640 Pro', sans-serif;
  line-height: 125%;
}
.interstitial-cta-buttons__main {
  font-family: 'DIN 30640 Pro', sans-serif;
}
.interstitial-cta-buttons__secondary.button {
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  white-space: nowrap;
}
.interstitial-cta-buttons__secondary.button:hover {
  color: #037fa5;
}

.product-features__feature-card img {
	height: 12.75rem;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.product-features__feature-card-text {
	margin: 0.5rem .5rem 0 .5rem;
}

.product-features__feature-card-text p {
	margin-bottom: 1em;
}

.product-features__feature-card {
	background: #fff;
	height: 100%;
	border: #d8d8d8 solid .0625rem;
	position: relative;
}

.product-features__additional-features {
	background: #fff;
	margin-top: 1rem;
	margin-bottom: .875rem;
	margin: auto;
	padding: 2.5rem 6.25rem 1.25rem 6.25rem;
	border: #d8d8d8 solid .0625rem;
}

@media (max-width: 768px) {
	.product-features__feature-card img {
		max-height: 20rem;
	}
	.product-features__additional-features {
		padding: 1.875rem 1.25rem .625rem 1.25rem;
	}
}

.product-features__additional-feature-card {
	padding: 1rem
}

.product-features__row-feature {
	margin-bottom: 0.875rem
}

.product-features__show .product-features__row-feature:nth-of-type(n + 4) {
	display: none;
}

.product-features__show .row-additional:nth-of-type(n + 3) {
	display: none;
}

.product-features__view_more--link {
	font-weight: 700;
	font-size: 1em;
	display: inline-block;
	margin-top: 0.4375rem;
	cursor: pointer;
}

.product-features__view_more--icon {
	display: none;
	vertical-align: middle;
	margin: 0 0 0 0.5rem;
	width: 1rem;
	height: 1rem;
}

.product-features__view_more--icon.active {
	display: inline-block;
}

.video-wrapper {
	display: inline-block;
	position: relative
}

span.vid-icon {
	background: url("../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/play.png") 0px 0px no-repeat;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 15%;
	left: 50%;
	margin: 0px 0 0 -40px;
	cursor: pointer
}

span.vid-icon:hover {
	background: url("../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/play-hover.png") 0px 0px no-repeat
}

.video {
	margin: 10px 0;
	float: left
}

.video.video-wrapper,
.video .video-wrapper {
	display: block;
	text-align: center;
	width: 100%
}

.video.video-wrapper.dialog,
.video .video-wrapper.dialog {
	display: none
}

.video.video-wrapper.full,
.video .video-wrapper.full {
	width: 100%
}

.video.video-wrapper.full .video-container,
.video .video-wrapper.full .video-container {
	width: 100%;
	padding: 0
}

.video.video-wrapper .video-container.dynamic-video-div .s7container,
.video .video-wrapper .video-container.dynamic-video-div .s7container {
	width: 100% !important
}

@media (max-width: 480px) and (orientation: portrait) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 177px !important
	}
}

@media (max-width: 480px) and (orientation: landscape) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 341px !important
	}
}

@media (max-width: 768px) and (min-width: 480px) and (orientation: portrait) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 388px !important
	}
}

@media (max-width: 768px) and (min-width: 480px) and (orientation: landscape) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 336px !important
	}
}

/*.video iframe {
	pointer-events: none
}*/

.video.active iframe {
	pointer-events: all
}

.video .video-link .icon-play {
	font-size: 55px;
	font-size: 5.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0 0 -27px
}

.video div.manuscript {
	display: none;
	text-align: left
}

.video a.manuscript span {
	position: relative;
	top: 2px
}

.video .video-container {
	width: 100%
}

.video .video-container.inline {
	height: auto
}

.video .video-copy {
	width: 33.333%
}

.video .video-container,
.video .video-copy {
	display: inline-block;
	position: relative;
	min-height: 67px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left
}

@media only screen and (max-width: 992px) {
	.video .video-container,
	.video .video-copy {
		width: 100%;
		float: none
	}
}

.video .video-container img,
.video .video-copy img {
	width: 100%
}

.video .manuscript .manuscript-title {
	margin-top: 20px
}

.video .manuscript .manuscript-title h3,
.video .manuscript .manuscript-title h3 a,
h3 .video .manuscript .manuscript-title a {
	display: inline
}

.video .manuscript .manuscript-title a.manuscript {
	float: right;
	padding-top: 5px
}

.video .overlay-text div {
	position: absolute;
	padding: 10px;
	max-width: 75%
}

.video .overlay-text div p,
.video .overlay-text div a,
.video .overlay-text div h1,
.video .overlay-text div h1 a,
h1 .video .overlay-text div a,
.video .overlay-text div h2,
.video .overlay-text div h2 a,
h2 .video .overlay-text div a,
.video .overlay-text div h3,
.video .overlay-text div h3 a,
h3 .video .overlay-text div a,
.video .overlay-text div h4,
.video .overlay-text div h4 a,
h4 .video .overlay-text div a,
.video .overlay-text div h5,
.video .overlay-text div h5 a,
h5 .video .overlay-text div a,
.video .overlay-text div h6,
.video .overlay-text div h6 a,
h6 .video .overlay-text div a {
	color: #fff
}

@media only screen and (max-width: 768px) {
	.video .overlay-text div h4,
	.video .overlay-text div h4 a,
	h4 .video .overlay-text div a {
		font-size: 14px
	}
}

.video .overlay-text div.center {
	top: calc(50% - 1rem);
	left: 0;
	width: 100%;
	color: #000;
	padding: 0px;
	text-align: center
}

.video .overlay-text div.top-left {
	top: 0;
	left: 15px
}

.video .overlay-text div.top-center {
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0 auto
}

.video .overlay-text div.top-right {
	top: 0;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

.video .overlay-text div.bottom-left {
	bottom: 5%;
	left: 15px;
	text-align: left
}

.video .overlay-text div.bottom-center {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0 auto
}

.video .overlay-text div.bottom-right {
	bottom: 0;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

.video .overlay-text div.middle-left {
	top: 37%;
	left: 15px
}

.video .overlay-text div.middle-center {
	top: 37%;
	left: 0;
	right: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0px auto
}

.video .overlay-text div.middle-right {
	top: 37%;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

@media (max-width: 992px) {
	.video .overlay-text div.top-center,
	.video .overlay-text div.top-right,
	.video .overlay-text div.middle-center,
	.video .overlay-text div.middle-right,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		width: 100%
	}
	.video .overlay-text div.top-right,
	.video .overlay-text div.middle-right,
	.video .overlay-text div.bottom-right {
		right: 15px
	}
	.video .overlay-text div.bottom-left,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		bottom: 25%
	}
}

@media (max-width: 480px) {
	.video .overlay-text div.bottom-left,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		bottom: 35%
	}
	.video .overlay-text div.middle-left,
	.video .overlay-text div.middle-center,
	.video .overlay-text div.middle-right {
		top: 30%
	}
}

.video .overlay-text div.disclaimer {
	bottom: 0;
	right: 0
}

@media only screen and (max-width: 768px) {
	.video .mobile-bottom .overlay-text {
		position: relative
	}
	.video .mobile-bottom .overlay-text div {
		position: relative
	}
	.video .mobile-bottom .overlay-text div p,
	.video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h1,
	.video .mobile-bottom .overlay-text div h1 a,
	h1 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h2,
	.video .mobile-bottom .overlay-text div h2 a,
	h2 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h3,
	.video .mobile-bottom .overlay-text div h3 a,
	h3 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h4,
	.video .mobile-bottom .overlay-text div h4 a,
	h4 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h5,
	.video .mobile-bottom .overlay-text div h5 a,
	h5 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h6,
	.video .mobile-bottom .overlay-text div h6 a,
	h6 .video .mobile-bottom .overlay-text div a {
		color: #000
	}
}

.video-player.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.video-player iframe,
.video-player embed,
.video-player video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.video-player .s7container {
	width: 100% !important
}

#video-component h2,
#video-component h2 a,
h2 #video-component a {
	margin-top: 0
}

#video-component div.manuscript {
	display: none
}

.dialog {
	display: none;
	width: 700px !important;
	height: 450px !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0
}

@media only screen and (max-width: 768px) {
	.dialog {
		width: 100% !important
	}
}

.dialog h2,
.dialog h2 a,
h2 .dialog a {
	margin-top: 0
}

.dialog.smooth-scroll {
	-webkit-overflow-scrolling: touch
}

.dialog.full {
	width: auto !important;
	height: auto !important;
	overflow-y: visible
}

.dialog.error-modal {
	height: auto !important
}

.dialog.error-modal p {
	font-weight: 600;
	color: red
}

.dialog#auto-logout {
	height: auto !important;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.dialog#auto-logout {
		width: 100% !important
	}
}

.dialog#auto-logout h2,
.dialog#auto-logout h2 a,
h2 .dialog#auto-logout a,
.dialog#auto-logout p {
	text-align: left
}

.dialog#auto-logout a {
	margin: 0 auto
}

.dialog#auto-logout #logged-out {
	display: none
}

.dialog .video-player {
	overflow: hidden
}

.modal {
	z-index: 9000
}

.modal .modal-content {
	margin: 0.625rem 0
}

.modal .modal-content .modal-header {
	border: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	padding: 0 15px
}

.modal .modal-content .modal-header .close {
	background-color: #FFF;
	float: right;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .3;
	margin-top: 15px
}

.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h3 a,
h3 .modal .modal-content .modal-header a {
	width: 90%;
	float: left
}

.modal .modal-content .modal-body {
	max-height: 600px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.modal .modal-content .modal-body {
		max-height: 600px
	}
}

.modal .modal-content .modal-body .phone-number {
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .phone-number a {
	font-weight: 600;
	margin-left: 5px;
	text-decoration: underline
}

.modal .modal-content .modal-footer {
	border: 0
}

.modal .modal-content .modal-footer hr {
	width: 90%;
	text-align: center
}

.modal .modal-content .modal-footer .terms-agree-btn,
.modal .modal-content .modal-footer .terms-cancel-btn {
	padding: 10px 24px
}

.modal-backdrop {
	z-index: 8999
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#light {
	display: none;
	position: absolute;
	top: 15%;
	left: 27%;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
}

#boxclose {
	float: right;
	cursor: pointer;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 15px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-image: url(http://stage-aem-author.whirlpool.com/etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/close.png)
}

.boxclose:before {
	content: "×";
}

#fade:hover~#boxclose {
	display: none;
}

.dialog {
	display: none;
	width: 700px !important;
	height: 450px !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0
}

@media only screen and (max-width: 768px) {
	.dialog {
		width: 100% !important
	}
}

.dialog h2,
.dialog h2 a,
h2 .dialog a {
	margin-top: 0
}

.dialog.smooth-scroll {
	-webkit-overflow-scrolling: touch
}

.dialog.full {
	width: auto !important;
	height: auto !important;
	overflow-y: visible
}

.dialog.error-modal {
	height: auto !important
}

.dialog.error-modal p {
	font-weight: 600;
	color: red
}

.dialog#auto-logout {
	height: auto !important;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.dialog#auto-logout {
		width: 100% !important
	}
}

.dialog#auto-logout h2,
.dialog#auto-logout h2 a,
h2 .dialog#auto-logout a,
.dialog#auto-logout p {
	text-align: left
}

.dialog#auto-logout a {
	margin: 0 auto
}

.dialog#auto-logout #logged-out {
	display: none
}

.dialog .video-player {
	overflow: hidden
}

.ui-dialog {
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 9999;
	outline: 0;
	position: absolute;
	width: auto !important;
	background-color: #FFF
}

@media only screen and (max-width: 992px) {
	.ui-dialog {
		width: 100% !important
	}
}

.ui-dialog .video-modal {
	overflow-y: visible;
	height: 500px !important
}

.ui-dialog .ui-state-default,
.ui-dialog .ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default,
.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../digital-platform/components/shopping/productFeatureCardsV3/clientlibs/images/icons/close.png");
	background-repeat: no-repeat;
	outline: 0;
	float: right;
	text-indent: -9999px;
	margin: 5px;
	border: 0;
	position: relative;
	z-index: 9999
}

.ui-dialog .ui-state-default::after,
.ui-dialog .ui-widget-content .ui-state-default::after,
.ui-dialog .ui-widget-header .ui-state-default::after,
.ui-dialog .ui-dialog-titlebar-close::after {
	content: "";
	color: #000;
	font-family: "Glyphicons Halflings"
}

.ui-dialog .ui-state-default .ui-button-text,
.ui-dialog .ui-widget-content .ui-state-default .ui-button-text,
.ui-dialog .ui-widget-header .ui-state-default .ui-button-text,
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 18px;
	height: 18px
}

.ui-dialog .ui-icon-closethick {
	display: none !important
}

.ui-dialog .ui-dialog-titlebar {
	background: #FFF;
	border: 0
}

.ui-dialog .ui-dialog-content {
	background: #FFF;
	padding: 20px 10px;
	top: auto !important;
	left: 0 !important
}

.ui-dialog #forgot-psd-waring {
	height: auto !important
}

.ui-dialog #forgot-psd-waring button {
	position: relative;
	left: 50%
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.75)
}

.modal {
	z-index: 9000
}

.modal .modal-content {
	margin:0.625rem 0
}

.modal .modal-content .modal-header {
	border: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	padding: 0 15px
}

.modal .modal-content .modal-header .close {
	background-color: #FFF;
	float: right;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .3;
	margin-top: 15px
}

.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h3 a,
h3 .modal .modal-content .modal-header a {
	width: 90%;
	float: left
}

.modal .modal-content .modal-body {
	max-height: 600px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.modal .modal-content .modal-body {
		max-height: 600px
	}
}

.modal .modal-content .modal-body .phone-number {
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .phone-number a {
	font-weight: 600;
	margin-left: 5px;
	text-decoration: underline
}

.modal .modal-content .modal-footer {
	border: 0
}

.modal .modal-content .modal-footer hr {
	width: 90%;
	text-align: center
}

.modal .modal-content .modal-footer .terms-agree-btn,
.modal .modal-content .modal-footer .terms-cancel-btn {
	padding: 10px 24px
}

.modal-backdrop {
	z-index: 8999
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	cursor: default;
	position: absolute;
	z-index: 2
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default {
	background: #EEB111;
	border-radius: 15px;
	outline: 0
}

.ui-slider .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-slider .ui-widget-header {
	background: #707070
}

.ui-slider .ui-widget-header a {
	color: #707070
}

.ui-slider .tooltip {
	opacity: 1;
	top: 120%;
	margin-top: 10px;
	margin-left: -11px;
	width: 40px;
	position: relative;
	background: #FFF;
	color: #353535;
	border: 1px solid #707070
}

.ui-slider .tooltip::after,
.ui-slider .tooltip::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.ui-slider .tooltip::after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px
}

.ui-slider .tooltip::before {
	border-color: rgba(207, 207, 207, 0);
	border-bottom-color: #707070;
	border-width: 11px;
	margin-left: -11px
}

.ui-slider .tooltip .tooltip-arrow {
	display: none
}

.ui-slider .tooltip.bottom {
	padding: 2px 0px
}

.ui-slider .tooltip-inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #353535;
	text-align: center
}

.ui-slider-horizontal {
	height: 12px;
	height: 1.2rem;
	background-color: #707070
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	top: -.4rem;
	margin-left: -8px;
	margin-left: -.8rem
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.video-title-dialog {
	font-size: 40px;
	line-height: 40px;
	color: rgb(91, 91, 91);
	margin-bottom: 10px;
	margin-top: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/close.png");
    background-repeat: no-repeat;
    padding: 12px;
    margin-top: 12px;
}
.address-form .address-captcha {
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: fit-content;
}
.address-form .address-captcha-error {
  color: #c41230;
  padding: .563rem;
}
.address-form .address-captcha-error-message {
  color: #c41230;
  font-size: .9375rem;
  margin-top: .25rem;
  line-height: .813rem;
}
.address-form-shipping-edit-address-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 125%;
  font-family: "DIN 30640 Pro", sans-serif;
  margin: .3em 0 .5rem;
  text-transform: capitalize;
}
.address-form__form-group-container {
  padding: 1.25rem;
  background-color: #ffffff;
}
.address-form__form-group .form-group-town-field {
  padding-right: 1rem;
}
.address-form__form-group .g-row.margin-0.form-input-mw-small {
  margin: 0;
}
.address-form__form-group .padding-0 {
  padding: 0;
}
.address-form__form-group input {
  border: 0.0625rem solid #58585a;
  font-size: .75em;
  height: 2rem;
}
.address-form__form-group input#address-form-shipping-address-line-1:has(+ .validation-warning-section) {
  border-color: #bc7618;
}
.address-form__form-group input.form-input__validation-error {
  border-color: #ea1730;
}
.address-form__form-group input.form-input__validation-success {
  border-color: #17847a;
}
.address-form__form-group .form-error-item {
  color: #ea1730;
  margin: 0.25rem 0 0;
  padding: 0;
  display: block;
  font-size: .9375rem;
}
.address-form__form-group .validation-warning-section {
  margin-top: 0.2em;
  margin-left: 0;
  width: 100%;
  border-radius: .1875rem;
  background-color: rgba(188, 118, 24, 0.1);
}
.address-form__form-group .validation-warning-section .validation-warning-icon {
  align-items: center;
  display: flex;
}
.address-form__form-group .validation-warning-section .validation-warning-icon svg {
  color: #bc7618;
  height: 1.5rem;
  margin-left: 20%;
}
.address-form__form-group .validation-warning-section .validation-warning-icon svg .show-icon-global-error-messages__svg-mask {
  fill: #bc7618;
}
.address-form__form-group .validation-warning-section .form-warn-item {
  color: #bc7618;
  font-size: .75rem;
  margin: 0.2em;
}
.address-form__form-group #add-address-line2 {
  font-size: 1em;
  font-weight: bold;
}
.address-form__form-group #add-address-line2 span {
  font-weight: normal;
}
.address-form__form-group.form-group-region-field {
  padding: 0;
}
.address-form-add-circle {
  border-radius: 50%;
  width: .9375rem;
  height: .9375rem;
  color: #000000;
  text-align: center;
  font-size: .625rem;
  margin-right: .625rem;
  float: left;
  background: #8cd5ea;
  border: 0.0625rem solid #8cd5ea;
  padding: 0;
}
.address-form-address-form__down-arrow-icon {
  display: none;
}
.address-form-address-form__state {
  display: block;
  width: 100%;
  position: relative;
  height: 2rem;
  background: #ffffff;
}
.address-form-address-form__state .form-select-input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2rem;
  margin: 0;
  padding-left: 0.5rem;
  padding-right: 2rem;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.0625rem solid #58585a;
}
.address-form-address-form__state .form-select-input.form-input__validation-error {
  border-color: #ea1730;
}
@media (min-width: 48rem) {
  .address-form .add-edit-shipping-address .form-button {
    display: inline-flex;
  }
  .address-form .add-edit-shipping-address .g-col-md-6 {
    max-width: 16.25rem;
  }
}
.address-form .add-edit-shipping-address .form-button {
  width: 100%;
}
@media (max-width: 48rem) {
  .address-form-shipping-edit-address-title {
    font-size: 2.125em;
  }
  .address-form #add-address-line2 {
    font-size: .75em;
  }
}
@media (min-width: 65rem) {
  .address-form__form-group input {
    font-size: 1em;
  }
}
.address-form-shipping-add-edit-form .address-form-add-circle {
  color: #000;
  background-color: #8cd5ea;
  border: .0625rem solid #8cd5ea;
  width: 1.2rem;
  height: 1.2rem;
  font-size: .8125rem;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.35;
}
.address-form-shipping-add-edit-form input {
  font-size: 100%;
}
.address-form-shipping-add-edit-form input.form-input__validation-success {
  border-color: #58585a;
}
.address-form-shipping-add-edit-form input.form-input__validation-success:focus {
  border-color: #037fa5;
}
.address-form-shipping-add-edit-form input:focus {
  border-color: #037fa5;
}
.address-form-shipping-add-edit-form #add-address-line2 {
  display: inline-flex;
}
.address-form-shipping-add-edit-form #add-address-line2 span {
  font-family: "DM Sans", sans-serif;
}
.address-form-shipping-add-edit-form .customer-info-warm span {
  font-size: .625rem;
  line-height: 1.35;
}
.address-form-shipping-add-edit-form .label-error-item,
.address-form-shipping-add-edit-form .label-error-item abbr {
  font-size: .75rem;
  color: #ea1730;
}
.address-form-shipping-add-edit-form .form-error-item {
  padding: .1875rem 0;
  color: #ea1730;
  font-size: .625rem;
}
.address-form-shipping-add-edit-form .form-error-container .form-error-item {
  font-size: .625rem;
}
.address-form-shipping-add-edit-form fieldset:focus-within .form-label,
.address-form-shipping-add-edit-form fieldset:focus-within .form-req {
  color: #0d6287;
}
.form-text.form-input-mw-small {
  font-size: 0.625rem;
  line-height: 0.844rem;
}
@media (min-width: 48rem) {
  .address-form-shipping-add-edit-form .address-form .form-button.button {
    padding: 0;
  }
  .address-form-shipping-add-edit-form .address-form .add-edit-shipping-address .g-col-md-6 {
    max-width: 17.5rem;
    width: 17.5rem;
  }
}
@media (max-width: 48rem) {
  .address-form #add-address-line2 {
    font-size: 1rem;
  }
}

.address-listing__headline {
  margin-bottom: 1rem;
}
.address-listing__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.address-listing__card__body {
  padding: 1rem;
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #000000;
}
.address-listing__card__heading {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.address-listing__address {
  margin: 1rem 0;
}
.address-listing__address__line {
  margin: 0.5rem 0;
  display: block;
  clear: both;
}
.address-listing__address__line--recipient {
  font-weight: 700;
  margin: 1rem 0;
}
.address-listing__phone-number {
  font-weight: 700;
  margin: 1.75rem 0 4rem 0;
}
.address-listing__phone-number--item {
  font-weight: 400;
}
.address-listing__action-buttons {
  position: absolute;
  bottom: 1rem;
}
.address-listing__action-buttons__spacer {
  margin: 0 0.5rem;
}
.address-listing__btn-add {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: normal;
  justify-content: normal;
  background-color: transparent;
}
.address-listing__btn-add:hover {
  background-color: transparent;
}
.address-listing__btn-add__body {
  cursor: pointer;
  padding: 1rem;
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: all linear 250ms 1ms;
  margin-bottom: 1rem;
}
.address-listing__btn-add__icon--add {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  clear: both;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  margin: 0 0.625rem 3.625rem 0.625rem;
}
.address-listing__btn-add__icon--plus {
  font-size: 4.125rem;
  font-weight: 100;
  display: block;
  clear: both;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  margin: 2.25rem 0.625rem 0.625rem 0.625rem;
}
.address-listing__back-to-account-link {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
  margin: 1rem 0;
  font-size: 0.6875rem;
  font-weight: 700;
}
.address-listing__caret-icon {
  margin-right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
}
@media (min-width: 64rem) {
  .address-listing__back-to-account-link {
    display: none;
  }
}
.address-listing .page-headline-title {
  text-transform: none;
  font-size: 1.875rem !important;
  margin-top: 1.375rem;
}
.address-listing .page-headline-text {
  font-size: 1rem;
}
.address-listing__card__heading {
  text-transform: capitalize;
}
.address-listing__btn-add__body {
  border: .125rem dashed #b3b3b3;
  background-color: #f1f1f2;
}
.address-listing__btn-add__body:hover {
  background-color: #e0e0e0;
  border-color: #919191;
}
.address-listing__btn-add__icon--plus {
  line-height: 1.15;
  color: #000;
}
.address-listing__btn-add__icon--add {
  text-transform: capitalize;
  color: #000;
}
.address-listing__phone-number--item {
  color: #2e2e2e;
}
@media (max-width: 58rem) {
  .address-listing .page-headline-title {
    font-size: 1.5625rem !important;
  }
  .address-listing .page-headline-text {
    font-size: .875rem;
    line-height: 1.00625rem;
  }
}

.remove-address-modal {
  width: 100%;
  padding: 2.5rem 1.25rem;
  text-align: left;
  position: relative;
  background: #ffffff;
}
.remove-address-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  animation: fade 0.2s linear;
  z-index: 1050;
  padding: 0 1.25rem;
  width: 100%;
}
.remove-address-modal__content {
  position: relative;
  display: block;
  margin: 1.25rem auto;
  background: none;
  overflow: auto;
  outline: none;
  max-width: 39.375rem;
}
.remove-address-modal__content .modal-dialog {
  margin: 0.625rem 0;
}
.remove-address-modal__content .modal-dialog-text {
  font-size: 0.875em;
  line-height: 1.5;
}
.remove-address-modal__content .modal-dialog-buttons .trigger-modal-close,
.remove-address-modal__content .modal-dialog-buttons .remove-cart-entry-button {
  width: 70%;
}
.return-qrcode-modal {
  width: 100%;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.return-qrcode-modal__btn {
  width: 18rem !important;
  height: 2.5rem;
  font-family: Avenir-Heavy;
  font-size: .813rem;
  padding: 0.5rem 0.5rem;
  margin: 1rem 0rem;
  background: #c41230;
}
.return-qrcode-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  animation: fade 0.2s linear;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.return-qrcode-modal__close {
  position: absolute;
  right: -1.5rem !important;
  top: -3rem !important;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: none;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0;
  color: #2E2E2E;
}
.return-qrcode-modal__close:hover {
  opacity: 0.8;
}
.return-qrcode-modal__content {
  position: relative;
  background: #fff;
  padding: 2rem;
  max-width: 35.25rem;
  width: 100%;
  margin: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.return-qrcode-modal__content .qr-code-container {
  margin: 1.5rem auto;
  max-width: 15.625rem;
}
.return-qrcode-modal__content .qr-code-container img {
  width: 100%;
  height: auto;
}
.return-qrcode-modal__content .modal-dialog-text {
  font-family: Avenir, sans-serif;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 35rem;
}
.return-qrcode-modal__content .modal-dialog-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.return-qrcode-modal__content .modal-dialog-buttons button {
  width: 100%;
}
@media (min-width: 48rem) {
  .remove-address-modal {
    margin: auto;
    padding: 3.125rem;
  }
  .remove-address-modal__content {
    margin: 2.5rem auto;
  }
  .remove-address-modal__content .modal-dialog .modal-dialog-text {
    margin: 0 auto 1.875rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .remove-address-modal__content .modal-dialog .modal-dialog-buttons .trigger-modal-close,
  .remove-address-modal__content .modal-dialog .modal-dialog-buttons .remove-cart-entry-button {
    width: unset;
  }
  .return-qrcode-modal__content {
    margin: 0;
  }
  .return-qrcode-modal__content .modal-dialog-text {
    font-size: 1rem;
  }
  .return-qrcode-modal__content .modal-dialog-buttons {
    flex-direction: row;
    justify-content: center;
  }
  .return-qrcode-modal__content .modal-dialog-buttons button {
    width: auto;
    min-width: 10rem;
  }
  .return-qrcode-modal__close {
    right: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .remove-address-modal__content .modal-dialog .modal-dialog-text {
    font-size: 1.25rem;
  }
}
@keyframes fade {
  from {
    background: rgba(46, 46, 46, 0);
  }
  to {
    background: rgba(46, 46, 46, 0.7);
  }
}
.remove-address-modal__content .modal-dialog .modal-dialog-text p {
  line-height: 1.15rem;
  font-size: 1rem;
}
.remove-address-modal__content .modal-dialog-buttons .trigger-modal-close {
  width: unset;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: .75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container .form-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  border: 0.0625rem solid #2e2e2e;
}
.checkbox-container:hover input ~ .check-mark {
  background-color: #ffffff;
}
.checkbox-container input:checked ~ .check-mark {
  border: none;
  background-color: #037fa5;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
}
.checkbox-container input:checked ~ .check-mark:after {
  display: block;
  left: .4375rem;
  top: .1875rem;
  width: .375rem;
  height: .6875rem;
  border: solid #ffffff;
  border-width: 0 .1875rem .1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
.checkbox-container .check-mark {
  border-radius: .1875rem;
}
.checkbox-container:hover input ~ .check-mark {
  background-color: #037fa5;
}
.checkbox-container:hover:before {
  content: '';
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  margin: auto;
  background: #8cd5ea;
  border-radius: 100%;
  top: -0.5rem;
  left: -0.5rem;
  border: #000;
}

.my-account {
  padding: 0 0.625rem;
  margin: 0 0 6.5rem 0;
}
.my-account .page-headline .page-headline-title {
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial;
  font-weight: 700;
  line-height: 3.9rem;
  text-align: left;
  color: #222222;
  margin: 1rem 0 0.2rem;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .my-account .page-headline .page-headline-title {
    font-size: 3.125rem;
    margin: 2.5rem 0 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .my-account .page-headline .page-headline-title {
    font-size: 3.125rem;
    margin: 1rem 0 0.2rem;
  }
}
.my-account .my-account-box {
  margin-top: 1rem;
  padding: 1.25rem;
}
.my-account .my-account-box .welcome-subtitle {
  margin-top: 0.5rem;
}
.my-account .dashboard-list-item {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.6rem;
}
.my-account .dashboard-list-item .my-account-icon {
  max-width: 40px;
  display: none;
}
@media screen and (min-width: 768px) {
  .my-account .dashboard-list-item .my-account-icon {
    display: block;
  }
}
.my-account .dashboard-list-item .my-account-content .my-account-title .my-account-link {
  font-size: 1.575rem;
}
.my-account .dashboard-list-item .my-account-content .my-account-text {
  margin-top: 0.2rem;
  line-height: 1.5;
  color: #222222;
  font-size: inherit;
}
.my-account {
  padding: 0 15px;
  margin: 0;
}
.my-account .page-headline {
  margin-bottom: 1.25rem;
}
.my-account .page-headline .page-headline-title {
  font-size: 1.5625rem;
  margin-top: 1rem;
  text-transform: none;
  font-family: 'DIN 30640 Pro', sans-serif;
  line-height: 125%;
}
@media (min-width: 58rem) {
  .my-account .page-headline .page-headline-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 58rem) {
  .my-account-title {
    font-size: 1.375rem;
  }
}
.my-account-link {
  color: #037fa5;
  text-decoration: none;
  font-weight: 700;
  font-family: 'DIN 30640 Pro', sans-serif;
  line-height: 1.35;
}
.my-account .my-account .my-account-box {
  margin-top: 0;
  padding: 0.1rem .9rem;
}
.my-account .dashboard-list-item {
  margin-bottom: 2rem;
}
.my-account .dashboard-list-item:last-child {
  margin-bottom: 0;
}
.my-account .dashboard-list-item .my-account-content .my-account-title .my-account-link {
  color: #037fa5;
  font-size: 1.1875rem;
}
.my-account .dashboard-list-item .my-account-content .my-account-title .my-account-link:hover {
  color: #0b2c49;
}
@media (min-width: 58rem) {
  .my-account .dashboard-list-item .my-account-content .my-account-title .my-account-link {
    font-size: 1.375rem;
  }
}
.my-account .dashboard-list-item .my-account-content .my-account-text {
  font-size: .875rem;
  line-height: 1.15;
}
@media (min-width: 58rem) {
  .my-account .dashboard-list-item .my-account-content .my-account-text {
    font-size: 1rem;
  }
}
.my-account .dashboard-list-item .my-account-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.my-account .dashboard-list-item .my-account-icon img {
  width: 100%;
}

.side-menu-account-navigation {
  text-transform: none;
  margin: 0;
}
.side-menu-account-navigation__menu-wrap {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
}
.side-menu-account-navigation__menu-overlay {
  position: relative;
  padding: 0 4px 3rem;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.side-menu-account-navigation__heading {
  font-size: 1.2rem;
  display: block;
  border-bottom: 0.0625rem solid #848484;
  margin-top: 2rem;
}
.side-menu-account-navigation__options-list {
  background-color: transparent;
  margin: 0.5rem 0;
  list-style: none;
  padding: 0;
}
.side-menu-account-navigation__option {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 0.6rem;
}
.side-menu-account-navigation__link {
  color: #2e2e2e;
  padding: unset;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  height: auto;
  border: none;
  background: none;
  text-transform: none;
  transition: none;
  line-height: 1.35;
}
.side-menu-account-navigation__phone-text {
  font-weight: normal;
}
.side-menu-account-navigation__dropbtn {
  display: none;
}
@media (max-width: 1023px) {
  .side-menu-account-navigation {
    margin: 1rem 0;
  }
  .side-menu-account-navigation__dropbtn {
    display: flex;
    background-color: #222222;
    width: 100%;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
    font-size: .8125rem;
    padding: 0 1.25rem;
  }
  .side-menu-account-navigation__dropbtn:hover {
    background-color: #222222;
    color: #ffffff;
  }
  .side-menu-account-navigation__dropbtn__icon {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .side-menu-account-navigation__link {
    padding: 0.75rem 0 0.75rem 0.5rem;
    text-decoration: none;
    display: block;
  }
  .side-menu-account-navigation__link.active {
    color: #ffffff;
    background-color: #222222;
  }
  .side-menu-account-navigation__menu-overlay {
    padding: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    height: auto;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    background-color: #ffffff;
  }
  .side-menu-account-navigation__menu-overlay.open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .side-menu-account-navigation__heading {
    display: none;
  }
  .side-menu-account-navigation__options-list {
    margin: 0;
  }
}
.side-menu-account-navigation__link {
  color: #000000;
}
.side-menu-account-navigation__link:hover:not(:has(span)) {
  color: #037fa5;
  background: none;
  text-decoration: underline !important;
}
.side-menu-account-navigation__link.active {
  color: #037fa5;
}
@media (max-width: 1023px) {
  .side-menu-account-navigation__dropbtn {
    border-radius: 0;
    background-color: #222222;
  }
  .side-menu-account-navigation__dropbtn:hover {
    background-color: #222222;
  }
  .side-menu-account-navigation__link.active {
    background-color: #037fa5;
    color: #ffffff;
  }
}

.subscriptions-container {
  font-family: 'DM Sans', sans-serif;
  color: #58585a;
  background-color: #ffffff;
}
.subscriptions-header {
  margin-bottom: 1.5rem;
}
.subscriptions-header__title {
  text-transform: none;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}
.subscriptions-header__text {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-align: left;
}
.subscriptions-header__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-align: left;
  text-decoration: underline;
}
.subscriptions-list__divider {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem -0.625rem;
}
.subscriptions-list__divider-line {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
.subscriptions-list__divider-line hr {
  border-top: 0.0625rem solid #f5f5f5;
}
.subscriptions-list__message--empty {
  padding: 1.5rem;
  background-color: #ffffff;
  margin-top: 0.5rem;
  line-height: 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
}
.subscription-item__date-title {
  font-size: 1.375rem;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.subscription-item__date-value {
  color: #17847a;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
.subscription-item__date-value.subscription-item__date-value--red {
  color: #ea1730;
}
.subscription-item__date-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-bottom: 1.5rem;
}
.subscription-item__shipping-address {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.subscription-item__payment-method,
.subscription-item__shipping-address-title {
  color: #0b0c0a;
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  margin-bottom: 0.75rem;
}
.subscription-item__payment-method-line,
.subscription-item__shipping-address-line {
  color: #000000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
}
.subscription-item .form-select-icon path {
  stroke: #24b6e0;
}
.subscription-item__payment-method {
  margin-top: 1rem;
}
.subscription-item__header {
  display: flex;
  margin-bottom: 1rem;
}
.subscription-item__action-buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.subscription-item__action-buttons .button {
  width: 100%;
}
.subscription-item__action-buttons .sendnow-modal-trigger {
  min-width: 9.875rem;
  height: 2.5rem;
  column-gap: 0;
}
.subscription-item__action-buttons .sendnow-modal-trigger svg {
  height: 2em;
  color: #000000;
}
.subscription-item__buttons-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  column-gap: 0.5rem;
}
.subscription-item__buttons-group.single-cancel-button {
  justify-content: left;
  margin-top: 1.5rem;
}
.subscription-item__buttons-group .link-btn {
  cursor: pointer;
  max-width: 8.25rem;
  word-break: break-word;
  color: #000000;
  text-decoration: underline;
  white-space: nowrap;
}
.subscription-item__buttons-group .link-btn:first-of-type {
  margin-left: 5%;
  margin-right: 10%;
}
.subscription-item__buttons-group .link-btn:last-of-type {
  margin-right: 5%;
  margin-left: 10%;
}
.subscription-item__buttons-group .link-btn:hover {
  text-decoration: underline;
  color: #037fa5;
}
.subscription-item__card-type {
  display: flex;
  column-gap: 0.28125rem;
  align-items: center;
  margin-top: 1rem;
}
.subscription-item__payment-method-line .credit-card {
  display: inline-block;
  max-width: 1.5rem;
  vertical-align: middle;
}
.subscription-item__preferences {
  display: flex;
  margin-top: 3rem;
}
.subscription-item__preferences__frequency {
  width: 45%;
  min-width: 45%;
}
.subscription-item__preferences__frequency-select {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.subscription-item__preferences__frequency-select-wrapper {
  position: relative;
  user-select: none;
  border: 0.0625rem solid #a9a9a9;
  background-color: #ffffff;
  z-index: 1;
  width: 90%;
}
.subscription-item__preferences__frequency-select__trigger {
  line-height: 1.3125rem;
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.75rem;
  padding-left: 0.5625rem;
  padding-right: 3.5rem;
  color: #000000;
}
.subscription-item__preferences__frequency-select__trigger:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.subscription-item__preferences__frequency-select.open .subscription-item__preferences__frequency-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.subscription-item__preferences__frequency-select .form-select-icon {
  width: 3rem;
  height: 100%;
  right: 0;
  border-left: solid 0.0724rem #a9a9a9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscription-item__preferences__frequency-options {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  border-radius: 0.125rem;
  box-shadow: 0 0.03125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.subscription-item__preferences__frequency-option {
  position: relative;
  display: block;
  padding: .5625rem .5rem;
  font-size: .75rem;
  color: #000000;
  cursor: pointer;
  transition: all .5s;
  line-height: 1.33;
}
.subscription-item__preferences__frequency-option-note {
  font-size: .65rem;
  font-weight: 400;
  color: #000000;
}
.subscription-item__preferences__frequency-option.selected {
  background-color: #ededed;
}
.subscription-item__preferences__frequency-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.subscription-item__preferences__frequency-option :focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.subscription-item__preferences__frequency-cta {
  display: flex;
}
.subscription-item__preferences__header {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.subscription-item__preferences__subheader {
  font-size: 1rem;
  margin-bottom: 1.3rem;
  line-height: 1.3125rem;
}
.subscription-item__preferences__action-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.subscription-item__preferences__refill-date {
  width: 55%;
  padding-left: 3rem;
  border-left: 0.0625rem solid #b3b3b3;
}
.subscription-item__preferences__refill-date-cta {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.0625rem solid #bfbfbf;
  cursor: pointer;
  border-radius: 0;
  padding: .5rem 1.5rem;
  align-self: stretch;
}
.subscription-item__preferences__refill-date-cta .subscription-item__preferences__refill-date-input {
  display: inherit;
  align-items: inherit;
}
.subscription-item__preferences__refill-date-cta .subscription-item__preferences__refill-date-input svg {
  height: auto;
}
.subscription-item__preferences__refill-date-cta .subscription-item__preferences__refill-date-value {
  color: #17847a;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.875rem;
}
.subscription-item__preferences__refill-date-cta .calendar-icon,
.subscription-item__preferences__refill-date-cta .pencil-icon {
  color: #17847a;
  margin-right: .75rem;
}
.subscription-item__action-buttons .sendnow-modal-trigger {
  column-gap: 0.5rem;
}
.subscription-item__action-buttons .sendnow-modal-trigger svg {
  height: 2em;
}
.subscription-item__action-buttons .sendnow-modal-trigger {
  column-gap: 0.5rem;
}
.subscription-item__action-buttons .sendnow-modal-trigger svg {
  height: 2em;
}
.subscription-product-card {
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(47, 35, 3, 0.2);
}
.subscription-product-card__wrapper {
  margin-bottom: 0.75rem;
}
.subscription-product-card__wrapper__title {
  color: #0b0c0a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}
.subscription-product-card__wrapper__title:hover {
  color: #037fa5;
}
.subscription-product-card__qty,
.subscription-product-card__frequency,
.subscription-product-card__model {
  color: #0b0c0a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}
.subscription-product-card__qty-label,
.subscription-product-card__frequency-label,
.subscription-product-card__model-label {
  margin-bottom: 0.2rem;
}
.subscription-product-card__frequency-value,
.subscription-product-card__qty-value,
.subscription-product-card__model-code {
  font-family: 'DM Sans', sans-serif;
  color: #0b0c0a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  margin-left: 0.5625rem;
}
.subscription-product-card__frequency-value {
  margin-left: 0;
}
.subscription-product-card__general {
  display: flex;
  flex-direction: row;
}
.subscription-product-card__title {
  text-decoration: none;
}
.subscription-product-card__image {
  max-width: 25%;
}
.subscription-product-card__price-info {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
}
.subscription-product-card__quantity {
  color: #0b0c0a;
  font-size: .875rem;
  display: flex;
  align-items: center;
}
.subscription-product-card__quantity .form-select-icon path {
  stroke: #24b6e0;
}
.subscription-product-card__quantity-label {
  font-size: .875rem;
  margin-right: 0.5rem;
}
.subscription-product-card__quantity-value {
  width: 100%;
}
.subscription-product-card__quantity__select {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.subscription-product-card__quantity__select.open .subscription-product-card__quantity__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 9rem;
  overflow: auto;
}
.subscription-product-card__quantity__select-wrapper {
  border: 0.0625rem solid #a9a9a9;
  background-color: #ffffff;
  position: relative;
  user-select: none;
  z-index: 1;
  width: 4.875rem;
}
.subscription-product-card__quantity__select-trigger {
  display: flex;
  height: 2.5rem;
  font-weight: 400;
  align-items: center;
  padding-right: 2rem;
  justify-content: center;
}
.subscription-product-card__quantity__select .form-select-icon {
  z-index: -1;
}
.subscription-product-card__quantity__value {
  font-size: 1rem;
}
.subscription-product-card__quantity__options {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  border-radius: 0.125rem;
  box-shadow: 0 0.03125rem 0.25rem 0 rgba(0, 0, 0, 0.5) !important;
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.subscription-product-card__quantity__option {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
  transition: all .5s;
  line-height: 1.33;
  font-weight: 400;
  padding: 0.5625rem 0.5rem 0.5625rem 0.8rem;
}
.subscription-product-card__quantity__option.selected {
  background-color: #ededed;
}
.subscription-product-card__quantity__option.selected:hover {
  background-color: #ededed;
}
.subscription-product-card__quantity__option:hover {
  background-color: #b2b2b2;
}
.subscription-product-card__promotion {
  color: #17847a;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  line-height: 0.875rem;
  text-align: center;
  background-image: url("../../../etc.clientlibs/whirlpool/v2/clientlibs/my-account-spa/resources/border-dashed.svg");
  font-size: 0.625rem;
  width: 8.125rem;
  max-width: 8.125rem;
  padding: 0.5rem 0.375rem;
  margin-top: 0.5rem;
}
.subscription-product-card__promotion:first-of-type {
  margin-top: 0;
}
.subscription-product-card__price {
  color: #0b0c0a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  flex-basis: 50%;
}
.subscription-modal__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #ffffff;
  padding: 0.9375rem;
  margin: 1rem;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
}
.subscription-modal__content.subscription-cancel-modal {
  overflow: visible;
}
.subscription-modal__content.subscription-cancel-modal .modal-dialog-buttons {
  padding: 0;
}
.subscription-modal__content .modal-dialog-buttons {
  border-top: 0.05rem #d9d9d9 solid;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
.subscription-modal__content .modal-dialog-buttons .button {
  width: 100%;
  margin-left: 0;
}
.subscription-modal__content .subscription-modal__close-button:hover {
  background: #ffffff;
}
.subscription-modal__content .subscription-action-button-cancel {
  background: #ffffff;
  border: 0.1rem #58585a solid;
  color: #020000;
  white-space: nowrap;
}
.subscription-modal__content .subscription-action-button-cancel:hover {
  background: #ffffff;
}
.subscription-modal__content.subscription-modal__content-uppause .modal-dialog-buttons {
  border-top: none;
}
.subscription-modal__subtitle {
  font-size: 1.25rem;
}
.subscription-modal__terms {
  border-top: 0.05rem #d9d9d9 solid;
  padding-top: 1.5rem;
  text-align: left;
  line-height: 1rem;
  font-size: 0.625rem;
}
.subscription-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.7);
  animation: fade .2s linear;
  z-index: 1050;
}
.subscription-modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1rem 0;
}
.subscription-modal__text {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.subscription-modal__close-button {
  background: transparent;
  height: 1.875rem;
}
.edit-subscription-modal .form-select-icon path {
  stroke: #24b6e0;
}
@media (min-width: 26.563rem) {
  .subscription-modal__content {
    width: 22rem;
    position: relative;
    margin: 2.5rem auto;
    height: fit-content;
    padding: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .subscription-item {
    border: 0.0625rem solid #d9d9d9;
    padding: 1.5rem;
  }
  .subscription-item__action-buttons {
    flex-direction: row;
  }
  .subscription-item__payment-method {
    margin-top: 1.5rem;
  }
  .subscription-item__header {
    margin-bottom: 3rem;
  }
  .subscription-item__header .subscription-item__date-info {
    width: 70%;
    border-right: solid 0.0625rem rgba(0, 0, 0, 0.15);
    padding-right: 1.125rem;
  }
  .subscription-item__header .subscription-item__shipping-address {
    padding-left: 1.125rem;
    width: calc(30% - 1px);
  }
  .subscription-item__shipping-address {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .subscription-item__action-buttons .button:not(.subscription-item__reactivate-button) {
    width: fit-content;
    margin-right: 1rem;
  }
  .subscription-item__buttons-group {
    margin: 0;
    justify-content: space-around;
  }
  .subscription-item__buttons-group .link-btn {
    max-width: inherit;
  }
  .subscription-item__buttons-group .link-btn:last-of-type,
  .subscription-item__buttons-group .link-btn:first-of-type {
    margin: 0;
  }
  .subscription-item__date-value {
    margin-bottom: 1.125rem;
  }
  .subscription-product-card {
    display: flex;
    flex-direction: row;
  }
  .subscription-product-card__general {
    flex-basis: 75%;
  }
  .subscription-product-card__price-info {
    flex-basis: 25%;
    align-items: end;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    flex-direction: column;
  }
  .subscription-product-card__price {
    flex-basis: auto;
    height: 50%;
  }
  .subscription-product-card__frequency {
    display: flex;
  }
  .subscription-product-card__frequency-value {
    margin-left: 0.5625rem;
  }
  .subscription-cancel-reasons .combo-menu {
    height: fit-content;
    overflow: hidden;
  }
}
@media (max-width: 48rem) {
  .subscription-item__buttons-group.single-cancel-button {
    justify-content: center;
  }
  .subscription-item__preferences {
    display: block;
  }
  .subscription-item__preferences__frequency {
    width: auto;
    margin-bottom: 1.5rem;
  }
  .subscription-item__preferences__refill-date {
    border-top: 0.0625rem solid #b3b3b3;
    border-left: 0;
    padding-top: 1.5rem;
    padding-left: 0;
    width: auto;
  }
  .subscription-item__preferences__frequency-select-wrapper {
    width: 95%;
    margin: auto auto 0;
  }
  .subscription-item__date-value {
    font-size: 1.125rem;
  }
  .subscription-product-card__quantity__select-wrapper {
    width: 100%;
  }
  .subscription-product-card__quantity__select-wrapper .subscription-product-card__quantity__select-trigger {
    justify-content: left;
    padding-left: 0.8rem;
  }
  .subscription-product-card__wrapper__title {
    font-weight: 700;
  }
}
.subscriptions-list__divider-line hr {
  border-top: none;
}
.subscriptions-container .subscriptions-header__link {
  text-decoration: none;
}
.subscriptions-container .subscriptions-header__link:hover {
  color: #24B6E0;
}
@media (min-width: 48rem) {
  .subscriptions-container .subscriptions-header__title {
    margin-top: 1rem;
  }
}
@media (min-width: 48rem) {
  .subscription-item__reactivate-button.button {
    width: fit-content;
    flex-grow: 5;
  }
  .subscription-item__buttons-group {
    width: fit-content;
    flex-grow: 1;
  }
}
@media (max-width: 48rem) {
  .subscriptions-list__divider-line hr {
    border-top: 0.0625rem solid #f5f5f5;
  }
}

.subscription-modal__content .modal-box {
  padding: 0;
  max-width: 25rem;
  margin: 0;
}
.subscription-modal__content .modal-body {
  text-align: left;
}
.subscription-modal__content .modal-body p {
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.subscription-modal__content .modal-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.subscription-modal__content .modal-dialog-header {
  display: flex;
  justify-content: space-between;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.subscription-modal__content .modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: inherit;
  letter-spacing: inherit;
}
.subscription-modal__content .modal-title-secondary {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.09375rem;
}
.subscription-modal__content .modal-dialog-note {
  border-top: 0.05rem #d8d8d8 solid;
  padding-top: 1.5rem;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1rem;
}
.subscription-modal__content .modal-dialog-note p {
  line-height: 1rem;
}
.subscription-modal__content .modal-dialog-note a {
  font-size: 0.625rem;
  font-weight: 400;
  text-decoration: underline;
}
.subscription-modal__content .modal-dialog-note a:hover {
  font-weight: 400;
}
.subscription-modal__content .modal-dialog-note .brand-name {
  text-transform: lowercase;
  font-style: italic;
}
.subscription-modal__content .close.subscription-modal-close-btn {
  width: 1.25rem;
  height: 1.25rem;
}
.subscription-modal__content .subscription-modal-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: 0 0;
}
.subscription-modal__content .subscription-modal-close-btn svg {
  height: fit-content;
  width: fit-content;
}
.subscription-modal__content .modal-dialog-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: none;
}
.subscription-modal__content .modal-dialog-buttons button {
  width: 100%;
}
.subscription-modal__content .modal-dialog-buttons .btn {
  height: auto;
  border-radius: 1.5rem;
  padding: 0.75rem 1.25rem;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  border: 0.125rem solid transparent;
  color: #0b2c49;
}
.subscription-modal__content .modal-dialog-buttons .btn[disabled],
.subscription-modal__content .modal-dialog-buttons .btn[disabled]:hover {
  color: #5b5b5b;
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.subscription-modal__content .modal-dialog-buttons .btn-primary {
  border-color: #8cd5ea;
  background-color: #8cd5ea;
}
.subscription-modal__content .modal-dialog-buttons .btn-primary:hover,
.subscription-modal__content .modal-dialog-buttons .btn-primary:focus {
  background-color: #36b5da;
  border-color: #36b5da;
}
.subscription-modal__content .modal-dialog-buttons .btn-secondary {
  border-color: #8cd5ea;
  background-color: inherit;
}
.subscription-modal__content .modal-dialog-buttons .btn-secondary:hover,
.subscription-modal__content .modal-dialog-buttons .btn-secondary:focus {
  background-color: #0b2c49;
  border-color: #0b2c49;
  color: #ffffff;
}
.subscription-modal__content .modal-dialog-buttons .subscription-action-button-cancel {
  background: 0 0;
  border: 0.1rem #2f2f2f solid;
  color: #353535;
}
.subscription-modal__content__header {
  align-items: center;
}
.subscription-modal__content .modal-dialog-checkout-subheader {
  font-family: Avenir-Roman, serif;
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
  text-align: left;
  padding-bottom: 1rem;
}
.modal-dialog-header p {
  font-size: 1.25rem;
  width: 90%;
}
.modal-dialog-header .close {
  width: 10%;
}
.subscription-modal-close-btn {
  font-size: 1rem;
}
.subscription-modal.modal-fail-management-center .modal-dialog-buttons .subscription-action-button-cancel {
  background-color: #ffff00;
  border: 0;
}
.modal-fail-management-center.subscription-modal .modal-dialog-checkout-subheader {
  margin-top: 3rem;
  text-align: center;
}
.modal-fail-management-center.subscription-modal .modal-dialog-buttons {
  border-top: 0.05rem #e2e2e2 solid;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
.modal-fail-management-center .subscription-modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.edit-subscription-modal {
  position: relative;
  width: fit-content;
  display: block;
  margin: 2.5rem auto;
  background: none;
  overflow: auto;
  outline: 0;
}
.edit-subscription-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  animation: fade 0.2s linear;
  z-index: 1050;
  padding: 0 1.25rem;
  width: 100%;
  overflow: auto;
}
@media (max-width: 26.563rem) {
  .edit-subscription-modal__overlay {
    padding: 0.0625rem;
    overflow-x: hidden;
  }
}
.edit-subscription-modal .modal-dialog {
  margin: 0.625rem 0;
}
.edit-subscription-modal__content {
  padding: 1.5rem;
  text-align: left;
  position: relative;
  background: #ffffff;
  width: 24.5rem;
}
.edit-subscription-modal__content .modal-dialog-header {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 1rem 0 2rem;
  display: flex;
  justify-content: space-between;
}
.edit-subscription-modal__content .modal-dialog-header p {
  width: 90%;
  text-align: left;
}
.edit-subscription-modal__content .modal-dialog-header .modal-close-button {
  display: flex;
  align-items: center;
  width: 10%;
  cursor: pointer;
  padding: 0;
  justify-content: center;
}
.edit-subscription-modal__content .modal-dialog-subheader {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
  padding: 0;
  justify-content: center;
  display: flex;
}
.edit-subscription-modal__content .modal-dialog-subheader a {
  text-decoration: underline;
}
.edit-subscription-modal__content .modal-dialog-subheader a:hover {
  font-weight: 400;
}
.edit-subscription-modal__content .modal-dialog-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  height: 0.8125rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: normal;
  color: #2e2e2e;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.edit-subscription-modal__content .modal-dialog-note {
  border-top: 0.05rem #d8d8d8 solid;
  padding-top: 1.5rem;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1rem;
}
.edit-subscription-modal__content .modal-dialog-note p {
  line-height: 1rem;
}
.edit-subscription-modal__content .modal-dialog-note a {
  font-size: 0.625rem;
  font-weight: 400;
  text-decoration: underline;
}
.edit-subscription-modal__content .modal-dialog-note .brand-name {
  text-transform: capitalize;
}
.edit-subscription-modal__content .modal-dialog-buttons {
  border-top: 0;
  padding-top: .5rem;
}
.edit-subscription-modal__content .modal-dialog-buttons .button {
  width: 100%;
  height: 2.5rem;
  margin: 0.5rem 0;
  padding: 0;
}
.edit-subscription-modal__content .modal-dialog-buttons .button.cancel-button {
  background: 0 0;
  border: 0.1rem #2f2f2f solid;
  color: #2e2e2e;
}
@media (max-width: 26.563rem) {
  .edit-subscription-modal__content {
    width: 100vw;
    max-width: 25rem;
    padding: 1.5rem 0.75rem;
  }
}
.edit-subscription-modal__refill-date .refill-date {
  color: #17847a;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}
.edit-subscription-modal__quantity .modal-dialog-subheader {
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.edit-subscription-modal__frequency .modal-dialog-buttons {
  border-top: 0.05rem #e2e2e2 solid;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
.edit-subscription-modal__error .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.edit-subscription-modal__error .modal-body .modal-dialog-header {
  margin-top: 0;
  width: 100%;
}
.edit-subscription-modal__error .modal-body .modal-dialog-subheader {
  text-align: center;
  margin-top: 0;
}
.edit-subscription-modal__error .modal-body .modal-dialog-header-error {
  width: 100%;
  justify-content: center;
}
.edit-subscription-modal__error .modal-body .modal-dialog-buttons {
  border-top: 0.0625rem solid #e2e2e2;
  padding-top: 1.5625rem;
  width: 100%;
}
.edit-subscription-modal__error .modal-body .modal-icon-error svg {
  height: auto;
}
.edit-subscription-modal__error.frequency .modal-body .modal-dialog-subheader {
  font-weight: 600;
}
.edit-subscription-modal__error.generic .modal-icon-error {
  display: none;
}
.edit-subscription-modal__cancellation__reason-section {
  width: 18.875rem;
  margin: 0 auto 2rem;
}
.edit-subscription-modal__cancellation__reason-section__options {
  position: relative;
  display: block;
  height: 2.5rem;
  border: 0.0625rem solid #a9a9a9;
  background-color: #ffffff;
  z-index: 1;
}
.edit-subscription-modal__cancellation__reason-section__options .form-select-icon {
  position: absolute;
  width: 3rem;
  height: 100%;
  right: 0;
  border-left: solid 0.0625rem #a9a9a9;
  display: flex;
  justify-content: center;
  z-index: -1;
  align-items: center;
  bottom: 0;
}
.edit-subscription-modal__cancellation__reason-section__options .edit-subscription-modal__cancellation__reason-select {
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0.75rem 3.4375rem 0.9375rem 0.5rem;
  font-size: .75rem;
}
.edit-subscription-modal__cancellation .modal-dialog-buttons {
  border-top: 0.05rem #e2e2e2 solid;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
.edit-subscription-modal__cancellation .modal-dialog-text {
  font-size: .75rem;
  text-transform: unset;
  margin-bottom: 1rem;
  text-align: left;
}
.edit-subscription-modal__cancellation .modal-dialog-subheader {
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.tip {
  margin-top: 1.25rem;
}
.tip-text {
  font-size: 0.875rem;
  display: inline;
}
.tip .adjust-next-order-placement {
  display: inline;
}
.tip .adjust-next-order-placement .btn {
  text-transform: capitalize;
  font-size: 0.875rem;
  padding: 0;
  margin-left: 0.25rem;
  font-weight: 400;
  cursor: pointer;
}
.tip .adjust-next-order-placement .btn--link {
  text-decoration: underline;
}
@keyframes fade {
  from {
    background: rgba(46, 46, 46, 0);
  }
  to {
    background: rgba(46, 46, 46, 0.7);
  }
}
.subscription-modal__content .modal-title {
  color: #0B0C0A;
}
.subscription-modal__content .modal-body > p {
  color: #0B0C0A;
}
.subscription-modal__content .modal-body #subscriptions-cancellation-reason {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 500;
  color: #0B0C0A;
}
.subscription-modal__content .modal-body .combo #reasons-dropdown {
  margin-top: 0;
}
.subscription-modal__content .modal-body .combo .combo-input-text.placeholder {
  color: #58585A;
}
.subscription-modal__content .modal-body .combo .combo-option-value {
  color: #0B0C0A;
}
.subscription-modal__content .modal-body .adjust-next-order-placement,
.subscription-modal__content .modal-body .tip-text {
  color: #0B0C0A;
}
.subscription-modal__content .modal-dialog-buttons .btn[disabled] {
  color: #58585A;
  background-color: #D9D9D9;
  max-height: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  line-height: 1rem;
}
.subscription-modal__content .modal-dialog-buttons .btn-secondary {
  color: #037FA5;
  max-height: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  line-height: 1rem;
}
.subscription-modal__content .modal-dialog-buttons .btn-secondary:hover {
  color: #FFFFFF;
  background-color: #0b2c49;
  border-color: #0b2c49;
}
.subscription-modal__content .modal-dialog-buttons .btn-primary:not(:disabled):hover {
  background-color: #36b5da;
  border-color: #36b5da;
}

.edit-subscription-modal .react-datepicker {
  border: 0;
}
.edit-subscription-modal .react-datepicker__month-container {
  box-shadow: 0 0.25rem 0.5rem rgba(136, 134, 134, 0.5);
  padding: 1rem;
  background-color: #ffffff;
  height: 20.875rem;
  width: 21.4375rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.edit-subscription-modal .react-datepicker__header {
  background-color: inherit;
  border-bottom: 0;
  justify-content: center;
  display: flex;
  flex-wrap: inherit;
  padding: 0.125rem 0;
}
.edit-subscription-modal .react-datepicker__header__dropdown {
  height: 3.125rem;
  width: 14.625rem;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown {
  height: 16.4375rem;
  overflow: auto;
  width: 21.4375rem;
  display: grid;
  top: 3.4375rem;
  left: -0.8125rem;
  border: 0;
  background-color: white;
  gap: .5rem;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 0;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown-container {
  width: 100%;
  height: 100%;
  margin: 0;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown-container .react-datepicker__month-year-read-view {
  visibility: visible !important;
  text-transform: uppercase;
  font-size: .8125rem;
  font-family: "HelveticaNeue", sans-serif;
  height: 3.125rem;
  width: 14.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: 700;
  border-radius: 0;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown-container .react-datepicker__month-year-read-view:hover {
  background-color: #f0f0f0;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown-container .react-datepicker__month-year-read-view--down-arrow {
  display: none;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown div {
  line-height: 1.75rem;
  height: 100%;
  width: 100%;
  word-spacing: 5rem;
  font-size: 1rem;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown div:hover {
  background-color: #f0f0f0;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown div .react-datepicker__month-year-option--selected {
  display: none;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown div:first-of-type {
  border-radius: 0;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown .react-datepicker__month-year-option--selected_month-year {
  border-radius: 0;
  background-color: #037fa5;
  color: #ffffff;
}
.edit-subscription-modal .react-datepicker__header .react-datepicker__month-year-dropdown .react-datepicker__month-year-option--selected_month-year:hover {
  background-color: #037fa5;
}
.edit-subscription-modal .react-datepicker__current-month {
  display: none;
}
.edit-subscription-modal .react-datepicker__navigation {
  height: 3.125rem;
  width: 2.0625rem;
  margin: 1rem;
  padding-top: 0.125rem;
  border-radius: 0;
}
.edit-subscription-modal .react-datepicker__navigation:hover,
.edit-subscription-modal .react-datepicker__navigation:focus {
  background: #eeeeee;
}
.edit-subscription-modal .react-datepicker__navigation--previous {
  padding-right: 0.3125rem;
}
.edit-subscription-modal .react-datepicker__navigation--next {
  padding-left: 0.3125rem;
}
.edit-subscription-modal .react-datepicker__navigation-icon:before {
  border-color: #222222;
}
.edit-subscription-modal .react-datepicker__day-name {
  font-size: .75rem;
  font-weight: 900;
  color: #9f9f9f;
  width: 2.5rem;
  height: 1.25rem;
  line-height: 1rem;
}
.edit-subscription-modal .react-datepicker__day {
  width: 2.5rem;
  height: 1.875rem;
  line-height: 2rem;
  font-size: 1rem;
}
.edit-subscription-modal .react-datepicker__day:hover {
  border-radius: 0;
}
.edit-subscription-modal .react-datepicker__day--selected {
  border-radius: 0;
  background-color: #037fa5;
  color: #ffffff;
}
.edit-subscription-modal .react-datepicker__day--outside-month {
  color: #777777;
}
.edit-subscription-modal .react-datepicker__day--outside-month.react-datepicker__day--disabled {
  color: #cccccc;
}
.edit-subscription-modal .react-datepicker__day--keyboard-selected {
  border-radius: 0;
  background-color: #f0f0f0;
  color: #000000;
}
.edit-subscription-modal .react-datepicker__day--keyboard-selected:hover {
  background-color: #037fa5;
  color: #ffffff;
}
.edit-subscription-modal .react-datepicker__day--today {
  font-weight: initial;
}
.edit-subscription-modal .react-datepicker__day--today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 0.4375rem 0.4375rem;
  border-bottom-color: #222222;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: relative;
  left: 1.4375rem;
  top: 0.4375rem;
}
.edit-subscription-modal .react-datepicker__day--disabled {
  cursor: not-allowed;
}

.subscription-list__title {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.subscription-list__title h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.34375rem;
  color: #0b0c0a;
  margin-top: 0;
}
.subscription-list__tabs {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 1.875rem 0;
}
.subscription-list__tab {
  padding: 0.5rem 0.9375rem;
  gap: 0.3125rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-bottom: 0.125rem solid transparent;
}
.subscription-list__tab__label {
  padding: 0.3125rem 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  text-align: center;
  color: #58585a;
}
.subscription-list__tab.active {
  border-bottom: 0;
}
.subscription-list__tab.active .subscription-list__tab__label {
  color: #037fa5;
}
.subscription-list__tab__count {
  background-color: transparent;
  border-radius: 1.25rem;
  border: 0.0625rem;
  padding: 0.125rem 0.5625rem;
  font-size: 1rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
}
.subscription-list__no-subscriptions__message {
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.015625rem;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 1.875rem;
}
.subscription-list__explore-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.subscription-list__explore-links a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.015625rem;
  text-decoration: underline;
}
.subscription-list .subscription-item {
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #d9d9d9;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.subscription-list .subscription-item__above-section {
  width: 100%;
  display: flex;
  gap: 1.25rem;
}
.subscription-list .subscription-item__above-section-button {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  flex: 1;
}
.subscription-list .subscription-item__above-section-button__manage {
  border-radius: 1.25rem;
  border: 0.0625rem solid #8cd5ea;
  padding: 0.6875rem 0.9375rem;
  background-color: #8cd5ea;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  text-transform: none;
  color: #0b2c49;
  height: auto;
  text-decoration: none;
}
.subscription-list .subscription-item__above-section-button__manage:hover,
.subscription-list .subscription-item__above-section-button__manage:focus {
  border-color: #36b5da;
  background-color: #36b5da;
}
.subscription-list .subscription-item__above-section-button__reactivate {
  border-radius: 1.25rem;
  border: 0.0625rem solid #8cd5ea;
  padding: 0.6875rem 0.9375rem;
  background-color: #8cd5ea;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  text-transform: none;
  color: #0b2c49;
  height: auto;
}
.subscription-list .subscription-item__above-section-button__reactivate:hover,
.subscription-list .subscription-item__above-section-button__reactivate:focus {
  border-color: #36b5da;
  background-color: #36b5da;
}
.subscription-list .subscription-item__above-section__notification {
  flex: 2;
}
.subscription-list .subscription-item__order-date,
.subscription-list .subscription-item__order-total {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  flex: 1;
}
.subscription-list .subscription-item__order-date__label,
.subscription-list .subscription-item__order-total__label {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
  letter-spacing: 0.015625rem;
  font-family: 'DM Sans', sans-serif;
}
.subscription-list .subscription-item__order-date__value {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.015625rem;
  color: #17847a;
}
.subscription-list .subscription-item__order-total__value {
  align-items: baseline;
  gap: 0.625rem;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  color: #0b0c0a;
}
.subscription-list .subscription-item__order-total__value .subscription-item__order-total__sub-value {
  display: none;
}
.subscription-list .subscription-item__order-total__value .subscription-item__order-total__with-tax {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.subscription-list .subscription-item__order-total__value.discounted .subscription-item__order-total__sub-value {
  display: flex;
  gap: 0.3125rem;
}
.subscription-list .subscription-item__order-total__value.discounted .subscription-item__order-total__sub-value .subscription-item__order-total__savings {
  color: #17847a;
  font-weight: 700;
}
.subscription-list .subscription-item__order-total__value.discounted .subscription-item__order-total__sub-value .subscription-item__order-total__base {
  text-decoration: line-through;
}
.subscription-list .subscription-item__product {
  display: flex;
  gap: 1.25rem;
  border: 0.0625rem solid #d9d9d9;
  padding: 1.25rem;
  width: 100%;
}
.subscription-list .subscription-item__product-image {
  min-width: 7.1875rem;
  align-content: center;
}
.subscription-list .subscription-item__product-image a {
  display: flex;
  justify-content: center;
}
.subscription-list .subscription-item__product-image a img {
  max-height: 7.1875rem;
}
.subscription-list .subscription-item__product-data-container {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  color: #0b0c0a;
  min-width: 32.625rem;
}
.subscription-list .subscription-item__product-data-container .subscription-item__product-data {
  gap: 0.625rem;
  display: flex;
  flex-direction: column;
}
.subscription-list .subscription-item__product__prices {
  height: fit-content;
  gap: 0.125rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: right;
  text-align: end;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
  letter-spacing: 0.015625rem;
}
.subscription-list .subscription-item__product__prices__value {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.subscription-list .subscription-item__product__prices__sub-value {
  display: none;
}
.subscription-list .subscription-item__product__prices__saving {
  width: 100%;
  font-weight: 700;
  color: #17847a;
}
.subscription-list .subscription-item__product__prices__base {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
  text-decoration: line-through;
}
.subscription-list .subscription-item__product__prices.discounted .subscription-item__product__prices__value {
  color: #ea1730;
}
.subscription-list .subscription-item__product__prices.discounted .subscription-item__product__prices__sub-value {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.subscription-list .subscription-item__product-name-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.subscription-list .subscription-item__product-name-wrapper .subscription-item__product-name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.015625rem;
}
.subscription-list .subscription-item__product__model {
  display: flex;
  gap: 0.3125rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.subscription-list .subscription-item__product__model-code {
  font-weight: 700;
}
.subscription-list .subscription-item__product__quantity {
  display: flex;
  gap: 0.3125rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.subscription-list .subscription-item__product__quantity-value {
  font-weight: 700;
}
.subscription-list .subscription-item__product__frequency {
  display: flex;
  gap: 0.3125rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.subscription-list .subscription-item__product__frequency-value {
  font-weight: 700;
}
.subscription-list .subscription-item__below-section__notification {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  color: #000000;
}
.subscription-list .subscription-item__below-section__notification .link-btn {
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}
.subscription-list .subscription-cancel {
  display: inline-block;
}
.subscription-list .subscription-cancel__btn {
  font-size: 0.875rem;
  text-decoration: underline;
  text-transform: capitalize;
  height: 100%;
  padding: 0;
  background-color: inherit;
  font-weight: 400;
}
@media all and (max-width: 48rem) {
  .subscription-list__title {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .subscription-list__title h1 {
    margin-top: 0.25rem;
    font-size: 1.5625rem;
    line-height: 1.8rem;
  }
  .subscription-list__tabs {
    overflow-x: auto;
    margin-top: 0;
  }
  .subscription-list__no-subscriptions__message {
    margin-bottom: 1.25rem;
  }
  .subscription-list .subscription-item {
    padding: 0.9375rem;
    gap: 0.9375rem;
  }
  .subscription-list .subscription-item__product {
    padding: 0.9375rem;
    gap: 0.9375rem;
    flex-wrap: wrap;
  }
  .subscription-list .subscription-item__product-image {
    width: 100%;
  }
  .subscription-list .subscription-item__product-image a img {
    max-height: 9.375rem;
  }
  .subscription-list .subscription-item__product-name {
    font-size: 0.875rem;
    line-height: 1.09375rem;
    letter-spacing: 0.02rem;
  }
  .subscription-list .subscription-item__product-data-container {
    min-width: auto;
    gap: 0.625rem;
  }
  .subscription-list .subscription-item__product__prices {
    justify-content: left;
    text-align: left;
  }
  .subscription-list .subscription-item__product__prices.discounted .subscription-item__product__prices__sub-value {
    flex-direction: row;
    gap: 0.3125rem;
  }
  .subscription-list .subscription-item__above-section {
    flex-direction: column;
    gap: 0.9375rem;
  }
  .subscription-list .subscription-item__above-section-button {
    width: 100%;
  }
  .subscription-list .subscription-item__above-section-button__manage,
  .subscription-list .subscription-item__above-section-button__reactivate {
    width: 100%;
    text-align: center;
  }
  .subscription-list .subscription-item__order-date,
  .subscription-list .subscription-item__order-total {
    width: 100%;
  }
  .subscription-list .subscription-item__order-total__value {
    flex-direction: column;
    gap: 0.125rem;
  }
}
.subscription-list__title {
  margin-top: 2rem;
}
.subscription-list__tabs {
  border-bottom: 1px solid #58585A;
}
.subscription-list__tab {
  position: relative;
}
.subscription-list__tab::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background: transparent;
  z-index: 1;
}
.subscription-list__tab.active::before {
  background-color: #24b6e0;
}
.subscription-list__tab.active .subscription-list__tab__count {
  color: #037fa5;
}
.subscription-list__tab__count {
  font-weight: 700;
  color: #58585A;
}
.subscription-list__tab__count::before,
.subscription-list__tab__count::after {
  font-weight: 700;
}
.subscription-list__tab__count::before {
  content: "(";
}
.subscription-list__tab__count::after {
  content: ")";
}
.subscription-list .subscription-item__product-name-wrapper .subscription-item__product-name {
  color: #0B0C0A;
  text-decoration: underline;
}
.subscription-list .subscription-item__above-section-button__manage,
.subscription-list .subscription-item__above-section-button__reactivate {
  padding: 0.5625rem 1.5625rem;
  text-align: center;
}
.subscription-list .subscription-item__above-section__notification {
  font-size: 0.875rem;
  color: #0B0C0A;
}
.subscription-list .subscription-cancel__btn {
  font-family: 'DM Sans', sans-serif;
  color: #0B0C0A;
}
.subscription-list .subscription-cancel__btn:hover {
  color: #000000;
}
.subscription-list__explore-links a {
  color: #000000;
  text-decoration: underline;
}

.shipping-address {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #d9d9d9;
  padding: 1.25rem;
  gap: 0.9375rem;
  margin: 0 0.625rem 1.875rem 0;
}
.shipping-address__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1.125rem;
  gap: 0.9375rem;
  line-height: 1.09375rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.015625rem;
  color: #0b0c0a;
}
.shipping-address__header__title {
  font-weight: 400;
}
.shipping-address__header a {
  font-weight: 700;
}
.shipping-address__address-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  width: 100%;
  line-height: 1.25rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  color: #0b0c0a;
}
.shipping-address__address-info__name {
  width: 100%;
}
.shipping-address__address-info__address-container {
  position: relative;
  width: 100%;
}
.shipping-address__address-info__address-container .shipping-address__address-info__address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shipping-address__address-info__address-container .shipping-address__address-info__address-tooltip {
  visibility: hidden;
  width: 12.5rem;
  background-color: #58585a;
  color: #ffffff;
  position: absolute;
  left: 25%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 0.25rem;
  padding: 0.3125rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  font-weight: 400;
}
.shipping-address__address-info__address-container .shipping-address__address-info__address-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: transparent transparent #58585a transparent;
}
.shipping-address__address-info__address-container:hover .shipping-address__address-info__address-tooltip,
.shipping-address__address-info__address-container:focus .shipping-address__address-info__address-tooltip {
  visibility: visible;
  opacity: 1;
}
.shipping-address__edit-link {
  cursor: pointer;
  font-size: 0.875rem;
  color: #0b0c0a;
}
@media all and (max-width: 48rem) {
  .shipping-address {
    padding: 0.9375rem;
    margin-right: auto;
    margin-bottom: 1.25rem;
  }
  .shipping-address__address-info__address-container .shipping-address__address-info__address-tooltip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.payment-method {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #d9d9d9;
  padding: 1.25rem;
  gap: 0.9375rem;
  margin: 0 0 1.875rem 0.625rem;
}
.payment-method__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1.125rem;
  gap: 0.9375rem;
  line-height: 1.09375rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.015625rem;
  color: #0b0c0a;
}
.payment-method__header__title {
  font-weight: 400;
}
.payment-method__header a {
  font-weight: 700;
}
.payment-method__card-info {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  gap: 0.625rem;
  width: 100%;
  line-height: 1.25rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  color: #0b0c0a;
}
.payment-method__card-info__number {
  width: 100%;
}
.payment-method__card-info__secondary-data {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.payment-method__card-info__card-type {
  width: 2.5rem;
}
.payment-method__edit-link {
  font-size: 0.875rem;
  color: #0b0c0a;
  cursor: pointer;
}
@media all and (max-width: 48rem) {
  .payment-method {
    padding: 0.9375rem;
    margin-left: auto;
    margin-bottom: 1.25rem;
  }
}
.shipping-address__edit-link,
.payment-method__edit-link {
  text-decoration: underline;
}

.combo {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
}
.combo-input {
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.625rem;
  margin: 0.5rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.combo-input-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.combo-input-text.placeholder {
  color: #5B5B5B;
}
.combo-toggle-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.combo-toggle-icon path {
  stroke: #000000;
}
.combo.open .combo-menu {
  display: block;
}
.combo-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 100;
  padding: 5px 0;
  background-color: #ffffff;
  max-height: 60vh;
  overflow-y: scroll;
  box-shadow: 0 8px 16px rgba(47, 35, 3, 0.2);
}
.combo-option {
  padding: 0.625rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.combo-option.current-option {
  background-color: #F2F2F2;
}

.my-account-modal {
  width: 100%;
  padding: 2.5rem 1.25rem;
  text-align: left;
  position: relative;
  background: #ffffff;
}
.my-account-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  animation: fade .2s linear;
  z-index: 1050;
  padding: 0 1.25rem;
  width: 100%;
  overflow-y: auto;
}
.my-account-modal__content {
  position: relative;
  display: block;
  margin: 1.25rem auto;
  background: 0;
  overflow: auto;
  outline: 0;
  max-width: 39.375rem;
}
.my-account-modal__content .modal-dialog {
  margin: 0.625rem 0;
}
.my-account-modal .modal-close-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: none;
  transition: none;
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  padding: 0;
}
.my-account-modal .modal-close-button .modal-close-icon {
  margin: auto;
}
.my-account-modal .modal-close-button .icon-close {
  width: 14px;
  height: 14px;
}
@media (min-width: 48rem) {
  .my-account-modal {
    margin: auto;
    padding: 3.125rem;
  }
  .my-account-modal__content {
    margin: 2.5rem auto;
  }
}

.my-account-order-detail .maintenance-message {
  margin: 0.5rem 0 1rem 0;
}
.my-account-order-detail .can-not-cancel-order-tooltip.return-type {
  margin: 0;
  left: 3rem;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .can-not-cancel-order-tooltip.return-type {
    margin: 1rem 0 0 0;
    left: 0;
  }
}
.my-account-order-detail .info-for-return {
  display: flex;
}
.my-account-order-detail .pricing-container-with-saving .sale-price {
  white-space: nowrap;
}
.my-account-order-detail .track-number-line {
  display: none;
}
.my-account-order-detail .return-button {
  max-width: 13rem;
  border: 3px solid #2e2e2e;
}
.my-account-order-detail .return-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 30rem;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 64rem) {
  .my-account-order-detail .return-content {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
  }
}
.my-account-order-detail .cancel-order-modal-btn.return-button {
  margin-top: 1rem;
  width: 100% !important;
}
.my-account-order-detail .order-details-view-return-policy {
  margin: 0 0 0 4rem;
  min-width: 10rem;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .order-details-view-return-policy {
    margin: 1rem 0 0 0;
    padding-left: 0.5rem;
  }
}
.my-account-order-detail .prod-item-delivery-addons_price.service-price-label,
.my-account-order-detail .prod-item-installation-addons_price.service-price-label {
  margin-right: 1.45rem;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .prod-item-delivery-addons_price.service-price-label,
  .my-account-order-detail .prod-item-installation-addons_price.service-price-label {
    margin-right: 0;
  }
}
.my-account-order-detail .prod-item-delivery-addons_price.service-price-label.list-services,
.my-account-order-detail .prod-item-installation-addons_price.service-price-label.list-services {
  margin-right: 0;
}
.my-account-order-detail .order-entry-details__instance-separator.end_lane {
  display: none;
}
.my-account-order-detail .od-delivery-progress-container .item.selected.current .shipped-mobile-align {
  margin-left: -1rem;
}
.my-account-order-detail .underline-strong-red {
  text-decoration: underline;
}
.my-account-order-detail .hs-label-adicional {
  display: none;
}
.my-account-order-detail .custom-icon-step {
  position: relative;
  top: 35%;
  width: 10rem;
  max-width: 100%;
  transform: scale(1.8);
  display: block;
}
.my-account-order-detail .pricing-container-with-saving .msrp-price.no-msrp-saving {
  text-decoration: none;
}
.my-account-order-detail .pricing-container-with-saving .sale-price.no-msrp-saving {
  text-decoration: none;
  color: #2e2e2e;
}
.my-account-order-detail .validation-warning-section {
  color: #c41230;
  margin-left: 0;
  width: 100%;
  border-radius: 3px;
  align-items: center;
  background-color: rgba(196, 18, 48, 0.1);
  position: relative;
  padding: 0.5rem 0 0.5rem 1.875rem;
}
.my-account-order-detail .validation-warning-section .validation-warning-icon {
  position: absolute;
  left: 0;
  padding-left: 0.5rem;
}
.my-account-order-detail .validation-warning-section .validation-warning-icon .error-icon {
  margin: 0.5rem 3px 13px 5px;
  width: 15px;
  height: 15px;
}
.my-account-order-detail .od-fedex-number {
  font-size: 1.2rem;
  padding-bottom: 0.3125rem;
  line-height: 1.5;
}
.my-account-order-detail .od-fedex-number:first-of-type {
  padding-top: 1rem;
}
.my-account-order-detail .od-delivery-progress-container .item.selected.current .order-track-date {
  width: 6rem;
  text-align: center;
  margin-left: -1rem;
  color: #2e2e2e;
}
@media screen and (max-width: 48rem) {
  .my-account-order-detail .od-delivery-progress-container .item.selected.current .order-track-date {
    margin-left: 0;
  }
}
.my-account-order-detail .od-delivery-progress-container .item span.black-date {
  color: #2e2e2e;
  font-family: 'DM Sans', sans-serif;
}
.my-account-order-detail .od-delivery-progress-container .item .details-modal .see-detail-adjust {
  width: 9rem;
  display: inline-block;
  margin: -2rem 0 0 -1rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .od-delivery-progress-container .item .details-modal .see-detail-adjust {
    display: block;
    width: 6rem;
    margin-left: -0.75rem;
    margin-top: 0.1rem;
  }
}
.my-account-order-detail .od-delivery-progress-container .item.selected.current .adjust-fullfilement {
  margin-left: -1rem !important;
}
.my-account-order-detail .break-the-text {
  padding: 0;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .break-the-text {
    padding: 0 4rem;
  }
}
.my-account-order-detail .cancelled-status-info {
  border-left: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.my-account-order-detail .adjust-image {
  margin-top: -0.5rem;
  width: 3.75rem !important;
}
.my-account-order-detail .adjust-fullfilement {
  margin-left: 0 !important;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .adjust-fullfilement {
    margin-left: -1rem !important;
    width: 6rem;
  }
}
.my-account-order-detail .lineMiddle {
  width: 0.4375rem !important;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .lineMiddle {
    width: 50% !important;
  }
}
.my-account-order-detail .cancelled-entries-title {
  color: #c41230;
  padding: 1.5rem 0 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: Avenir-Black, sans-serif;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .cancelled-entries-title.guest-cancel-size {
    line-height: 1.9375rem;
  }
}
.my-account-order-detail .only-black-color {
  color: #2e2e2e !important;
}
.my-account-order-detail .only-white-color {
  color: #ffffff !important;
}
.my-account-order-detail .info-icon-side-button {
  display: flex;
  align-items: center;
}
.my-account-order-detail .position-tooltip-item {
  margin-top: -1rem !important;
}
.my-account-order-detail .view-detail-styles {
  font-size: 0.75rem;
  font-weight: 400;
  color: #2e2e2e;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.my-account-order-detail .can-not-cancel-order-tooltip,
.my-account-order-detail .can-not-return-order-tooltip {
  position: relative;
  margin-left: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  right: 0;
}
.my-account-order-detail .view-detail-button:hover {
  cursor: pointer;
}
.my-account-order-detail .my-account-order-detail .can-not-cancel-order-tooltip {
  margin-top: 0;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .my-account-order-detail .can-not-cancel-order-tooltip {
    margin-top: 1rem;
  }
}
.my-account-order-detail .can-not-cancel-item-tooltip {
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  align-items: baseline;
  right: 0;
}
.my-account-order-detail .can-not-cancel-item-tooltip .can-not-cancel-order-tooltip-text,
.my-account-order-detail .can-not-cancel-order-tooltip .can-not-cancel-order-tooltip-text,
.my-account-order-detail .can-not-return-order-tooltip .can-not-return-order-tooltip-text {
  visibility: hidden;
  line-height: 14px;
  width: 12rem;
  background-color: #2e2e2e;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 11px;
  white-space: normal;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  transform: translate(-50%, 0);
}
.my-account-order-detail .can-not-cancel-item-tooltip .can-not-cancel-order-tooltip-text > a,
.my-account-order-detail .can-not-cancel-order-tooltip .can-not-cancel-order-tooltip-text > a,
.my-account-order-detail .can-not-return-order-tooltip .can-not-return-order-tooltip-text > a {
  color: #ffffff;
  text-decoration: underline;
}
.my-account-order-detail .can-not-cancel-item-tooltip:hover .can-not-cancel-order-tooltip-text,
.my-account-order-detail .can-not-cancel-order-tooltip:hover .can-not-cancel-order-tooltip-text,
.my-account-order-detail .can-not-return-order-tooltip:hover .can-not-return-order-tooltip-text {
  visibility: visible;
}
.my-account-order-detail .can-not-cancel-item-tooltip:focus .can-not-cancel-order-tooltip-text,
.my-account-order-detail .can-not-cancel-order-tooltip:focus .can-not-cancel-order-tooltip-text,
.my-account-order-detail .can-not-return-order-tooltip:focus .can-not-return-order-tooltip-text {
  visibility: visible;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .break-status {
    display: none;
  }
}
.my-account-order-detail .od-order-number {
  color: #000000;
  font-family: Avenir-Roman, sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  margin: 0;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .od-order-number.guest-size {
    line-height: 2.8125rem;
  }
}
.my-account-order-detail .label-strong-red {
  color: #c41230;
}
.my-account-order-detail .cancel-order--assistance-info {
  border-left: 2px solid #808080;
  margin-left: 1rem;
  padding-left: 1rem;
}
.my-account-order-detail .cancellation-assistance--number,
.my-account-order-detail .cancellation-assistance--title {
  font-weight: 900;
}
.my-account-order-detail .cancel-order-item-cont {
  display: flex;
  padding: 2rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}
.my-account-order-detail .cancel-order-item-cont .cancel-order--assistance-info {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.my-account-order-detail .cancel-order-item-cont .info-icon-side-button + .cancel-order--assistance-info {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.15);
}
.my-account-order-detail .cancel-order-modal-btn {
  width: 208px;
  height: 40px;
  margin-top: 1rem;
}
.my-account-order-detail .cancel-order-item-modal-btn {
  width: 170px;
  height: 40px;
}
.my-account-order-detail .cancel-order-item-modal-btn,
.my-account-order-detail .cancel-order-modal-btn,
.my-account-order-detail .to-order-details-btn {
  padding: 0.875rem 1.5rem 0.8125rem 1.5rem;
  border: 2px solid #000000;
}
.my-account-order-detail .cancel-order-item-modal-btn[disabled],
.my-account-order-detail .cancel-order-item-modal-btn[disabled]:hover,
.my-account-order-detail .cancel-order-modal-btn[disabled],
.my-account-order-detail .cancel-order-modal-btn[disabled]:hover {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .my-account-order-detail .cancel-order-modal-btn {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .my-account-order-detail .cancel-order-modal-btn {
    width: 30% !important;
  }
}
.my-account-order-detail .order-summary-box-shadow {
  box-shadow: 0 4px 8px rgba(136, 134, 134, 0.5);
}
.my-account-order-detail .order-summary-discount-price,
.my-account-order-detail .order-summary-edit-cart-link,
.my-account-order-detail .order-summary-engraving-cost-value,
.my-account-order-detail .order-summary-estimated-value,
.my-account-order-detail .order-summary-expedited-shipping-cost-value,
.my-account-order-detail .order-summary-gift-wrapping-cost-value,
.my-account-order-detail .order-summary-installation-service-cost-value,
.my-account-order-detail .order-summary-promo-code-value,
.my-account-order-detail .order-summary-taxes-tbd,
.my-account-order-detail .order-summary-taxes-value,
.my-account-order-detail .order-summary-waste-fee-value {
  text-align: right;
}
.my-account-order-detail .order-summary-discount-price-dash {
  font-weight: 700;
  position: relative;
  top: -1px;
}
.my-account-order-detail .hidden {
  display: none !important;
  visibility: hidden !important;
}
.my-account-order-detail .price-free-value {
  color: #017e03;
}
.my-account-order-detail .order-summary-discount-price {
  color: #17847a;
}
.my-account-order-detail .member-price-discount-container,
.my-account-order-detail .merchandise-price-discount-container,
.my-account-order-detail .special-price-discount-container {
  font-weight: bolder;
  color: #17847a;
}
.my-account-order-detail .price-line-separator {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  width: 107%;
  height: 0.0625rem;
  background-color: rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  margin-bottom: 1rem;
}
.my-account-order-detail .od-order-info {
  padding-top: 0.625rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.my-account-order-detail .od-prices-shown {
  font-family: Avenir-Roman, sans-serif;
  font-weight: 400;
}
.my-account-order-detail .od-shipping-option {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 1.25rem;
  padding-bottom: 0.9375rem;
}
.my-account-order-detail .od-shipping-option .consignment-post-purchase__action-buttons--container {
  min-width: 100%;
  margin: 1rem 0 0 0;
}
.my-account-order-detail .od-shipping-option .consignment-post-purchase__action-buttons--container:not( :has(.button)) {
  display: none;
}
.my-account-order-detail .od-shipping-option .consignment-post-purchase__action-buttons--container .consignment-post-purchase__action-buttons {
  width: 12.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-shipping-option .consignment-post-purchase__action-buttons--container .consignment-post-purchase__action-buttons {
    width: 100%;
  }
}
.my-account-order-detail .od-shipping-option .consignment-post-purchase__action-buttons--container .consignment-post-purchase__action-buttons .button {
  height: 2.5rem;
  width: 100%;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-shipping-option {
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.3;
    margin: 1.5625rem 0;
    padding-bottom: 0;
  }
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-shipping-address-wrapper {
    border-bottom: 0.0625rem solid #b3b3b3;
    padding-bottom: 2.875rem;
  }
}
.my-account-order-detail .od-shipping-address-label,
.my-account-order-detail .od-shipping-address-text {
  padding-bottom: 0.9375rem;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-billing-information-credit-card-container {
    margin-top: 2.875rem;
  }
}
.my-account-order-detail .od-billing-information-credit-card-label {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.my-account-order-detail .od-billing-information-credit-card {
  display: flex;
  flex-direction: row;
  overflow-wrap: anywhere;
}
.my-account-order-detail .od-billing-information-credit-card .icon-acima {
  height: 22px;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-billing-information-credit-card {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.my-account-order-detail .od-ordered-item-tile {
  background-color: #ffffff;
  margin: 0.4375rem 0;
  padding: 1.5rem;
  border: 0.2rem #e2e2e2 solid;
  margin-bottom: 0;
}
@media (max-width: 63.9375rem) {
  .my-account-order-detail .od-ordered-item-tile {
    padding: 1.875rem 1.875rem 1.5625rem 1.25rem;
  }
}
.my-account-order-detail .od-ordered-item-tile-prod-name-container {
  font-size: 1.375rem;
}
.my-account-order-detail .od-ordered-item-tile-subtitle {
  margin-top: .5rem;
  font-size: .75rem;
}
.my-account-order-detail .od-ordered-item-tile-subtitle-vendor {
  text-decoration: underline;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-ordered-item-tile-prod-name-container {
    font-size: 1rem;
  }
}
.my-account-order-detail .od-ordered-item-tile-model-color {
  line-height: 1.4;
  font-size: 0.8em;
  margin-top: 1.5625rem;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-ordered-item-tile-model-color {
    font-size: 0.8125rem;
    margin-top: 2.1875rem;
  }
}
.my-account-order-detail .od-ordered-item-tile-color {
  margin-top: 0.1875rem;
}
.my-account-order-detail .od-ordered-item-price-container {
  text-align: right;
  line-height: 1.4;
}
@media (max-width: 63.9375rem) {
  .my-account-order-detail .od-ordered-item-price-container {
    margin-top: 3.4375rem;
  }
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .od-ordered-item-price-container {
    margin-top: 0;
  }
}
.my-account-order-detail .shopping-cart-title-prod-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 3.84em;
}
.my-account-order-detail .oc-shipping-subtotal-summary-container,
.my-account-order-detail .od-shipping-billing-wrapper {
  flex: 1;
  margin: 2rem 0;
}
@media (min-width: 64rem) {
  .my-account-order-detail .oc-shipping-subtotal-summary-container,
  .my-account-order-detail .od-shipping-billing-wrapper {
    background-color: #ffffff;
  }
}
.my-account-order-detail .oc-shipping-subtotal-summary-inner-container {
  background-color: #ffffff;
  padding: 2rem 0;
}
.my-account-order-detail .od-billing-information-credit-card-container {
  padding: 2.5rem;
}
@media (max-width: 63.9375rem) {
  .my-account-order-detail .oc-shipping-subtotal-summary-inner-container,
  .my-account-order-detail .od-billing-information-credit-card-container {
    background-color: #ffffff;
  }
}
.my-account-order-detail .oc-shipping-subtotal-label,
.my-account-order-detail .od-billing-information-credit-card-label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: 0;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 63.9375rem) {
  .my-account-order-detail .oc-shipping-subtotal-label,
  .my-account-order-detail .od-billing-information-credit-card-label {
    margin-top: 0;
  }
}
.my-account-order-detail .oc-delivery-addons-price,
.my-account-order-detail .oc-delivery-home-price,
.my-account-order-detail .oc-shipping-merchandise,
.my-account-order-detail .oc-shipping-merchandise-savings,
.my-account-order-detail .oc-shipping-subtotal,
.my-account-order-detail .oc-shipping-taxes,
.my-account-order-detail .oc-shipping-total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
.my-account-order-detail .oc-shipping-merchandise :first-child {
  flex-basis: 75%;
}
.my-account-order-detail .oc-shipping-merchandise :last-child {
  white-space: nowrap;
}
.my-account-order-detail .oc-shipping-subtotal {
  font-size: 1.3125rem;
}
.my-account-order-detail .oc-shipping-subtotal,
.my-account-order-detail .oc-shipping-total {
  padding-top: 1.5625rem;
}
.my-account-order-detail .credit-card-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.my-account-order-detail .chk-rev-card-type {
  margin-top: 0.5rem;
}
.my-account-order-detail .chk-rev-card-img {
  width: 1.75rem;
  display: inline-block;
  position: relative;
  left: 0.05rem;
  vertical-align: middle;
}
.my-account-order-detail .chk-rev-card-text {
  vertical-align: middle;
}
.my-account-order-detail .chk-rev-addr {
  margin-top: 0.5rem;
  font-style: normal;
}
@media (min-width: 48rem) {
  .my-account-order-detail .chk-rev-margin {
    margin: 1rem 0;
  }
}
.my-account-order-detail .chk-rev-addr-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  justify-content: left;
  display: flex;
}
.my-account-order-detail .od-ordered-item-price-with-label .sales-price {
  color: #c41230;
}
.my-account-order-detail .od-ordered-item-price-with-label .regular-price {
  text-decoration: line-through;
}
.my-account-order-detail .oc-shipping-subtotal-label {
  display: inline;
}
.my-account-order-detail .oc-shipping-subtotal-label-container {
  margin-bottom: 1.25rem;
  margin-top: 0;
  padding-bottom: 0.625rem;
}
.my-account-order-detail .order-summary-services {
  height: 1.5625rem;
  background-color: #e2e2e2;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.625rem;
  width: 100%;
}
.my-account-order-detail .services-and-parts-label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000000;
}
.my-account-order-detail .prod-additional-services-tile {
  width: 100%;
  background-color: #ffffff;
  padding: 0.75rem 1.5rem 0 1.25rem;
  border: 0.2rem #e2e2e2 solid;
}
.my-account-order-detail .prod-item-delivery-addons,
.my-account-order-detail .prod-item-installation-addons {
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
.my-account-order-detail .prod-additional-services-tile .prod-item-delivery-addons,
.my-account-order-detail .prod-additional-services-tile .prod-item-installation-addons,
.my-account-order-detail .prod-additional-services-tile .prod-item-services {
  display: flex;
  align-items: center;
}
.my-account-order-detail .prod-item-delivery-addons_icon,
.my-account-order-detail .prod-item-installation-addons_icon {
  display: flex;
}
.my-account-order-detail .prod-item-delivery-addons_price,
.my-account-order-detail .prod-item-installation-addons_price {
  margin-left: auto;
  align-self: flex-end;
}
@media all and (min-width: 768px) {
  .my-account-order-detail .prod-item-delivery-addons_price,
  .my-account-order-detail .prod-item-installation-addons_price {
    align-self: inherit;
  }
}
.my-account-order-detail .service-price-label {
  text-align: right;
}
.my-account-order-detail .service-price {
  font-weight: 700;
}
.my-account-order-detail .delivery-services-icon,
.my-account-order-detail .installation-services-icon {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  min-width: 1.375rem;
}
.my-account-order-detail .delivery-addons-toggle-button,
.my-account-order-detail .installation-addons-toggle-button {
  display: inline-block;
  padding-left: 0.5rem;
}
.my-account-order-detail .delivery-addons-toggle-button a,
.my-account-order-detail .installation-addons-toggle-button a {
  font-size: 0.75rem;
  font-weight: 400;
}
.my-account-order-detail .oc-shipping-subtotal-summary-inner-container,
.my-account-order-detail .od-billing-information-credit-card-container {
  background-color: #ffffff;
  padding: 2rem 0;
}
.my-account-order-detail .oc-shipping-subtotal-summary-container,
.my-account-order-detail .od-ordered-item-price-with-label,
.my-account-order-detail .shopping-cart-title-prod-link {
  color: #000000;
}
.my-account-order-detail .oc-shipping-subtotal-label,
.my-account-order-detail .od-billing-information-credit-card-label,
.my-account-order-detail .od-order-number,
.my-account-order-detail .od-ordered-item-tile-prod-name-container a {
  text-transform: capitalize;
}
.my-account-order-detail .od-ordered-item-tile-prod-name-container a {
  color: #353535;
  text-decoration: none;
}
.my-account-order-detail .od-ordered-item-tile .g-col-md-3 {
  padding-top: 0;
  display: block;
}
.my-account-order-detail .od-order-number,
.my-account-order-detail .od-prices-shown {
  font-family: Helvetica, sans-serif;
}
@media (min-width: 48rem) and (max-width: 50.5625rem), (min-width: 63.9375rem) and (max-width: 67.4375rem) {
  .my-account-order-detail .od-order-number {
    font-size: 1.75rem;
  }
}
.my-account-order-detail .oc-delivery-addons-price,
.my-account-order-detail .oc-delivery-home-price,
.my-account-order-detail .oc-shipping-merchandise,
.my-account-order-detail .oc-shipping-merchandise-savings,
.my-account-order-detail .oc-shipping-subtotal,
.my-account-order-detail .oc-shipping-taxes {
  padding-bottom: 0.75rem;
}
.my-account-order-detail .headline-container {
  margin-bottom: 1rem;
}
.my-account-order-detail .od-order-info .od-order-number {
  float: left;
}
.my-account-order-detail .od-order-info .od-order-print {
  float: right;
}
.my-account-order-detail .od-order-print-link {
  text-decoration: underline;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}
@media (min-width: 48rem) and (max-width: 50.5625rem), (min-width: 63.9375rem) and (max-width: 67.4375rem) {
  .my-account-order-detail .od-order-print-link {
    font-size: 0.875rem;
  }
}
.my-account-order-detail .od-order-print-link .icon {
  margin-right: 0.3125rem;
}
.my-account-order-detail .od-shipping-address-wrapper {
  margin: 2rem 0;
}
.my-account-order-detail .od-shipping-address-container {
  background-color: #ffffff;
  padding: 2rem 0;
}
.my-account-order-detail .od-shipping-address-label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: 0;
  padding-bottom: 0.625rem;
  text-transform: none;
}
.my-account-order-detail .od-delivery-progress-container {
  position: relative;
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
}
.my-account-order-detail .od-delivery-progress-container.accessory-delivery {
  padding-left: 0.4rem;
}
.my-account-order-detail .od-delivery-progress-container .items {
  position: relative;
  z-index: 2;
}
.my-account-order-detail .od-delivery-progress-container .item {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: top;
  width: 23%;
}
.my-account-order-detail .od-delivery-progress-container .icon {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 2.5;
  color: #000000;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  background-color: #d9d9d9;
  margin-left: auto;
  margin-right: auto;
}
.my-account-order-detail .od-delivery-progress-container .item:first-child .legend,
.my-account-order-detail .od-delivery-progress-container .item:last-child .legend {
  width: 4rem;
}
.my-account-order-detail .od-delivery-progress-container .item:first-child {
  width: 14%;
  margin-left: 0;
}
.my-account-order-detail .od-delivery-progress-container .item:first-child .icon {
  margin-left: 0;
}
.my-account-order-detail .od-delivery-progress-container .item:last-child {
  width: 14%;
}
.my-account-order-detail .od-delivery-progress-container .item:last-child .icon {
  margin-right: 0;
}
.my-account-order-detail .od-delivery-progress-container .item:last-child .legend {
  float: right;
}
.my-account-order-detail .od-delivery-progress-container .icon img {
  position: relative;
  top: 0.6875rem;
  left: 0.6875rem;
  width: 2.5rem;
  height: 2.5rem;
}
.my-account-order-detail .od-delivery-progress-container .item.selected .icon {
  background-color: #8cd5ea;
}
.my-account-order-detail .od-delivery-progress-container .item span {
  font-style: italic;
  color: #17847a;
  display: block;
  margin-top: 0.625rem;
}
.my-account-order-detail .od-delivery-progress-container .item.selected span {
  font-style: italic;
  color: #000000;
}
.my-account-order-detail .od-delivery-progress-container .item.selected.current .legend {
  font-weight: 700;
}
.my-account-order-detail .od-delivery-progress-container .status.awaiting-fullfillment {
  display: block;
  width: 6rem;
  margin-left: -1rem;
}
.my-account-order-detail .od-delivery-progress-container .status.awaiting-shipment {
  display: inline-block;
  width: 5rem;
  text-align: center;
  float: none;
}
.my-account-order-detail .od-delivery-progress-container .item .details-modal,
.my-account-order-detail .od-delivery-progress-container .item .status.shipped {
  text-align: center;
}
.my-account-order-detail .od-delivery-progress-container .item .details-modal .open-shipment-details-modal {
  font-weight: 400;
  text-decoration: none;
  color: #2a5daf;
}
.my-account-order-detail .od-delivery-progress-container .line {
  height: 0.4375rem;
  background-color: #d9d9d9;
  width: 95%;
  position: absolute;
  z-index: 1;
  top: 1.6875rem;
  overflow: hidden;
}
.my-account-order-detail .od-delivery-progress-container .line-small {
  height: 0.4375rem;
  background-color: #d9d9d9;
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 1.6875rem;
  overflow: hidden;
}
.my-account-order-detail .od-delivery-progress-container .inner {
  background-color: #8cd5ea;
  position: relative;
  left: 1.5625rem;
}
.my-account-order-detail .od-delivery-progress-container .inner.line-1-5 {
  width: 0;
}
.my-account-order-detail .od-delivery-progress-container .inner.line-2-5 {
  width: 20%;
}
.my-account-order-detail .od-delivery-progress-container .inner.line-3-5 {
  width: 50%;
}
.my-account-order-detail .od-delivery-progress-container .inner.line-4-5 {
  width: 70%;
}
.my-account-order-detail .od-delivery-progress-container .inner.line-5-5 {
  width: 100%;
}
.my-account-order-detail .od-delivery-progress-container .item.selected.current .order-track-date {
  font-family: Avenir-Black, sans-serif;
  color: #2e2e2e;
  font-weight: 700;
  font-style: normal;
}
.my-account-order-detail .delivery-info-title,
.my-account-order-detail .your-merchandise {
  font-weight: 700;
  color: #353535;
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.my-account-order-detail .delivery-info-container-title {
  font-weight: 300;
  color: #353535;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.my-account-order-detail .delivery-info-container-date,
.my-account-order-detail .delivery-info-container-time {
  color: #17847a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
.my-account-order-detail .prod-item-delivery-addons > .g-col-2,
.my-account-order-detail .prod-item-installation-addons > .g-col-2 {
  flex-basis: 10%;
  max-width: 10%;
}
.my-account-order-detail .prod-item-delivery-addons > .g-col-2,
.my-account-order-detail .prod-item-installation-addons > .g-col-2,
.my-account-order-detail .prod-item-delivery-addons > .g-col-3,
.my-account-order-detail .prod-item-installation-addons > .g-col-3 {
  flex-basis: 10%;
  max-width: 10%;
}
.my-account-order-detail .prod-item-delivery-addons > .g-col-7,
.my-account-order-detail .prod-item-installation-addons > .g-col-7 {
  flex-basis: 80%;
  max-width: 80%;
}
.my-account-order-detail .delivery-info-container-date {
  margin-top: 0.5rem;
}
@media (max-width: 47.9375rem) {
  .my-account-order-detail .mobile-hidden {
    display: none;
  }
  .my-account-order-detail .headline-container {
    padding-left: 0.625rem;
  }
  .my-account-order-detail .od-order-info {
    padding-left: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .item {
    display: block;
    float: right;
    width: 100%;
    max-width: 100%;
    height: 5rem;
    margin-right: 3.125rem;
  }
  .my-account-order-detail .od-delivery-progress-container .item .icon {
    float: right;
  }
  .my-account-order-detail .od-delivery-progress-container .line {
    width: 0.4375rem;
    height: 90%;
    top: 0;
    right: 4.875rem;
  }
  .my-account-order-detail .od-delivery-progress-container.accessory-delivery {
    padding-left: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .line-small {
    width: 0.4375rem;
    height: 90%;
    top: 0;
    right: 4.875rem;
  }
  .my-account-order-detail .od-delivery-progress-container .inner {
    width: 0.4375rem;
    left: 0;
    height: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .item:first-child,
  .my-account-order-detail .od-delivery-progress-container .item:last-child {
    width: 100%;
  }
  .my-account-order-detail .od-delivery-progress-container .item:first-child .legend,
  .my-account-order-detail .od-delivery-progress-container .item:last-child .legend {
    width: 100%;
  }
  .my-account-order-detail .inner {
    height: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .inner.line-1-5 {
    height: 0;
    width: 100%;
  }
  .my-account-order-detail .od-delivery-progress-container .inner.line-2-5 {
    height: 25%;
    width: 100%;
  }
  .my-account-order-detail .od-delivery-progress-container .inner.line-3-5 {
    height: 50%;
    width: 100%;
  }
  .my-account-order-detail .od-delivery-progress-container .inner.line-4-5 {
    height: 75%;
    width: 100%;
  }
  .my-account-order-detail .od-delivery-progress-container .inner.line-5-5 {
    height: 90%;
    width: 100%;
  }
  .my-account-order-detail .od-delivery-progress-container .item:last-child .legend {
    float: none;
  }
  .my-account-order-detail .od-delivery-progress-container .item .legend {
    padding-left: 5rem;
    float: none;
  }
  .my-account-order-detail .od-delivery-progress-container .item .legend span {
    float: left;
  }
  .my-account-order-detail .od-delivery-progress-container .status {
    margin-top: 1.625rem;
    text-align: left;
  }
  .my-account-order-detail .oc-shipping-subtotal-summary-container,
  .my-account-order-detail .od-shipping-address-wrapper,
  .my-account-order-detail .od-shipping-billing-wrapper {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .my-account-order-detail .od-billing-information-credit-card-container {
    margin-top: 0;
  }
  .my-account-order-detail .oc-shipping-subtotal-summary-inner-container,
  .my-account-order-detail .od-billing-information-credit-card-container,
  .my-account-order-detail .od-shipping-address-container {
    padding: 1rem 0;
  }
  .my-account-order-detail .od-shipping-address-text {
    padding-bottom: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .legend .awaiting-fullfillment {
    display: block;
    width: 10rem;
  }
  .my-account-order-detail .od-delivery-progress-container .legend .awaiting-shipment,
  .my-account-order-detail .od-delivery-progress-container .legend .shipped {
    display: block;
    width: 10rem;
    margin-left: -1rem;
    text-align: left;
  }
  .my-account-order-detail .od-delivery-progress-container .item .details-modal {
    width: 7.5rem;
    text-align: left;
    margin-left: -1rem;
  }
  .my-account-order-detail .od-delivery-progress-container .item .status.shipped {
    width: 4rem;
    text-align: left;
  }
  .my-account-order-detail .order-track-date {
    width: 6rem;
    color: #2e2e2e;
  }
  .my-account-order-detail .awaiting-shipment .order-track-date {
    display: block;
    margin-left: -1.6rem;
    color: #2e2e2e;
  }
  .my-account-order-detail .shipped .order-track-date {
    display: block;
    margin-left: -1.7rem;
  }
  .my-account-order-detail .shipped .order-track-date.no-details {
    margin-top: 0.3rem;
  }
  .my-account-order-detail .item.awaiting-shipment br {
    display: none;
  }
  .my-account-order-detail .item.selected.current .order-track-date {
    margin-left: -1.8rem;
  }
  .my-account-order-detail .item.selected.current.awaiting-shipment .order-track-date {
    margin-left: -1.3rem;
  }
  .my-account-order-detail .item.selected.current .shipped .order-track-date {
    margin-left: -1.5rem;
  }
}
@media (min-width: 48rem) {
  .my-account-order-detail .desktop-hidden {
    display: none;
  }
  .my-account-order-detail .od-delivery-progress-container .inner {
    height: 0.625rem;
  }
}
.my-account-order-detail .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase,
.my-account-order-detail .pricing-container-with-saving .sale-price {
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: 700;
  font-size: .75rem;
  color: #c80a33;
  line-height: 1.4;
}
.my-account-order-detail .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase {
  color: #17847a;
}
.my-account-order-detail .pricing-container-with-free-gift-with-purchase .msrp-price,
.my-account-order-detail .pricing-container-with-saving .msrp-price {
  font-family: HelveticaNeue, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000000;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 1.5;
}
.my-account-order-detail .pricing-container-with-saving .price-saving {
  font-family: HelveticaNeue-Bold, sans-serif;
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 0.8;
  color: #17847a;
  font-weight: 700;
}
.my-account-order-detail .pricing-container-with-saving .sales-price {
  font-family: HelveticaNeue-Bold, sans-serif;
  line-height: 1.58;
  color: #c80a33;
  font-size: 0.75rem;
  text-transform: capitalize;
  margin-top: 0.3rem;
}
.my-account-order-detail .pricing-container-with-saving .free-gift-with-purchase {
  color: #17847a;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
@media (max-width: 63.9375rem) {
  .my-account-order-detail .cancel-order-modal-btn {
    width: 100% !important;
  }
}
.my-account-order-detail .order-entry__model-includes {
  padding-left: 0;
  padding-right: 0;
  border-left: 0.125rem solid #e2e2e2;
  border-right: 0.125rem solid #e2e2e2;
  border-bottom: 0.125rem solid #e2e2e2;
  box-shadow: none;
}
.my-account-order-detail .order-entry__model-includes--title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  margin-bottom: 1rem;
  background-color: #e2e2e2;
}
.my-account-order-detail .order-history__model-includes-details {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
}
.my-account-order-detail .od-shipping-option div:last-of-type:not(.od-ordered-item-tile) {
  border-bottom: none;
}
.my-account-order-detail .oc-shipping-total {
  position: relative;
  padding-top: 0.8rem;
  border-top: none;
}
.my-account-order-detail .oc-shipping-total:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 107%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
}
.my-account-order-detail .merchandise-price-discount-container,
.my-account-order-detail .special-price-discount-container {
  color: #17847a;
}
.my-account-order-detail .esp-additional-services,
.my-account-order-detail .esp-order-summary {
  right: -0.625rem;
}
.my-account-order-detail .order-summary-promotion-details {
  margin-left: 8.8%;
}
.my-account-order-detail .order-summary-promotion-details p.order-summary-discount-name {
  padding-right: 1rem;
}
.my-account-order-detail .order-summary-promotion-details p.order-summary-discount-price {
  white-space: nowrap;
}
.my-account-order-detail .item-order-post-purchase-block {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .item-order-post-purchase-block {
    flex-direction: row;
    justify-content: space-between;
  }
}
.my-account-order-detail .item-order-post-purchase-block-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .item-order-post-purchase-block-container {
    width: auto;
    gap: 1.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.my-account-order-detail .item-order-post-purchase-block-container button.button {
  margin: 1rem 0 0;
  height: 2.5rem;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #353535;
  color: #000000;
}
.my-account-order-detail .item-order-post-purchase-block-container button.button:hover {
  background-color: #2e2e2e;
  border: 2px solid #000000;
  color: #ffffff;
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .item-order-post-purchase-block-container button.button {
    width: 12.25rem;
    margin: 0;
  }
}
.my-account-order-detail .item-order-post-purchase-block-container > .button:first-child:nth-last-child(2) {
  background-color: #c41239;
  border: none;
  color: #ffffff;
}
.my-account-order-detail .item-order-post-purchase-block-container > .button:first-child:nth-last-child(2):hover {
  background-color: #9b132b;
  border: none;
  color: #ffffff;
}
.my-account-order-detail .od-order-number {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 1.875rem !important;
  font-weight: 600;
  margin: 0;
}
.my-account-order-detail .headline-container {
  margin-bottom: 0;
}
.my-account-order-detail .od-prices-shown {
  font-family: "DM Sans", sans-serif;
}
.my-account-order-detail .info-icon-side-button {
  display: none;
}
.my-account-order-detail .od-delivery-progress-container {
  padding-left: .4rem;
}
.my-account-order-detail .od-delivery-progress-container .item:first-of-type .status {
  width: 6rem;
  margin-left: -1rem;
}
.my-account-order-detail .od-delivery-progress-container .item:first-of-type .icon {
  background: #8cd5ea url(../../../content/dam/global/everydropv2/icons/icon-order-received.svg) no-repeat center;
  background-size: 2.5rem;
}
.my-account-order-detail .od-delivery-progress-container .item:first-of-type .icon svg {
  display: none;
}
.my-account-order-detail .od-delivery-progress-container .item:first-of-type.selected .adjust-fullfilement.order-track-date {
  margin-left: 0 !important;
}
.my-account-order-detail .od-delivery-progress-container .item.selected .adjust-fullfilement {
  font-family: "DM Sans", sans-serif;
}
.my-account-order-detail .od-delivery-progress-container .item.selected.current .order-track-date {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #17847a;
}
.my-account-order-detail .od-delivery-progress-container .item .details-modal .open-shipment-details-modal {
  color: #00a0dd;
  line-height: 1.35;
}
.my-account-order-detail .od-delivery-progress-container .item .details-modal .open-shipment-details-modal:hover {
  color: #037fa5;
}
.my-account-order-detail .od-ordered-item-tile-prod-name-container a {
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
  color: #000;
}
.my-account-order-detail .od-ordered-item-tile-prod-name-container a:hover {
  color: #037fa5;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
}
.my-account-order-detail .od-ordered-item-tile .g-col-md-9 {
  flex-basis: 80%;
  max-width: 80%;
}
.my-account-order-detail .od-ordered-item-tile .g-col-md-3 {
  flex-basis: 20%;
  max-width: 20%;
}
.my-account-order-detail .od-ordered-item-price-with-label .sale-price.no-msrp-saving {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.my-account-order-detail .od-fedex-number {
  font-size: 1rem;
  padding-top: 0;
}
.my-account-order-detail .od-fedex-number a,
.my-account-order-detail .od-fedex-number a:hover {
  text-decoration: none;
  font-weight: normal;
}
.my-account-order-detail .od-fedex-number a strong,
.my-account-order-detail .od-fedex-number a:hover strong {
  text-decoration: underline;
}
.my-account-order-detail h3 {
  font-size: 1.25rem !important;
}
.my-account-order-detail .od-shipping-address-text p,
.my-account-order-detail .od-billing-information-credit-card p {
  line-height: 1.5;
}
.my-account-order-detail .oc-shipping-merchandise :first-child {
  flex-basis: 65%;
}
.my-account-order-detail .oc-shipping-total {
  padding-top: 1.5625rem;
}
.my-account-order-detail .od-ordered-item-tile-model-color {
  font-size: .75rem;
}
.my-account-order-detail .cancelled-entries-title {
  font-family: "DM Sans", sans-serif;
  color: #ea1730;
  padding: 1.5rem 0 .75rem 0;
}
.my-account-order-detail .item-order + .cancelled-entries-title {
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}
.my-account-order-detail .cancel-order-item-cont {
  border: none;
  padding-bottom: 0;
}
.my-account-order-detail .your-merchandise {
  color: #000;
}
@media (max-width: 48rem) {
  .my-account-order-detail .od-ordered-item-tile .g-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .my-account-order-detail .mobile-hidden {
    display: block;
  }
  .my-account-order-detail .od-order-number {
    font-size: 1.5625rem !important;
    margin-bottom: 1.625rem;
    display: flex;
  }
  .my-account-order-detail .od-order-number span {
    padding-left: .5rem;
  }
  .my-account-order-detail .od-order-info .od-order-print {
    float: left;
  }
  .my-account-order-detail .od-delivery-progress-container .item:first-of-type {
    margin-left: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .item:first-of-type .status {
    width: 12rem;
    margin-left: 0;
  }
  .my-account-order-detail .od-delivery-progress-container .item.selected.current .order-track-date {
    text-align: left;
  }
  .my-account-order-detail .od-delivery-progress-container .item .legend {
    padding-left: 4rem;
  }
  .my-account-order-detail .open-shipment-details-modal {
    font-weight: 600;
  }
}
@media screen and (min-width: 48rem) {
  .my-account-order-detail .break-the-text {
    padding: 0 6rem;
  }
}

.edit-subscription-order-date-modal .react-datepicker,
.subscription-reactivate-modal .react-datepicker {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875rem;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: 0rem 0.5rem 1rem rgba(47, 35, 3, 0.2);
  padding: 0.5rem 1rem 1rem 1rem;
}
.edit-subscription-order-date-modal .react-datepicker__input-container,
.subscription-reactivate-modal .react-datepicker__input-container {
  display: flex;
  flex-direction: row-reverse;
}
.edit-subscription-order-date-modal .react-datepicker__input-container input,
.subscription-reactivate-modal .react-datepicker__input-container input {
  width: 100%;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem;
  height: 2.25rem;
  padding: 0.375rem 0.625rem;
  font-size: 1rem;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
}
.edit-subscription-order-date-modal .react-datepicker__calendar-icon,
.subscription-reactivate-modal .react-datepicker__calendar-icon {
  padding: 0.4375rem 0.75rem;
  width: 1.25rem;
  height: 1.375rem;
}
.edit-subscription-order-date-modal .react-datepicker__triangle,
.subscription-reactivate-modal .react-datepicker__triangle {
  display: none;
}
.edit-subscription-order-date-modal .react-datepicker__tab-loop,
.subscription-reactivate-modal .react-datepicker__tab-loop {
  position: relative;
}
.edit-subscription-order-date-modal .react-datepicker-popper,
.subscription-reactivate-modal .react-datepicker-popper {
  width: 100%;
}
.edit-subscription-order-date-modal .react-datepicker-popper[data-placement^=bottom],
.subscription-reactivate-modal .react-datepicker-popper[data-placement^=bottom] {
  height: 21.75rem;
  padding-top: 0;
  margin-top: 0.125rem;
  opacity: 1;
  animation-name: easeOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
}
.edit-subscription-order-date-modal .react-datepicker-popper[data-placement^=bottom].datepicker-popper__center,
.subscription-reactivate-modal .react-datepicker-popper[data-placement^=bottom].datepicker-popper__center {
  inset: 0 !important;
  margin-top: auto;
  margin-bottom: auto;
}
.edit-subscription-order-date-modal .react-datepicker__month-container,
.subscription-reactivate-modal .react-datepicker__month-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.edit-subscription-order-date-modal .react-datepicker__header,
.subscription-reactivate-modal .react-datepicker__header {
  height: 5.25rem;
  width: 100%;
  background-color: inherit;
  border-bottom: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.edit-subscription-order-date-modal .react-datepicker__current-month,
.subscription-reactivate-modal .react-datepicker__current-month {
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.edit-subscription-order-date-modal .react-datepicker__day-names,
.subscription-reactivate-modal .react-datepicker__day-names {
  height: 2.5rem;
  display: flex;
  opacity: .5;
}
.edit-subscription-order-date-modal .react-datepicker__day-name,
.subscription-reactivate-modal .react-datepicker__day-name {
  height: 100% !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 100%;
  opacity: .75;
}
.edit-subscription-order-date-modal .react-datepicker__month,
.subscription-reactivate-modal .react-datepicker__month {
  width: 100%;
  height: 15rem;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.edit-subscription-order-date-modal .react-datepicker__week,
.subscription-reactivate-modal .react-datepicker__week {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.edit-subscription-order-date-modal .react-datepicker__day,
.subscription-reactivate-modal .react-datepicker__day {
  margin: 0;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1.1875rem;
  border-radius: 0.1875rem;
}
.edit-subscription-order-date-modal .react-datepicker__day--disabled,
.subscription-reactivate-modal .react-datepicker__day--disabled {
  color: #d9d9d9;
}
.edit-subscription-order-date-modal .react-datepicker__day--selected,
.subscription-reactivate-modal .react-datepicker__day--selected {
  background-color: #8cd5ea;
  color: #222222;
  font-weight: 700;
}
.edit-subscription-order-date-modal .react-datepicker__day--today,
.subscription-reactivate-modal .react-datepicker__day--today {
  position: relative;
  font-weight: initial;
}
.edit-subscription-order-date-modal .react-datepicker__day--today:before,
.subscription-reactivate-modal .react-datepicker__day--today:before {
  content: '';
  border: solid transparent;
  border-width: 0 0 0.5rem 0.5rem;
  border-bottom-color: #222222;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.1875rem;
}
.edit-subscription-order-date-modal .react-datepicker__day--keyboard-selected,
.subscription-reactivate-modal .react-datepicker__day--keyboard-selected {
  background-color: inherit;
}
.edit-subscription-order-date-modal .react-datepicker__day--keyboard-selected:hover,
.subscription-reactivate-modal .react-datepicker__day--keyboard-selected:hover {
  background-color: #f0f0f0;
}
.edit-subscription-order-date-modal .react-datepicker__navigation,
.subscription-reactivate-modal .react-datepicker__navigation {
  top: 0.75rem;
  height: 2.75rem;
}
.edit-subscription-order-date-modal .react-datepicker__navigation:hover,
.subscription-reactivate-modal .react-datepicker__navigation:hover,
.edit-subscription-order-date-modal .react-datepicker__navigation:focus,
.subscription-reactivate-modal .react-datepicker__navigation:focus {
  background-color: #f0f0f0;
}
.edit-subscription-order-date-modal .react-datepicker__navigation--next,
.subscription-reactivate-modal .react-datepicker__navigation--next {
  right: 1rem;
}
.edit-subscription-order-date-modal .react-datepicker__navigation--previous,
.subscription-reactivate-modal .react-datepicker__navigation--previous {
  left: 1rem;
}
.edit-subscription-order-date-modal .react-datepicker__navigation-icon:before,
.subscription-reactivate-modal .react-datepicker__navigation-icon:before {
  border: solid transparent;
  border-width: 0 0 0.5rem 0.5rem;
  border-bottom-color: #000000;
}
.edit-subscription-order-date-modal .react-datepicker__navigation-icon--next:before,
.subscription-reactivate-modal .react-datepicker__navigation-icon--next:before {
  transform: rotate(-45deg);
  left: -0.3125rem;
}
.edit-subscription-order-date-modal .react-datepicker__navigation-icon--previous:before,
.subscription-reactivate-modal .react-datepicker__navigation-icon--previous:before {
  transform: rotate(135deg);
  right: -0.3125rem;
}
@keyframes easeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.subscription-reactivate-modal .react-datepicker__input-container input {
  font-family: 'DM Sans', sans-serif;
}

.edit-subscription-order-date-modal {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #ffffff;
  padding: 0.9375rem;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.015625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #222222;
  margin: 1rem;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: visible;
}
.edit-subscription-order-date-modal__header {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3125rem;
}
.edit-subscription-order-date-modal__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.edit-subscription-order-date-modal__close-button {
  background-color: #ffffff;
  padding: 0;
  height: fit-content;
  align-self: flex-end;
}
.edit-subscription-order-date-modal__close-button:hover,
.edit-subscription-order-date-modal__close-button:focus {
  background-color: #ffffff;
}
.edit-subscription-order-date-modal__current-section,
.edit-subscription-order-date-modal__new-section {
  display: flex;
  flex-direction: column;
}
.edit-subscription-order-date-modal__current-section-header,
.edit-subscription-order-date-modal__new-section-header {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  margin-bottom: 0.3125rem;
}
.edit-subscription-order-date-modal__current-section {
  gap: 0.3125rem;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__terms p {
  font-size: 0.625rem;
  line-height: 0.78125rem;
  color: #58585a;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__terms p a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button,
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__cancel-button {
  width: 100%;
  border: 0.125rem solid;
  border-radius: 1.5rem;
  padding: 0.875rem 1.25rem;
  color: #037fa5;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button {
  border-color: #8cd5ea;
  background-color: #8cd5ea;
  transition: color ease-out 0.3s, background-color ease-out 0.3s, border-color ease-out 0.3s;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button:hover {
  background-color: #36b5da;
  border-color: #36b5da;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button:hover[disabled] {
  background-color: #d9d9d9;
  border-color: #d5d5d5;
  color: #58585a;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button[disabled] {
  background-color: #d9d9d9;
  border-color: #d5d5d5;
  color: #58585a;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__cancel-button {
  border-color: #8cd5ea;
  background-color: #ffffff;
  transition: color ease-out 0.3s, background-color ease-out 0.3s, border-color ease-out 0.3s;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__cancel-button:hover {
  background-color: #0b2c49;
  border-color: #0b2c49;
  color: #ffffff;
}
@media (min-width: 26.563rem) {
  .edit-subscription-order-date-modal {
    width: 22rem;
    position: relative;
    margin: 2rem auto;
    height: fit-content;
    background-color: #ffffff;
    padding: 1.25rem;
  }
}
.subscription-reactivate-modal {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #ffffff;
  padding: 0.9375rem;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.015625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #0b0c0a;
  margin: 1rem;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: visible;
}
.subscription-reactivate-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.subscription-reactivate-modal__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: inherit;
  text-transform: inherit;
}
.subscription-reactivate-modal__body-text {
  line-height: inherit;
}
.subscription-reactivate-modal__close-button {
  background-color: #ffffff;
  padding: 0;
  height: fit-content;
}
.subscription-reactivate-modal__close-button:hover,
.subscription-reactivate-modal__close-button:focus {
  background-color: #ffffff;
}
.subscription-reactivate-modal__next-order {
  display: flex;
  flex-direction: column;
}
.subscription-reactivate-modal__next-order-header {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.09375rem;
  margin-bottom: 0.3125rem;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__terms p {
  font-size: 0.625rem;
  line-height: 0.78125rem;
  color: #58585a;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__terms p a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button,
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__cancel-button {
  width: 100%;
  border: 0.125rem solid;
  border-radius: 1.5rem;
  padding: 0.875rem 1.25rem;
  color: #037fa5;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: inherit;
  text-align: center;
  text-transform: none;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button {
  border-color: #8cd5ea;
  background-color: #8cd5ea;
  transition: color ease-out 0.3s, background-color ease-out 0.3s, border-color ease-out 0.3s;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button:hover {
  background-color: #36b5da;
  border-color: #36b5da;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button:hover[disabled] {
  background-color: #d9d9d9;
  border-color: #d5d5d5;
  color: #58585a;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button[disabled] {
  background-color: #d9d9d9;
  border-color: #d5d5d5;
  color: #58585a;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__cancel-button {
  border-color: #8cd5ea;
  background-color: #ffffff;
  transition: color ease-out 0.3s, background-color ease-out 0.3s, border-color ease-out 0.3s;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__cancel-button:hover {
  background-color: #0b2c49;
  border-color: #0b2c49;
  color: #ffffff;
}
@media (min-width: 26.563rem) {
  .subscription-reactivate-modal {
    width: 22rem;
    position: relative;
    margin: 2.5rem auto;
    height: fit-content;
    background-color: #ffffff;
    padding: 1.25rem;
  }
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__terms p a,
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__terms p a {
  text-decoration: underline;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button,
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button {
  color: #0b2c49;
}
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__confirm-button,
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button,
.subscription-reactivate-modal .edit-subscription-modal__confirmation-section__cancel-button,
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__cancel-button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: 2.5rem;
}
.subscription-reactivate-modal .react-datepicker__current-month,
.edit-subscription-order-date-modal .react-datepicker__current-month {
  font-size: 0.875rem;
}
.edit-subscription-order-date-modal__title,
.edit-subscription-order-date-modal__body-text,
.edit-subscription-order-date-modal__current-section-header,
.edit-subscription-order-date-modal__current-value,
.edit-subscription-order-date-modal__new-section-header {
  color: #0B0C0A;
}
.edit-subscription-order-date-modal .edit-subscription-modal__confirmation-section__confirm-button {
  color: #0B2C49;
}
.edit-subscription-order-date-modal__current-section-header {
  margin-bottom: 0;
}
.edit-subscription-order-date-modal__new-section-header {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.edit-subscription-promo-modal,
.edit-subscription-frequency-modal {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #ffffff;
  padding: 0.9375rem;
  margin: 1rem;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
}
.edit-subscription-promo-modal__content,
.edit-subscription-frequency-modal__content {
  text-align: left;
  position: relative;
  background: #ffffff;
  min-height: fit-content;
  font-family: 'DM Sans', sans-serif;
}
.edit-subscription-promo-modal__body-text,
.edit-subscription-frequency-modal__body-text {
  font-family: 'DM Sans', sans-serif;
}
.edit-subscription-promo-modal__close-button,
.edit-subscription-frequency-modal__close-button {
  background-color: #ffffff;
  padding: 0;
  height: fit-content;
  width: auto;
}
.edit-subscription-promo-modal__close-button:hover,
.edit-subscription-frequency-modal__close-button:hover {
  background-color: #ffffff;
}
.edit-subscription-promo-modal__frequency-info,
.edit-subscription-frequency-modal__frequency-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.edit-subscription-promo-modal__frequency-info-title,
.edit-subscription-frequency-modal__frequency-info-title {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.09375rem;
  color: #222222;
}
.edit-subscription-promo-modal__frequency-info-title--new,
.edit-subscription-frequency-modal__frequency-info-title--new {
  margin-top: 1rem;
  display: block;
}
.edit-subscription-promo-modal__frequency-info-value,
.edit-subscription-frequency-modal__frequency-info-value {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: 'DM Sans', sans-serif;
  color: #222222;
}
.edit-subscription-promo-modal__frequency-info-value.error-modal,
.edit-subscription-frequency-modal__frequency-info-value.error-modal {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.25rem;
}
.edit-subscription-promo-modal__header,
.edit-subscription-frequency-modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 1rem 0;
}
.edit-subscription-promo-modal__subtitle,
.edit-subscription-frequency-modal__subtitle {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.edit-subscription-promo-modal__terms,
.edit-subscription-frequency-modal__terms {
  margin-top: 1rem;
  font-size: 0.625rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #58585a;
}
.edit-subscription-promo-modal__terms p,
.edit-subscription-frequency-modal__terms p,
.edit-subscription-promo-modal__terms a,
.edit-subscription-frequency-modal__terms a {
  font-size: 0.625rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #58585a;
}
.edit-subscription-promo-modal__control-buttons,
.edit-subscription-frequency-modal__control-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.edit-subscription-promo-modal__control-buttons .button,
.edit-subscription-frequency-modal__control-buttons .button {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.edit-subscription-promo-modal__control-buttons .button[disabled],
.edit-subscription-frequency-modal__control-buttons .button[disabled] {
  background-color: #d9d9d9;
  color: #58585a;
}
.edit-subscription-promo-modal .modal-dialog,
.edit-subscription-frequency-modal .modal-dialog {
  text-align: left;
}
.edit-subscription-promo-modal .subscription-frequency__frequency-cta,
.edit-subscription-frequency-modal .subscription-frequency__frequency-cta {
  margin-top: 0.5rem;
}
@media (min-width: 48rem) {
  .subscription-frequency .combo-menu {
    max-height: fit-content;
    height: fit-content;
    overflow: visible;
  }
}
.subscription-frequency__default-value {
  font-size: 0.875rem;
  color: #58585a;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.09375rem;
}
.subscription-frequency__frequency-cta {
  display: flex;
}
.subscription-frequency__frequency-select-wrapper {
  position: relative;
  user-select: none;
  border: 0.0625rem solid #58585a;
  border-radius: 0.25rem;
  background-color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  z-index: 1;
  width: 100%;
  font-size: 0.875rem;
}
.subscription-frequency__dropdown {
  border: 0.0625rem solid #58585a;
  border-radius: 0.25rem;
}
.subscription-frequency__frequency-options {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  border-radius: 0.125rem;
  box-shadow: 0 0.03125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  overflow: auto;
  max-height: 11.5625rem;
}
.subscription-frequency__frequency-option {
  position: relative;
  display: block;
  padding: 0.5rem .5rem;
  text-align: left;
  font-size: 0.875rem;
  color: #222222;
  cursor: pointer;
  transition: all .5s;
  line-height: 1.33;
  min-height: 2.375rem;
}
.subscription-frequency__frequency-option.selected {
  background: #f2f2f2;
}
.subscription-frequency__frequency-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.subscription-frequency__frequency-option-note {
  position: relative;
  display: block;
  font-size: .75rem;
  color: #5b5b5b;
  cursor: pointer;
  transition: all .5s;
  line-height: 1.33;
}
.subscription-frequency__trigger {
  line-height: 1.3125rem;
  position: relative;
  display: flex;
  height: 2.25rem;
  align-items: center;
  font-size: 0.875rem;
  padding-left: 0.5625rem;
  padding-right: 3.5rem;
  color: #000000;
}
.subscription-frequency__trigger b {
  font-weight: normal;
}
.subscription-frequency__trigger svg {
  width: 0.875rem;
  height: 0.5rem;
}
.subscription-frequency__trigger svg path {
  stroke: #000000;
}
.subscription-frequency__frequency-select {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.subscription-frequency__frequency-select.open .subscription-frequency__frequency-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.subscription-frequency .combo-option {
  flex-direction: column;
}
@media (min-width: 26.563rem) {
  .edit-subscription-promo-modal,
  .edit-subscription-frequency-modal {
    width: 22rem;
    position: relative;
    margin: 2.5rem auto;
    height: fit-content;
    padding: 1.25rem;
    overflow: visible;
  }
}
.subscription-details .subscription-renewal-schedule__item p,
.subscription-details .subscription-renewal-schedule__item .edit-btn,
.subscription-details .subscription-renewal-schedule__item .frequency-option {
  color: #0B0C0A;
}
.edit-subscription-promo-modal__subtitle,
.edit-subscription-frequency-modal__subtitle {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
  color: #0B0C0A;
}
.edit-subscription-promo-modal__frequency-info-title,
.edit-subscription-frequency-modal__frequency-info-title {
  color: #0B0C0A;
}
.edit-subscription-promo-modal__frequency-info-title--new,
.edit-subscription-frequency-modal__frequency-info-title--new {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  color: #0B0C0A;
}
.edit-subscription-promo-modal__frequency-info-value,
.edit-subscription-frequency-modal__frequency-info-value,
.edit-subscription-promo-modal__body-text,
.edit-subscription-frequency-modal__body-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #0B0C0A;
}
.edit-subscription-promo-modal__frequency-info-value.error-modal,
.edit-subscription-frequency-modal__frequency-info-value.error-modal {
  color: #0B0C0A;
}
.edit-subscription-promo-modal__control-buttons .button,
.edit-subscription-frequency-modal__control-buttons .button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
.edit-subscription-promo-modal .subscription-frequency__default-value,
.edit-subscription-frequency-modal .subscription-frequency__default-value {
  font-size: 1rem;
}
.edit-subscription-promo-modal .subscription-frequency__trigger b,
.edit-subscription-frequency-modal .subscription-frequency__trigger b {
  font-size: 1rem;
}
.edit-subscription-promo-modal .subscription-frequency__frequency-cta,
.edit-subscription-frequency-modal .subscription-frequency__frequency-cta {
  margin-top: 0;
}
.edit-subscription-promo-modal .subscription-frequency__frequency-options,
.edit-subscription-frequency-modal .subscription-frequency__frequency-options {
  overflow: auto;
  max-height: 11.5625rem;
}
.edit-subscription-frequency-modal__terms a {
  text-decoration: underline;
}
.edit-subscription-frequency-modal__terms a:hover {
  color: inherit;
  font-weight: inherit;
}

.subscription-details__primary-title h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 0.625rem 0;
}
.subscription-details__text p,
.subscription-details__text p > a {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
.subscription-details .btn {
  background-color: initial;
  padding: 0;
  display: block;
  text-transform: capitalize;
  height: initial;
}
.subscription-details .subscription-renewal-schedule {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin: 1.25rem 0;
}
.subscription-details .subscription-renewal-schedule__item {
  display: flex;
  padding: 0.9375rem;
  flex-direction: column;
  gap: 0.9375rem;
  border: 0.0625rem solid #8cd5ea;
  background: rgba(140, 213, 234, 0.05);
}
.subscription-details .subscription-renewal-schedule__item p {
  font-size: 0.875rem;
}
.subscription-details .subscription-renewal-schedule__item .edit-btn {
  height: fit-content;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.015625rem;
  text-decoration-line: underline;
}
.subscription-details .subscription-renewal-schedule__item .order-now-btn {
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: 400;
}
.subscription-details .subscription-renewal-schedule__item .next-order-date {
  color: #17847a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.015625rem;
}
.subscription-details .subscription-renewal-schedule__item .item-row {
  display: flex;
  column-gap: 0.3125rem;
}
.subscription-details .subscription-renewal-schedule__item .item-row:first-child {
  justify-content: space-between;
}
.subscription-details .subscription-renewal-schedule__item .frequency-option {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.015625rem;
}
.subscription-details__secondary-title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 1.25rem 0;
}
.subscription-details .subscription-product-card {
  box-shadow: none;
  border: 1px solid #d9d9d9;
  padding: 0.9375rem;
}
.subscription-details .subscription-product-card__general {
  flex-direction: column;
}
.subscription-details .subscription-product-card__image {
  align-self: center;
  min-width: 9.375rem;
  height: 9.375rem;
}
.subscription-details .subscription-product-card__image a {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.subscription-details .subscription-product-card__info,
.subscription-details .subscription-product-card__wrapper__title,
.subscription-details .subscription-product-card__model,
.subscription-details .subscription-product-card__quantity__value,
.subscription-details .subscription-product-card__quantity__option,
.subscription-details .subscription-product-card__price-info {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
}
.subscription-details .subscription-product-card__model-code {
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.subscription-details .subscription-product-card__quantity .form-select-icon svg {
  width: 0.875rem;
  height: 0.5rem;
}
.subscription-details .subscription-product-card__quantity .form-select-icon path {
  stroke: #000000;
}
.subscription-details .subscription-product-card__quantity-value {
  flex-basis: 4.375rem;
}
.subscription-details .subscription-product-card__quantity__select-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
}
.subscription-details .subscription-product-card__quantity__select-trigger {
  height: 2.25rem;
}
.subscription-details .subscription-product-card__price-info {
  border-top: none;
  margin-top: 0;
}
.subscription-details .subscription-product-card__price-info .subscription-item__product__prices__sub-value {
  display: none;
  gap: 0.3125rem;
}
.subscription-details .subscription-product-card__price-info .subscription-item__product__prices__value {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.subscription-details .subscription-product-card__price-info .subscription-item__product__prices.discounted .subscription-item__product__prices__value {
  color: #ea1730;
}
.subscription-details .subscription-product-card__price-info .subscription-item__product__prices.discounted .subscription-item__product__prices__sub-value {
  display: flex;
}
.subscription-details .subscription-product-card__price-info .subscription-item__product__prices__saving {
  font-weight: 700;
  color: #17847a;
}
.subscription-details .subscription-product-card__price-info .subscription-item__product__prices__base {
  text-decoration: line-through;
}
@media (min-width: 48rem) {
  .subscription-details__text {
    margin-bottom: 1.875rem;
  }
  .subscription-details .subscription-renewal-schedule {
    margin-top: 0;
    margin-right: 1.25rem;
  }
  .subscription-details .subscription-product-card {
    margin-right: 1.25rem;
    padding: 1.25rem;
  }
  .subscription-details .subscription-product-card__general {
    flex-direction: row;
    column-gap: 0.625rem;
  }
  .subscription-details .subscription-product-card__image {
    min-width: 7.5rem;
    height: 7.5rem;
  }
  .subscription-details .subscription-product-card__price-info .subscription-item__product__prices {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .subscription-details .subscription-product-card__price-info .subscription-item__product__prices__sub-value {
    flex-direction: column;
    align-items: end;
    gap: 0.125rem;
  }
}
@media (min-width: 64rem) {
  .subscription-details__primary-title h1 {
    font-size: 2.25rem;
    line-height: 2.7rem;
    margin-top: 1.875rem;
  }
  .subscription-details__text p,
  .subscription-details__text p > a {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.015625rem;
  }
  .subscription-details .subscription-renewal-schedule {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.9375rem;
  }
  .subscription-details .subscription-renewal-schedule__item {
    width: 50%;
  }
}
.subscription-details .subscription-renewal-schedule__item .order-now-btn {
  font-family: 'DM Sans', sans-serif;
  color: #0B0C0A;
  font-weight: 400;
  font-size: 0.875rem;
}
.subscription-details .subscription-renewal-schedule__item .order-now-btn:hover:hover {
  color: #037fa5;
  text-decoration: underline !important;
}
.subscription-details .subscription-renewal-schedule__item .edit-btn:hover {
  color: #037fa5;
  text-decoration: underline !important;
}
.subscription-details__primary-title,
.subscription-details__primary-title h1 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.953125rem;
  color: #0b0c0a;
}
@media (min-width: 48rem) {
  .subscription-details__primary-title,
  .subscription-details__primary-title h1 {
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
}
.subscription-details__secondary-title {
  font-size: 1.125rem !important;
  font-weight: 700;
  line-height: 1.40625rem;
  text-align: left;
  color: #0b0c0a;
}
.subscription-details__text p > a {
  text-decoration: underline;
}
.subscription-details__text p > a:hover {
  color: #037fa5;
}
.subscription-details__text p,
.subscription-details__text p > a {
  color: #0B0C0A;
}

.next-order-summary {
  letter-spacing: 0.015625rem;
}
.next-order-summary .section__title,
.next-order-summary .section__action,
.next-order-summary .subscription-cancel__btn,
.next-order-summary .promo-code__title {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 400;
}
.next-order-summary .promo-code__title {
  font-weight: 700;
}
.next-order-summary__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35rem;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
.next-order-summary .section {
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.next-order-summary .section--bordered {
  border: 0.0625rem solid #d9d9d9;
}
.next-order-summary .section__title {
  margin-bottom: 0.9375rem;
}
.next-order-summary .section__action,
.next-order-summary .section__action a {
  font-size: 0.875rem;
  color: #0b0c0a;
  font-weight: 400;
}
.next-order-summary__entry {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.015625rem;
  color: #0b0c0a;
  gap: 1rem;
}
.next-order-summary__entry--total {
  margin-top: 0.9375rem;
}
.next-order-summary__entry-key--multiple {
  cursor: pointer;
}
.next-order-summary__entry-key.flex-column {
  display: flex;
  flex-direction: column;
}
.next-order-summary__entry-value {
  font-weight: 700;
}
.next-order-summary__entry-separator {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.next-order-summary__entry .flex-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.next-order-summary__entry--inner .next-order-summary__entry-key {
  margin-left: 1rem;
  width: min(60%, 149px);
}
.next-order-summary__entry--inner .next-order-summary__entry-key--promo {
  width: auto;
}
.next-order-summary__caret {
  display: inline-flex;
  align-items: center;
}
.next-order-summary__caret.open {
  transform: rotate(180deg);
}
.next-order-summary__caret path {
  stroke: #0b0c0a;
}
.next-order-summary .order-placement {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.015625rem;
  margin: 0.9375rem 0;
  display: flex;
  gap: 0.1875rem;
}
.next-order-summary .order-placement__text::after {
  content: ":";
}
.next-order-summary .promo-code__title {
  font-weight: 700;
  margin-bottom: 0.1875rem;
}
.next-order-summary .promo-code__action {
  height: 2.25rem;
  border: 0.0625rem solid #58585a;
  border-radius: 0.25rem;
  display: flex;
  justify-content: flex-end;
}
.next-order-summary .promo-code__input {
  padding-left: 0.625rem;
  height: 100%;
  border: none;
  flex-grow: 1;
  width: 70%;
  background-color: transparent;
}
.next-order-summary .promo-code__input,
.next-order-summary .promo-code__input:focus {
  border-right: 0.0625rem solid #58585a;
}
.next-order-summary .promo-code__apply-btn {
  font-size: 0.875rem;
  letter-spacing: 0.015625rem;
  line-height: 1.09375rem;
  font-weight: 700;
  text-transform: capitalize;
  height: 100%;
  padding: 0 0.3125rem;
  background-color: inherit;
}
.next-order-summary .promo-code__apply-btn,
.next-order-summary .promo-code__apply-btn:hover {
  color: #0b0c0a;
}
.next-order-summary .promo-code__success {
  font-size: 0.625rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 0.78125rem;
  color: #17847a;
}
.next-order-summary .promo-code__error {
  font-size: 0.625rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 0.78125rem;
  color: #ea1730;
}
.next-order-summary .subscription-cancel__btn {
  text-transform: capitalize;
  padding: 0;
  height: 100%;
  text-decoration: underline;
  background-color: inherit;
}
.next-order-summary__remove-promo {
  background: transparent;
  padding: 0;
  height: 1.25rem;
  width: 1.25rem;
  display: inline-flex;
  margin-bottom: auto;
}
.next-order-summary__remove-promo svg {
  width: 1.125rem;
  height: 1.25rem;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-direction: row;
  position: relative;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo .next-order-summary__remove-promo {
  min-width: 1.25rem;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo .next-order-summary__remove-promo:hover,
.next-order-summary__entry-key.next-order-summary__entry-key--promo .next-order-summary__remove-promo:active,
.next-order-summary__entry-key.next-order-summary__entry-key--promo .next-order-summary__remove-promo:focus {
  background-color: transparent;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo .tooltip__text {
  display: none;
  left: -1rem;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo .tooltip__text::before {
  left: 1.375rem;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo .next-order-summary__voucher {
  display: flex;
  flex-direction: column;
}
.next-order-summary__entry-key.next-order-summary__entry-key--promo .next-order-summary__voucher-exp {
  color: #58585a;
  font-size: 0.75rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 0.9375rem;
}
@media (min-width: 48rem) {
  .next-order-summary__entry-key.next-order-summary__entry-key--promo .tooltip__text {
    left: -4.5rem;
    text-align: center;
    width: 9.75rem;
    display: block;
  }
  .next-order-summary__entry-key.next-order-summary__entry-key--promo .tooltip__text::before {
    left: 4.875rem;
  }
}
@media (min-width: 48rem) {
  .next-order-summary__title {
    border: 0.0625rem solid #d9d9d9;
    margin: 0;
    padding: 1.25rem 0 0.625rem 1.25rem;
    border-bottom: 0;
  }
  .next-order-summary__entry {
    font-size: 0.875rem;
    line-height: 1.09375rem;
    letter-spacing: 0.02rem;
  }
  .next-order-summary .section {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .next-order-summary .section--entries {
    border-top: 0;
  }
}
.tooltip {
  align-self: flex-start;
  position: relative;
}
.tooltip__icon,
.cross-sell-promo .tooltip__icon,
.next-order-summary .tooltip__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.tooltip__text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.09375rem;
  letter-spacing: 0.015625rem;
  color: #FFFFFF;
  background-color: #5B5B5B;
  box-shadow: 0 0 5px 0 #00000026;
  border-radius: 4px;
  padding: 5px;
  width: 12.5rem;
  position: absolute;
  right: 0;
  top: 2rem;
}
.tooltip__text::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  left: 6.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #5B5B5B transparent;
  transform: rotate(0deg);
}
@media (min-width: 48rem) {
  .tooltip__text {
    right: -5.5rem;
  }
}
.tooltip__text {
  font-family: 'DM Sans', sans-serif;
  border-radius: 0;
  padding: 0.5rem;
  background-color: #58585a;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
}
.tooltip__text:before {
  content: '';
  border-color: transparent transparent #58585a transparent;
}
.tooltip .tooltip__icon {
  max-width: 0.9375rem;
  width: 0.9375rem;
  max-height: 0.9375rem;
  height: 0.9375rem;
}
.is-free,
.is-discounted {
  color: #17847A;
  text-transform: uppercase;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #FFFFFF;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.with-tooltip {
  display: flex;
  gap: 0.3125rem;
  position: relative;
}
.next-order-summary {
  margin-top: 1.25rem;
}
@media (min-width: 48rem) {
  .next-order-summary {
    margin-top: 0;
  }
}
.next-order-summary .promo-code__title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.next-order-summary .order-placement {
  color: #58585a;
}
.next-order-summary .section__title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem !important;
  line-height: 1.09375rem;
  color: #0b0c0a;
}
.next-order-summary__title {
  font-weight: 700;
  font-size: 1.125rem !important;
  color: #0B0C0A;
}
.next-order-summary__entry-value.with-tooltip {
  align-items: center;
}
.next-order-summary .section__link,
.next-order-summary .subscription-cancel__btn {
  font-family: 'DM Sans', sans-serif;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0B0C0A;
}
.next-order-summary .section__link:hover,
.next-order-summary .subscription-cancel__btn:hover {
  color: #037fa5;
  text-decoration: underline !important;
}

.edit-subscription-quantity-modal {
  max-width: fit-content;
  display: block;
  margin: 2.5rem auto;
  background: none;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
}
.edit-subscription-quantity-modal .modal-dialog {
  text-align: left;
}
.edit-subscription-quantity-modal__content {
  padding: 0.9375rem;
  text-align: left;
  position: relative;
  background: #ffffff;
  max-width: 20.125rem;
  font-family: 'DM Sans', sans-serif;
}
@media (min-width: 26.563rem) {
  .edit-subscription-quantity-modal__content {
    max-width: 22rem;
  }
}
.edit-subscription-quantity-modal__body-text {
  font-family: 'DM Sans', sans-serif;
}
.edit-subscription-quantity-modal__close-button {
  background-color: #ffffff;
  padding: 0;
  height: fit-content;
}
.edit-subscription-quantity-modal__close-button:hover {
  background-color: #ffffff;
}
.edit-subscription-quantity-modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 1rem 0;
}
.edit-subscription-quantity-modal__subtitle {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'DM Sans', sans-serif;
}
.edit-subscription-quantity-modal__terms {
  margin-top: 1rem;
  font-size: 0.625rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #58585a;
}
.edit-subscription-quantity-modal__terms p,
.edit-subscription-quantity-modal__terms a {
  font-size: 0.625rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #58585a;
}
.edit-subscription-quantity-modal__control-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.edit-subscription-quantity-modal__control-buttons .button {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  white-space: break-spaces;
  min-width: auto;
  word-break: break-word;
  min-height: 2.5rem;
  height: auto;
}
.edit-subscription-quantity-modal__control-buttons .button[disabled] {
  background-color: #d9d9d9;
  color: #58585a;
}
.subscription-quantity__quantity-cta {
  margin-top: 1rem;
}

.tooltip-panel {
  background-color: #000;
  color: #fff;
  border-radius: .3125rem;
}
.tooltip-panel:after {
  border-bottom: .75rem solid #000;
}

.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  color: #0b0c0a;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
  color: #0b0c0a;
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial;
}

.profile-information__message {
  font-weight: 700;
  font-style: italic;
}
.profile-information__message p {
  color: #17847a;
}
.profile-information-header {
  margin: 1rem 0;
}
.profile-information-header__title {
  text-transform: none;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.profile-information-header__subtitle {
  line-height: 1.5;
  font-size: 1em;
}
.profile-information-form-container {
  padding: 2rem 1rem;
  margin: 1rem 0;
  max-width: 36.25rem;
}
.profile-information-form-container__req-message {
  font-size: .75em;
  margin-bottom: 1rem;
}
.profile-information-form-container__logged-in-title,
.profile-information-form-container__logged-in-email {
  margin-bottom: .25rem;
  font-weight: 700;
}
.profile-information-form-container__logged-in-email {
  margin-left: 1rem;
}
.profile-information-form-container__description-form {
  margin-top: 1rem;
  font-size: .75em;
  margin-bottom: 1.25rem;
}
.profile-information-form-container .g-row {
  margin-top: 2rem;
}
.profile-information-form-container .form-group .form-error-item {
  margin-top: .25rem;
  padding: 0;
  color: #c41230;
  font-size: 15px;
}
.profile-information-form-container .form-group .form-input__validation-error {
  border-color: #c41230;
}
.profile-information-form-container .form-group .form-input__validation-success {
  border-color: #17847a;
}
.profile-information-wrapper {
  padding: 1rem;
  margin-bottom: 1rem;
}
.profile-information-wrapper .line-breaker {
  border: 0;
  border-top: 1px solid #b3b3b3;
  margin: 0.5rem 0;
}
.profile-information-wrapper .line-spacer {
  height: 3rem;
}
.profile-information-card {
  font-size: .9375rem;
}
.profile-information-card__title {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.profile-information-card__value {
  margin: 1rem 0;
  font-size: .9375rem;
}
.profile-information-card__value--italic {
  font-style: italic;
}
.profile-information-card__btn {
  display: flex;
  justify-content: end;
}
.profile-information-card__btn-edit {
  text-transform: capitalize;
  text-decoration: underline !important;
  font-weight: bold;
  font-size: 105%;
  height: auto;
  line-height: 1.5;
  padding: 0;
  transition: none;
  background: transparent;
}
.profile-information-card__btn-edit:hover {
  text-decoration: underline !important;
  background: transparent;
}
.password-input--container:has( + div#errorMsg_password-wrong) > input {
  border-color: #c41230;
}
.password-rules__validation-list {
  columns: 2;
  -webkit-columns: 2;
  padding-left: 0;
  margin: 1em 0;
  list-style-type: none;
}
.password-rules__validation-item {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .75rem;
  line-height: .875rem;
}
.password-rules__validation-item:before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.125rem;
}
.password-rules__validation-item--success {
  color: #17847a;
}
.password-rules__validation-item--success:before {
  background: #17847a;
}
.password-rules__validation-item--error:before {
  background: #c80a33;
}
@media (max-width: 48rem) {
  .profile-information-card__btn {
    justify-content: start;
    margin-bottom: 1rem;
  }
  .profile-information-form-container .button {
    width: 100%;
  }
}
.profile-information-card__btn-edit {
  color: #00a0dd;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
}
.profile-information-card__btn-edit:hover {
  color: #037fa5;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
}
.form-label.label-error-item {
  color: #ea1730;
}
.profile-information-form-container .form-group .form-error-item {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 100%;
  color: #ea1730;
}
.profile-information-container .g-col.g-col-md-4.g-col-lg-4 {
  flex-basis: none;
}
.profile-information-container .g-col.g-col-md-4.g-col-lg-4 .button-grey {
  margin-left: 0;
}
@media screen and (min-width: 48rem) {
  .profile-information-container .g-col.g-col-md-4.g-col-lg-4 {
    flex-basis: 0;
  }
  .profile-information-container .g-col.g-col-md-4.g-col-lg-4 .button-grey {
    margin-left: -0.75rem;
  }
}
.profile-information-form-container__description-form {
  font-size: 1rem;
}
.profile-information-form-container__req-message {
  font-size: 0.8125rem;
}
.page-information-header__title {
  margin: 1.375rem 0 0.25rem;
  font-size: 1.5625rem;
  line-height: 1.95rem;
}
@media screen and (min-width: 48rem) {
  .page-information-header__title {
    font-size: 1.875rem;
    line-height: 2.34375rem;
    margin: 0.9375rem 0 0.5rem;
  }
}
.profile-information-card__value {
  font-size: 0.875rem;
  line-height: 1.006rem;
  word-wrap: break-word;
}
@media screen and (min-width: 48rem) {
  .profile-information-card__value {
    font-size: 1rem;
    line-height: 1.15rem;
  }
}
.profile-information-form-container__logged-in-email {
  word-wrap: break-word;
}
.page-information-header__subtitle {
  font-size: 0.875rem;
  line-height: 1.006rem;
}
@media screen and (min-width: 48rem) {
  .page-information-header__subtitle {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.profile-information-card__title {
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 700;
}
.password-input--toggle-password-btn {
  position: absolute;
  top: 1.5rem;
  right: 0.325rem;
  height: 1.75rem;
  width: fit-content;
  padding: 0;
  min-width: 5.3125rem;
  text-align: center;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border-radius: 1.875rem;
  font-family: 'HelveticaNeue', sans-serif;
  cursor: pointer;
  font-weight: 700;
}
.password-input--toggle-password-btn:hover {
  background: #e2e2e2;
  color: #000000;
}

.page-headline-title {
  letter-spacing: 0.19rem;
  font-family: "DIN 30640 Pro", "sans-serif";
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #222222;
  margin: 1rem 0 0.2rem 0.5rem;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .page-headline-title {
    font-size: 3.125rem;
    margin: 2rem 0 3rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-headline-title {
    font-size: 3.125rem;
    margin: 0.9rem 1.25rem 2rem;
  }
}
.recaptcha-saved {
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: fit-content;
}
.recaptcha-saved-error {
  color: #c41230;
  padding: .563rem;
}
.recaptcha-saved-error-message {
  color: #c41230;
  font-size: .9375rem;
  margin-top: .25rem;
  line-height: .813rem;
}
.handle-show-billing {
  display: none;
}
@media screen and (min-width: 64rem) {
  .handle-show-billing {
    display: block;
  }
}
.handle-hide-billing {
  display: block;
  margin: 0 0 2rem 1rem;
}
@media screen and (min-width: 48rem) {
  .handle-hide-billing {
    margin: 0 0 1rem 1.6rem;
  }
}
@media screen and (min-width: 64rem) {
  .handle-hide-billing {
    display: none;
  }
}
.recaptcha-wrapper {
  padding: 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .recaptcha-wrapper {
    margin: 0 auto 30px;
    padding: 0;
  }
  .rc-anchor-normal {
    width: 100% !important;
  }
}
.payment-detail-credit-card {
  margin: 2.25rem 0 1.25rem 1.25rem;
}
.payment-detail-credit-card .form-select-input:focus {
  border-color: #0079c1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 121, 193, 0.6);
  outline: 1px solid #000000;
}
.payment-detail-credit-card .acc-protection-information-container-2 {
  margin: 1rem 0 1rem 0;
  text-align: justify;
}
@media screen and (min-width: 48rem) {
  .payment-detail-credit-card .acc-protection-information-container-2 {
    margin: 1rem 0 1rem 1rem;
  }
}
@media screen and (min-width: 64rem) {
  .payment-detail-credit-card .acc-protection-information-container-2 {
    margin: 1rem 0 1rem 0;
  }
}
.payment-detail-credit-card .error-invalid-select {
  color: #ea1730;
  line-height: 0.5rem;
  min-height: 0.5rem;
  font-size: 0.9rem;
}
.payment-detail-credit-card #xiTokenize {
  visibility: hidden;
}
.payment-detail-credit-card .button-full-desktop {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .payment-detail-credit-card .button-full-desktop {
    width: 100%;
  }
}
.payment-detail-credit-card .button-full-always {
  width: 100%;
}
.payment-detail-credit-card .align-buttons {
  display: flex;
  margin-top: -1rem;
}
@media screen and (min-width: 48rem) {
  .payment-detail-credit-card .align-buttons {
    margin-top: 1rem;
    justify-content: center;
    margin: 1rem 0 0 0.1rem;
  }
}
@media screen and (min-width: 64rem) {
  .payment-detail-credit-card .align-buttons {
    margin: 1rem 0 0 0;
  }
}
.payment-detail-credit-card .mobile-hidden {
  display: none;
}
.payment-detail-credit-card .cfb-payment__iframe-wrapper {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .payment-detail-credit-card .cfb-payment__iframe-wrapper {
    margin: 1rem 0;
  }
}
.payment-detail-credit-card .cfb-payment__address-wrapper {
  max-width: 35.5rem;
}
.payment-detail-credit-card .cfb-payment__address-wrapper .form-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 121, 193, 0.6);
  outline: 0 none;
}
.payment-detail-credit-card .cfb-payment__credit-card-container {
  background-color: #eee;
  padding: 1rem;
  margin: 1rem 0 2rem 0;
}
.payment-detail-credit-card .cfb-payment__credit-card-message {
  font-style: italic;
}
.payment-detail-credit-card .cfb-payment__info {
  margin-top: 1rem;
}
.payment-detail-credit-card .cfb-payment__title {
  font-weight: bolder;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder {
  max-width: 35.5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 48px) {
  .payment-detail-credit-card #cfb-paymetric-iframe-placeholder {
    margin-right: unset;
  }
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder > .g-row {
  margin: 0;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-payment-border {
  margin: 0;
  flex-basis: 100%;
  max-width: 100%;
  max-height: 415px;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-payment-border.braintree-form-container {
  max-height: 100%;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-payment-border.braintree-form-container .paymetric-iframe-container {
  height: unset;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-iframe-col-desktop {
  padding: 1rem;
  margin-top: 2rem;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-card-form {
  margin-top: 0;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-saved-card {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding-left: 0;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-dropdown-col {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-dropdown-col .form-select-input.cfb-cc-dropdown {
  border-color: #000000;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000000;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-add-new-button-col {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-add-new-button-col {
    margin: 0 0 0 1.2rem;
  }
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-add-new-button-col .cfb-add-cc-button {
  width: 11.25rem;
  height: 2.5rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  border: 0.125rem solid #000000;
  background-color: #ffffff;
}
@media (max-width: 48rem) {
  .payment-detail-credit-card .cfb-iframe-col-desktop {
    padding-top: 1.75rem;
  }
}
@media (min-width: 48rem) {
  .payment-detail-credit-card .cfb-payment-border {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding: 0 1.5rem;
    flex-basis: 93.666667%;
    max-width: 93.666667%;
    max-height: 400px;
  }
  .payment-detail-credit-card .mobile-hidden {
    display: block;
  }
  .payment-detail-credit-card .desktop-hidden {
    display: none;
  }
  .payment-detail-credit-card .cfb-payment__iframe-wrapper {
    width: 100%;
    padding: 0;
    margin-left: 1rem;
  }
  .payment-detail-credit-card .cfb-dropdown-col {
    flex-basis: 60.333333%;
    max-width: 66.333333%;
    margin-left: 1rem;
  }
  .payment-detail-credit-card .cfb-add-new-button-col {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-iframe-col-desktop {
    padding: 1.5rem;
    margin-top: 1rem;
  }
}
@media (min-width: 64rem) {
  .payment-detail-credit-card .cfb-payment__iframe-wrapper {
    margin-left: 0;
  }
  .payment-detail-credit-card .cfb-iframe-col-desktop {
    padding-right: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .payment-detail-credit-card .cfb-dropdown-col {
    flex-basis: 64.66666667%;
    max-width: 66.66666667%;
    padding: 0;
    margin: 0 0.625rem;
  }
  .payment-detail-credit-card .cfb-add-new-button-col {
    flex-basis: 30%;
    max-width: 30%;
    padding-right: 0;
  }
  .payment-detail-credit-card .cfb-payment-card,
  .payment-detail-credit-card .cfb-payment-separator {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 80rem) {
  .payment-detail-credit-card .cfb-payment-border {
    flex-basis: 80.666667%;
    max-width: 80.666667%;
  }
  .payment-detail-credit-card .cfb-iframe-col-desktop {
    padding-right: 0;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
.payment-detail-credit-card .cfb-payment-border {
  border: 0.125rem solid #353535;
  position: relative;
  margin-top: 1rem;
}
.payment-detail-credit-card .checkout-security-badge-icon {
  position: absolute;
  top: -1rem;
  right: 1.25rem;
}
.payment-detail-credit-card .checkout-security-badge-icon-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.payment-detail-credit-card .cfb-card-form {
  margin-top: 1rem;
}
.payment-detail-credit-card .cfb-card-form {
  margin-bottom: 0;
}
.payment-detail-credit-card .cb-iframe-legend {
  width: 100%;
}
.payment-detail-credit-card .paymetric-iframe-container {
  height: 24.375rem;
}
.payment-detail-credit-card .paymetric-iframe-container label {
  display: block;
  margin-bottom: .25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.payment-detail-credit-card .paymetric-iframe-container #expiration-month {
  width: 4.375rem;
  position: relative;
  border: 0.125rem solid #353535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
.payment-detail-credit-card .paymetric-iframe-container #expiration-year {
  width: 4.375rem;
  position: relative;
  background: #fff;
  border: 0.125rem solid #353535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.payment-detail-credit-card .paymetric-iframe-container .cc-input-field,
.payment-detail-credit-card .paymetric-iframe-container input {
  display: block;
  width: 100%;
  border: 0.125rem solid #353535;
  background: #ffffff;
  height: 2rem;
  padding: 0 .5rem;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: initial;
}
.payment-detail-credit-card .paymetric-iframe-container .card-name {
  margin-bottom: 1rem;
}
.payment-detail-credit-card .paymetric-iframe-container .cc-input-field-select,
.payment-detail-credit-card .paymetric-iframe-container select {
  height: 2rem;
  padding: 0.4rem;
}
.payment-detail-credit-card .paymetric-iframe-container .visa {
  background-image: url("../../../store/_ui/addons/whrkitchenaidaddon/responsive/common/images/whr-images/visa_color.png");
  background-size: 38px 24px;
  width: 38px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: .3;
  float: left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.payment-detail-credit-card .paymetric-iframe-container .master-card {
  background-image: url("../../../store/_ui/addons/whrkitchenaidaddon/responsive/common/images/whr-images/mastercard_color.png");
  background-size: 38px 24px;
  width: 38px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: .3;
  float: left;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.payment-detail-credit-card .paymetric-iframe-container .american-express {
  background-image: url("../../../store/_ui/addons/whrkitchenaidaddon/responsive/common/images/whr-images/american_express_color.png");
  background-size: 38px 24px;
  width: 38px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: .3;
  float: left;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.payment-detail-credit-card .paymetric-iframe-container .visa.selected,
.payment-detail-credit-card .paymetric-iframe-container .master-card.selected,
.payment-detail-credit-card .paymetric-iframe-container .american-express.selected {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.payment-detail-credit-card .paymetric-iframe-container .exp-date-delimiter {
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  width: 10%;
}
.payment-detail-credit-card .paymetric-iframe-container #c-cvv {
  width: 34%;
  display: inline-block;
  vertical-align: middle;
}
.payment-detail-credit-card .paymetric-iframe-container .cvv-indicator {
  width: 46px;
  height: 34px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}
.payment-detail-credit-card .paymetric-iframe-container .cvv-text {
  display: inline-block;
  height: 2rem;
  font-size: 0.625rem;
  margin-left: 5px;
  text-align: left;
  vertical-align: middle;
  max-width: 6rem;
}
.payment-detail-credit-card .paymetric-iframe-container .cvv-amex-indicator,
.payment-detail-credit-card .paymetric-iframe-container .cvv-generic-indicator {
  background-size: contain;
  background-repeat: no-repeat;
}
.payment-detail-credit-card .paymetric-iframe-container .cvv-amex-indicator {
  background-image: url("../../../store/_ui/addons/whrkitchenaidaddon/responsive/common/images/whr-images/cvv-amex.svg");
}
.payment-detail-credit-card .paymetric-iframe-container .cvv-generic-indicator {
  background-image: url("../../../store/_ui/addons/whrkitchenaidaddon/responsive/common/images/whr-images/cvv-generic.svg");
}
.payment-detail-credit-card .paymetric-iframe-container .braintree-hosted-fields-focused {
  border-color: #0079c1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 121, 193, 0.6);
  outline: 0 none;
}
.payment-detail-credit-card .paymetric-iframe-container .cc-expire-date {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.payment-detail-credit-card .paymetric-iframe-container .braintree-form {
  max-width: 21.25rem;
  max-height: 22.188rem;
}
.payment-detail-credit-card .paymetric-iframe-container .braintree-form__card-type {
  display: block;
  width: 100%;
  position: relative;
  height: 1.7rem;
  margin-bottom: 1rem;
  margin-top: .25rem;
}
.payment-detail-credit-card .paymetric-iframe-container .braintree-form__validation-error {
  font-family: 'Avenir-Roman', sans-serif;
  /* TODO override in other brands */
  color: #cc0000;
  /* TODO override in other brands */
  min-height: .5rem;
  font-size: .725rem;
  margin-top: .25rem;
  line-height: .5rem;
}
.payment-detail-credit-card .paymetric-iframe-container .braintree-form__validation-error--cvv {
  line-height: unset;
}
.payment-detail-credit-card .cb-paymetric-iframe {
  height: 106%;
  width: 100%;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder {
  max-width: 35.5rem;
}
@media screen and (min-width: 48rem) {
  .payment-detail-credit-card #cfb-paymetric-iframe-placeholder {
    max-width: 42rem;
  }
}
@media screen and (min-width: 64rem) {
  .payment-detail-credit-card #cfb-paymetric-iframe-placeholder {
    max-width: 35.5rem;
  }
}
.payment-detail-credit-card .cfb-payment__address-wrapper {
  max-width: 35.5rem;
}
@media screen and (min-width: 48rem) {
  .payment-detail-credit-card .cfb-payment__address-wrapper {
    max-width: 42rem;
  }
}
@media screen and (min-width: 64rem) {
  .payment-detail-credit-card .cfb-payment__address-wrapper {
    max-width: 35.5rem;
  }
}
h1.page-headline-title {
  font-size: 1.5625rem;
  line-height: 1.95rem;
}
@media (min-width: 64rem) {
  h1.page-headline-title {
    font-size: 2.125rem;
    line-height: 2.34rem;
  }
}
.address-form-add-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
}
.button__text {
  top: 0.0625rem;
  position: relative;
}
.form-error-item {
  font-size: 0.625rem;
  line-height: 100%;
  color: #ea1730;
}
.address-form__form-group #add-address-line2 {
  font-family: "DM Sans", "sans-serif";
  line-height: 1.35;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.address-form .add-edit-shipping-address .form-button {
  width: 100%;
}
.payment-detail-credit-card .cfb-payment__credit-card-container {
  margin: 1rem 0;
}
@media (min-width: 48rem) {
  .add-edit-shipping-address .g-col-md-6 {
    flex-basis: unset;
  }
  .address-form .add-edit-shipping-address .form-button {
    min-width: 11.96125rem;
  }
}
@media (min-width: 64rem) {
  .add-edit-shipping-address .g-col-lg-8 {
    flex-basis: unset;
  }
}

.saved-ccs__card {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.saved-ccs__card__body {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 1rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.saved-ccs__card__heading {
  text-transform: none;
  font-size: 1.5rem;
}
.saved-ccs__address {
  margin: 1rem 0 4rem 0;
  font-style: normal;
}
.saved-ccs__address__line {
  margin: 0.5rem 0;
  display: block;
  clear: both;
}
.saved-ccs__action-buttons {
  position: absolute;
  bottom: 1rem;
}
.saved-ccs__action-buttons a {
  text-decoration: underline;
}
.saved-ccs__action-buttons__spacer {
  margin: 0 0.5rem;
}
.saved-ccs__btn-add {
  height: 17.5rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.saved-ccs__btn-add__body {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f1f2;
  border: 0.125rem dashed #b3b3b3;
  cursor: pointer;
  padding: 1rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.saved-ccs__btn-add__body-content {
  margin: 2rem 0;
}
.saved-ccs__btn-add__body-content:active,
.saved-ccs__btn-add__body-content:focus {
  outline: 1px solid #000;
}
.saved-ccs__btn-add__icon--plus {
  font-size: 4.125rem;
  font-weight: 100;
  display: block;
  clear: both;
  text-transform: uppercase;
  text-align: center;
  color: #6e6e6e;
}
.saved-ccs__btn-add__icon--add {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  display: block;
  clear: both;
  text-align: center;
  color: #6e6e6e;
}
.saved-ccs__btn-remove {
  cursor: pointer;
}
.saved-ccs-expired-msg {
  font-style: italic;
  color: #c00c00;
}
.saved-ccs__auto-update {
  box-sizing: border-box;
  padding: 1rem 0.375rem;
  margin: 1rem 0;
  background: #f2f2f2;
  border: 0.5px solid #bbffbb fb;
  font-family: HelveticaNeue, sans-serif;
}
.saved-ccs__auto-update-header {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.saved-ccs__auto-update-header-text {
  font-weight: 900;
  font-style: normal;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  margin-right: 1rem;
}
.saved-ccs__auto-update-divider {
  border-top: 0.0625rem solid #cccccc;
  margin-right: -1rem;
}
.saved-ccs__auto-update-description-text {
  font-style: normal;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
}
.saved-ccs .page-headline .page-headline-title {
  letter-spacing: normal;
}
@media (min-width: 48rem) {
  .saved-ccs__btn-add {
    height: 100%;
  }
  .saved-ccs__auto-update {
    padding: 1.5rem 0.875rem;
  }
  .saved-ccs__auto-update-header-text {
    font-size: 1rem;
    line-height: 1.313rem;
  }
  .saved-ccs__auto-update-divider {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: -1.5rem;
  }
  .saved-ccs__auto-update-description-text {
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    padding-right: 14.75rem;
    line-height: 1.313rem;
  }
}
.saved-ccs__auto-update-input {
  top: .125rem;
  opacity: 0;
}
.saved-ccs__auto-update-input:hover {
  cursor: pointer;
}
.saved-ccs__auto-update-toggle-input,
.saved-ccs__auto-update-toggle-input:checked + .saved-ccs__auto-update-toggle-label .saved-ccs__auto-update-toggle-state-off {
  display: none;
}
.saved-ccs__auto-update-toggle-input:checked + .saved-ccs__auto-update-toggle-label:before {
  background: #008800;
}
.saved-ccs__auto-update-toggle-input:checked + .saved-ccs__auto-update-toggle-label span {
  transform: translateX(2rem);
}
.saved-ccs__auto-update-toggle-input:checked + .saved-ccs__auto-update-toggle-label .saved-ccs__auto-update-toggle-state-on {
  display: block;
}
.saved-ccs__auto-update-toggle-label {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 0 .25rem auto;
}
.saved-ccs__auto-update-toggle-label:before {
  content: '';
  position: relative;
  top: .0625rem;
  left: .0625rem;
  width: 3.83rem;
  height: 1.67rem;
  border-radius: 3.25rem;
  box-shadow: inset 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.5);
  display: block;
  background: #e9e9e9;
  transition: background .2s ease;
  color: #000000;
  font-size: 0.4rem;
}
.saved-ccs__auto-update-toggle-label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.97rem;
  height: 1.97rem;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.5);
  transition: all .2s ease;
  color: #ffffff;
  font-size: 0.3875rem;
}
.saved-ccs__auto-update-toggle-state-off,
.saved-ccs__auto-update-toggle-state-on {
  font-family: HelveticaNeue, sans-serif;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  font-size: .563rem;
  line-height: .65rem;
  top: 35%;
}
.saved-ccs__auto-update-toggle-state-on {
  display: none;
  color: #ffffff;
  left: 19%;
}
.saved-ccs__auto-update-toggle-state-off {
  color: #000000;
  right: 12%;
}
.cc-listing__back-to-account-link {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
  margin: 1rem 0;
  font-size: 0.6875rem;
  font-weight: 700;
}
.cc-listing__caret-icon {
  margin-right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
}
@media (min-width: 64rem) {
  .cc-listing__back-to-account-link {
    display: none;
  }
}
.page-headline {
  color: #000000;
}
.page-headline-title {
  font-family: "DIN 30640 Pro", sans-serif;
  font-weight: 700;
  line-height: 2.34375rem;
  margin-bottom: .25rem;
  text-transform: none;
  margin-left: 0;
  letter-spacing: normal;
  color: #000000;
}
@media (min-width: 48rem) {
  .page-headline-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 58rem) {
  .page-headline-title {
    margin-top: 0.9375rem;
    font-size: 1.875rem;
  }
}
.page-headline .alert-info.alert-dismissable {
  color: #000000;
}
@media (min-width: 64rem) {
  .saved-ccs .g-col-md-6 {
    flex-basis: 50%;
    max-width: 41%;
  }
}
.saved-ccs__auto-update {
  background: #ffffff;
  border: 1px solid #e2e2e5;
  box-sizing: border-box;
  padding: 1rem 0.375rem;
  margin: 1rem 0 3rem;
  font-family: Avenir, sans-serif;
  position: relative;
  line-height: 1.719rem;
}
.saved-ccs__auto-update:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  bottom: -1.5rem;
  position: absolute;
  left: 0;
}
@media (min-width: 48rem) {
  .saved-ccs__auto-update {
    padding: 1.5rem 0.875rem;
  }
}
@media (min-width: 64rem) {
  .saved-ccs__card {
    max-width: 21.5625rem;
  }
}
.saved-ccs__card__heading {
  font-family: "DIN 30640 Pro", sans-serif;
  text-transform: unset;
  line-height: 1.719rem;
}
@media (min-width: 48rem) {
  .saved-ccs__card__heading {
    font-size: 1.375rem;
  }
}
.saved-ccs__card__body b,
.saved-ccs__card__body strong {
  font-family: "DM Sans", sans-serif;
}
.saved-ccs__card__body h1,
.saved-ccs__card__body h2,
.saved-ccs__card__body h3,
.saved-ccs__card__body h4,
.saved-ccs__card__body h5,
.saved-ccs__card__body h6 {
  font-family: "DIN 30640 Pro", sans-serif;
}
.saved-ccs__btn-add__icon--plus,
.saved-ccs__btn-add__icon--add {
  color: #000000;
}
.saved-ccs__btn-add__icon--add {
  line-height: 1.35rem;
}
.payment-detail-credit-card {
  margin: unset;
  padding: 0 0.6rem;
}
@media (min-width: 48rem) {
  .payment-detail-credit-card {
    margin: 2.25rem 1.25rem 1.25rem;
  }
}
@media (min-width: 64rem) {
  .payment-detail-credit-card .cfb-payment__iframe-wrapper {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 64rem) {
  .payment-detail-credit-card .cfb-payment__iframe-wrapper:lang(en-CA) {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .payment-detail-credit-card .cfb-payment__iframe-wrapper:lang(fr-CA) {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}
.payment-detail-credit-card .paymetric-iframe-container {
  height: 20.375rem;
}
.payment-detail-credit-card .address-form__form-group .form-error-item {
  color: #ea1730;
  font-size: 0.625rem;
  line-height: 0.625rem;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder {
  max-width: 33.477rem;
  max-height: 24.125rem;
}
.payment-detail-credit-card #cfb-paymetric-iframe-placeholder .cfb-payment-border {
  max-height: 24.125rem;
}
.saved-ccs button.button-full.acc-add-address-btn,
.payment-detail-credit-card button.button-full.acc-add-address-btn {
  min-width: 11.962rem;
}
.saved-ccs .label-error-item .form-req,
.payment-detail-credit-card .label-error-item .form-req {
  color: #ea1730;
}
.saved-ccs .add-cc-form .form-input:focus,
.payment-detail-credit-card .add-cc-form .form-input:focus,
.saved-ccs .form-select-input:focus,
.payment-detail-credit-card .form-select-input:focus {
  outline: 0;
  border: 0.094rem solid #037fa5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 121, 193, 0.6);
}
.saved-ccs .address-form__form-group input.form-input__validation-success,
.payment-detail-credit-card .address-form__form-group input.form-input__validation-success {
  border-color: #000000;
}
.saved-ccs .add-address-submit-btn,
.payment-detail-credit-card .add-address-submit-btn,
.saved-ccs .address-form-shipping-cancel-address-btn,
.payment-detail-credit-card .address-form-shipping-cancel-address-btn {
  width: 16.302rem;
}
.saved-ccs button#acc-add-address-btn-submit,
.payment-detail-credit-card button#acc-add-address-btn-submit {
  height: 2.625rem;
}
@media (min-width: 64rem) {
  .saved-ccs button#acc-add-address-btn-submit,
  .payment-detail-credit-card button#acc-add-address-btn-submit {
    width: 9.281rem;
  }
}
.saved-ccs button#paymetricSubmitButton,
.payment-detail-credit-card button#paymetricSubmitButton,
.saved-ccs a#cancel-button-addPayment,
.payment-detail-credit-card a#cancel-button-addPayment {
  height: 2.625rem;
}
@media (min-width: 64rem) {
  .saved-ccs button#paymetricSubmitButton,
  .payment-detail-credit-card button#paymetricSubmitButton,
  .saved-ccs a#cancel-button-addPayment,
  .payment-detail-credit-card a#cancel-button-addPayment {
    width: 16.3rem;
  }
}
.saved-ccs .cfb-payment__address-wrapper,
.payment-detail-credit-card .cfb-payment__address-wrapper {
  padding: 0 0.6rem;
}
@media (min-width: 48rem) {
  .saved-ccs .cfb-payment__address-wrapper,
  .payment-detail-credit-card .cfb-payment__address-wrapper {
    padding: 0;
  }
}
.saved-ccs .acc-add-new-address-btn .align-buttons .g-col-md-6,
.payment-detail-credit-card .acc-add-new-address-btn .align-buttons .g-col-md-6 {
  padding-left: 0;
}
@media (min-width: 64rem) {
  .saved-ccs .address-form .add-edit-shipping-address .form-button,
  .payment-detail-credit-card .address-form .add-edit-shipping-address .form-button {
    width: 16.302rem;
  }
  .saved-ccs .address-form .add-edit-shipping-address .g-col-md-6,
  .payment-detail-credit-card .address-form .add-edit-shipping-address .g-col-md-6 {
    max-width: 100%;
  }
}
.saved-ccs fieldset:focus-within .form-label,
.payment-detail-credit-card fieldset:focus-within .form-label,
.saved-ccs fieldset:focus-within .form-req,
.payment-detail-credit-card fieldset:focus-within .form-req {
  color: #0d6287;
}
.remove-payment-modal__content .remove-payment-modal .modal-dialog-title {
  text-transform: unset;
}
@media (min-width: 64rem) {
  .remove-payment-modal__content .modal-dialog .modal-dialog-text {
    font-size: 1rem;
    line-height: 1.15rem;
    color: #000000;
  }
}

.remove-payment-modal {
  width: 100%;
  padding: 2.5rem 1.25rem;
  text-align: left;
  position: relative;
  background: #ffffff;
}
.remove-payment-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  animation: fade .2s linear;
  z-index: 1050;
  padding: 0 1.25rem;
  width: 100%;
  overflow-y: auto;
}
.remove-payment-modal__content {
  position: relative;
  display: block;
  margin: 1.25rem auto;
  background: none;
  overflow: auto;
  outline: none;
  max-width: 39.375rem;
}
.remove-payment-modal__content .modal-dialog {
  margin: .625rem 0;
}
.remove-payment-modal__content .modal-dialog-text {
  font-size: 1rem;
  line-height: 1.5;
}
.remove-payment-modal__content .modal-dialog-buttons .trigger-modal-close,
.remove-payment-modal__content .modal-dialog-buttons .remove-cart-entry-button {
  width: 70%;
}
@media (min-width: 48rem) {
  .remove-payment-modal {
    margin: auto;
    padding: 2.5rem 3.125rem 2.5rem 3.125rem;
  }
  .remove-payment-modal__content {
    margin: 2.5rem auto;
  }
  .remove-payment-modal__content .modal-dialog .modal-dialog-text {
    margin: 0 auto 1.875rem;
    font-size: 1.1rem;
    line-height: 1.4375rem;
  }
  .remove-payment-modal__content .modal-dialog .modal-dialog-buttons .trigger-modal-close,
  .remove-payment-modal__content .modal-dialog .modal-dialog-buttons .remove-cart-entry-button {
    width: inherit;
  }
}
@media (min-width: 64rem) {
  .remove-payment-modal__content .modal-dialog .modal-dialog-text {
    font-size: 1.25rem;
  }
}
@keyframes fade {
  from {
    background: rgba(46, 46, 46, 0);
  }
  to {
    background: rgba(46, 46, 46, 0.7);
  }
}
.remove-payment-modal .modal-dialog-title {
  text-transform: uppercase;
}
.remove-payment-modal__content .modal-dialog-buttons .trigger-modal-close {
  width: unset;
}

.order-list .order-history__sda-link {
  text-decoration: underline;
  font-weight: 900;
}
.order-list .order-history-header .page-headline {
  text-align: left;
}
.order-list .order-history-header .page-headline-title {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 2.34375rem;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: unset;
}
.order-list .order-history-header .order-history__header-descr {
  font-size: 1rem;
  line-height: 1.375rem;
}
.order-list .order-history-header .order-history__header-descr-text2 {
  margin-top: .3125rem;
}
.order-list .order-history-header .order-history__header-descr-link-icon {
  position: relative;
  color: currentColor;
  margin-left: .3rem;
}
.order-list .order-history-header .order-history__header-descr-link-icon::after,
.order-list .order-history-header .order-history__header-descr-link-icon::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  right: -0.75rem;
  top: .31rem;
}
.order-list .order-history-header .order-history__header-descr-link-icon::before {
  width: 0.75rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  border-radius: 0.125rem;
  border: 0.12rem solid currentColor;
}
.order-list .order-history-header .order-history__header-descr-link-icon::after {
  background-color: currentColor;
  clip-path: polygon(0 82%, 53% 29%, 23% 0, 100% 0, 100% 73%, 73% 48%, 18% 100%);
}
.order-list .order-history__tabs {
  display: none;
  margin: 1rem 0 2rem 0;
  border-bottom: 0.125rem solid #d3d3d3;
}
.order-list .order-history__tab {
  font-weight: 900;
  font-family: 'DIN 30640 Pro', sans-serif;
  text-decoration: none;
  padding: 0.75rem 1rem;
  color: #58585a;
  margin-left: 2.5rem;
  background: transparent;
  font-size: 1rem;
  text-transform: none;
}
.order-list .order-history__tab.active {
  border-bottom: 0.25rem solid #24b6e0;
}
.order-list .order-history-card-based-pagination {
  text-align: center;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem groove #3b3b3b;
  width: 12.5rem;
  margin: auto;
}
.order-list .order-history__load-more {
  padding-top: 1.5rem;
  width: 100%;
  justify-content: center;
  display: flex;
}
.order-list .order-history__load-more-button {
  width: 70%;
  max-width: 22.25rem;
  height: 2.3125rem;
  display: flex;
  margin-bottom: 3rem;
  background-color: #ffffff;
  border: 0.125rem solid #8cd5ea;
}
.order-list .order-history__load-more-button:hover {
  background: #e2e2e2;
}
.order-list .order-history-tabs-select {
  flex-direction: column;
  margin: 1rem 0 2rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 10%;
  z-index: 1050;
}
.order-list .order-history-tabs-select.active {
  display: flex;
  max-height: 80%;
}
.order-list .order-history-tabs-select .scrollable-filters-wrapper {
  overflow-y: auto;
}
.order-list .order-history-tabs-select .form-radio.radio-container {
  display: block;
  height: 4rem;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 4rem;
  border-bottom: 0.0625rem solid #d8d8d8;
  padding-left: 3rem;
  position: relative;
}
.order-list .order-history-tabs-select .form-radio.radio-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #58585a;
  margin: 1.25rem 0 1.25rem 1rem;
}
.order-list .order-history-tabs-select .form-radio.radio-container .check-mark.active:after {
  display: block;
  background: #58585a;
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.order-list .order-history-tabs-select .check-text {
  font-weight: 900;
  line-height: 4rem;
}
.order-list .order-history-tabs-select__apply-history-tab {
  margin: 1.5rem 1rem;
  padding: 1rem 0;
  line-height: 1rem;
  min-width: 92%;
  text-decoration: none;
}
.order-list .order-history-filters-label {
  height: 4.5rem;
  border-bottom: 0.0625rem solid #d8d8d8;
  line-height: 4.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: 900;
}
.order-list .order-history-filters-label .close-history-filters:after {
  content: '\00d7';
  color: #58585a;
  float: right;
  margin-right: 1.1rem;
  transform: scale(2);
}
.order-list .order-history-subheader {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  margin-top: 2rem;
}
.order-list .order-history-results-count-desktop {
  display: none;
  padding-left: 0;
}
.order-list .order-history-dropdown-filter {
  display: flex;
  align-items: center;
}
.order-list .order-history__sort-by-label {
  font-size: .75rem;
  white-space: nowrap;
  padding-right: 1.25rem;
  font-weight: 900;
  min-width: 3.125rem;
}
.order-list .order-history-results-count-mobile {
  display: block;
  text-align: center;
  padding-top: 1rem;
}
.order-list .order-history__no-orders {
  margin-top: 1rem;
  padding: 0 2rem 1rem 2rem;
}
.order-list__show-filters {
  display: inline-flex;
  width: 100%;
  margin-top: 1rem;
  color: #58585a;
  background-color: #ffffff;
  border: 0.125rem solid #58585a;
  margin-bottom: 1.25rem;
  border-radius: 1.875rem;
  text-transform: none;
  font-size: 1rem;
  height: 2.5rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper {
  padding-bottom: 1rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper:not(:last-of-type) {
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.15);
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile {
  background-color: #fff;
  margin: 2.5rem 0 2.5rem 0;
  box-shadow: 0 0.25rem 0.5rem rgba(136, 134, 134, 0.5);
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header {
  display: flex;
  text-align: center;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.15);
  font-size: 0.75rem;
  flex-direction: column;
  line-height: 0.813rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__number {
  text-align: left;
  max-width: 100%;
  padding: 0 0 0.125rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__order-number {
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__order-number-val {
  color: #24b6e0;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-decoration: none;
  font-size: 0.75rem;
  background-color: transparent;
  height: auto;
  padding-left: 0.3125rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__order-date-placed {
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__status {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  max-width: 100%;
  border: none;
  justify-content: left;
  padding: 0.125rem 0;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__status .delivered-status {
  margin-left: .3rem;
  padding-left: 0.3125rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__status .delivered-status.received {
  color: #17847a;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__status .delivered-status:first-letter {
  text-transform: uppercase;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__total {
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: left;
  padding: 0.125rem 0;
  font-weight: 900;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__details {
  display: flex;
  flex-direction: column;
  border-bottom: 0.03125rem solid rgba(0, 0, 0, 0.15);
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__details--product {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__picture {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__name {
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__product-name {
  font-weight: 400;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  color: #000000;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__product-name:hover {
  color: #2e2e2e;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__attributes {
  font-family: "DM Sans", sans-serif;
  font-size: .75rem;
  margin: 1rem 0;
  line-height: 1.25rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__attributes-val {
  font-weight: 900;
  padding-left: 0.3125rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-basis: 100%;
  padding: 0 1rem;
  order: 4;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions--btn {
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions--btn-white {
  margin-bottom: 1.25rem;
  width: 100%;
  background-color: #ffffff;
  border: 0.125rem solid #8cd5ea;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions--btn-white:hover {
  background: #e2e2e2;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions--btn-white.disabled {
  background-color: transparent;
  cursor: not-allowed;
  color: #a9a9a9;
  border: solid 0.125rem #a9a9a9;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services {
  font-family: "DM Sans", sans-serif;
  padding: 0 0 1.75rem;
  display: block;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
  width: 100%;
  order: 3;
  max-width: 100%;
  flex-basis: 100%;
  margin-top: 1.5rem;
  color: #000000;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services--title {
  padding: 1rem 2rem .75rem 1rem;
  background-color: #e2e2e2;
  font-size: 1rem;
  font-weight: 700;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services--tile {
  padding: .75rem 1.5rem 0 2rem;
  border: 0;
}
@media (min-width: 48rem) {
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services--tile {
    padding-left: 2rem;
  }
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services-none {
  margin-top: 1rem;
  padding: 0 2rem 1rem 1rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__gift-wrapped {
  display: flex;
  padding-bottom: 1rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__gift-wrapped-icon {
  margin-right: 1.3rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__ineligible_text {
  font-style: normal;
  font-weight: 900;
  font-size: .75rem;
  line-height: 1rem;
  margin-top: .5rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__subtitle {
  margin-top: .5rem;
  font-size: .75rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__subtitle--vendor {
  text-decoration: underline;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .validation-warning-section {
  color: #c41230;
  margin-left: 0;
  width: 100%;
  border-radius: 0.1875rem;
  align-items: center;
  background-color: rgba(196, 18, 48, 0.1);
  margin-right: 0;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
  text-align: justify;
  position: relative;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .validation-warning-section .validation-warning-icon {
  position: absolute;
  left: 0.125rem;
}
.order-list .orders-tab-content .od-ordered-item-tile-wrapper .validation-warning-section .validation-warning-icon .error-icon {
  margin: 0.8125rem 0.1875rem 0.8125rem 0.3125rem;
  width: 0.9375rem;
  height: 0.9375rem;
}
.order-list .prod-additional-services-tile {
  width: 100%;
  background-color: #ffffff;
  padding: 0.75rem 1.5rem 0 1.25rem;
  border-bottom: none;
}
.order-list .prod-additional-services-tile .prod-item-delivery-addons,
.order-list .prod-additional-services-tile .prod-item-installation-addons {
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
.order-list .prod-additional-services-tile .prod-item-delivery-addons_icon,
.order-list .prod-additional-services-tile .prod-item-installation-addons_icon {
  display: flex;
}
.order-list .prod-additional-services-tile .prod-item-delivery-addons_icon .delivery-services-icon,
.order-list .prod-additional-services-tile .prod-item-installation-addons_icon .delivery-services-icon,
.order-list .prod-additional-services-tile .prod-item-delivery-addons_icon .installation-services-icon,
.order-list .prod-additional-services-tile .prod-item-installation-addons_icon .installation-services-icon {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  min-width: 1.375rem;
}
.order-list .prod-additional-services-tile .prod-item-delivery-addons_price,
.order-list .prod-additional-services-tile .prod-item-installation-addons_price {
  align-self: inherit;
  margin-left: auto;
  text-align: right;
}
.order-list .prod-additional-services-tile .prod-item-delivery-addons_price .service-plan,
.order-list .prod-additional-services-tile .prod-item-installation-addons_price .service-plan {
  font-weight: 700;
}
.order-list .prod-additional-services-tile .prod-item-delivery-addons_price .price-free-value,
.order-list .prod-additional-services-tile .prod-item-installation-addons_price .price-free-value {
  color: #17847a;
}
.order-list .prod-item-services_icon {
  display: flex;
}
.order-list .prod-item-services_icon .extended-service-plans-icon {
  min-width: 1.375rem;
}
.order-list .service-price-label {
  text-align: right;
}
.order-list .delivery-addons-text {
  margin-right: 1rem;
}
.order-list .prod-item-services {
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
.order-list .delivery-addons-toggle-button a {
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 48rem) {
  .order-list .order-history__tabs {
    display: flex;
  }
  .order-list .order-history-subheader {
    margin: 0;
  }
  .order-list .order-history-results-count-desktop {
    display: block;
  }
  .order-list .order-history__load-more-button {
    width: 100%;
  }
  .order-list .order-history__load-more-button:focus {
    text-decoration: none;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header {
    flex-direction: unset;
    line-height: 1.5rem;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__number {
    max-width: 33.33333333%;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__status {
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.15);
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.15);
    justify-content: center;
    font-weight: 700;
    padding: 1rem 0;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-header__total {
    padding: 1rem 0;
    justify-content: center;
    max-width: 33.33333333%;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__details--product {
    padding: 1.5rem 0 0 0;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__picture {
    padding-left: 1.625rem;
    padding-right: 0.625rem;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__name {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions {
    max-width: 25%;
    flex-basis: 25%;
    padding-right: 1.3rem;
    padding-left: 0;
    order: unset;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions--btn {
    width: unset;
    margin-bottom: 0.25rem;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__actions--btn-white {
    margin-bottom: 0;
    width: unset;
    margin-top: 0.25rem;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services {
    order: 4;
    padding: unset;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services--title {
    padding-left: 2rem;
  }
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__services-none {
    margin-top: 1rem;
    padding-left: 2rem;
  }
}
@media (min-width: 64rem) {
  .order-list .orders-tab-content .od-ordered-item-tile-wrapper .od-ordered-item-tile .order-entry__name {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
.order-list .order-history__tab.active {
  border-bottom: 0.1875rem solid #24b6e0;
  border-radius: 0;
  color: #037fa5;
}
.order-entry__actions--btn {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.od-ordered-item-tile-wrapper .form-warn-item a {
  text-decoration: none;
}

