﻿/*================ Color Variables ================*/
.acct-h2 {
    position: relative;
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #4f4f4f;
}
.acct-h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #4f4f4f;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.acct-input-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.acct-input-row::-webkit-input-placeholder {
    color: #b3b9bd;
}
.acct-input-row label {
    flex-basis: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b3b9bd;
    letter-spacing: 1px;
}
.acct-input-row input, .acct-input-row select {
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    font-size: 16px;
    color: #4f4f4f;
}
.acct-input-row .acct-input-row-half {
    flex-basis: 50%;
    max-width: 50%;
}
.acct-input-row .acct-input-row-half:first-child {
    padding-right: 15px;
}
.acct-input-row .acct-input-row-half:last-child {
    padding-left: 15px;
}
.acct-input-row .acct-input-row-third {
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.acct-input-row .acct-input-row-third {
    padding-right: 15px;
}
.acct-input-row .acct-input-row-third:last-child {
    padding-right: 0;
}
@media (max-width: 639.98px) {
    .acct-input-row .acct-input-row-half, .acct-input-row .acct-input-row-third {
        flex-basis: 100%;
        margin: 0 0 18px 0;
        padding: 0;
   }
    .acct-input-row .acct-input-row-half:nth-child(odd) {
        padding-right: 0;
   }
    .acct-input-row .acct-input-row-half:nth-child(even) {
        padding-left: 0;
   }
    .acct-input-row .acct-input-row-third:nth-child(1), .acct-input-row .acct-input-row-third:nth-child(2) {
        padding-right: 0;
   }
}
.acct-input-checkbox {
    margin: 25px 0 5px 5px;
    font-size: 16px;
    color: #4f4f4f;
}
.acct-input-checkbox [type="checkbox"] {
    position: relative;
    top: -1px;
    left: -5px;
}
#ui-datepicker-div {
    background: white;
    border: 1px solid #b2b4b5;
    padding: 5px;
}
@media (max-width: 1023.98px) {
    .acct-header {
        text-align: center;
   }
    .acct-header .back-btn {
        display: none;
   }
}
.btn-loading-animation {
    position: relative;
}
.btn-loading-animation svg {
    position: absolute;
    max-width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}
.btn-loading-animation.activate {
    text-indent: -9999px;
    opacity: 0.6;
}
.btn-loading-animation.activate svg {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .features-and-benefits {
        background-color: #eef7ff;
        padding: 65px 0 75px;
   }
}
.features-and-benefits h2 {
    font-weight: 700;
    font-size: 32px;
    color: #4f4f4f;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 55px;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .features-and-benefits h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 25px;
   }
}
.features-and-benefits .benefits-list.mobile {
    display: none;
    position: relative;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.features-and-benefits .benefits-list.mobile.slick-initialized {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767.98px) {
    .features-and-benefits .benefits-list.mobile {
        display: block;
   }
}
.features-and-benefits .benefits-list.mobile .benefit {
    position: relative;
    width: 100%;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    min-height: 325px;
    padding: 50px 0;
    margin: 0 10px;
    height: auto;
}
.features-and-benefits .benefits-list.mobile .benefit .benefit-icon {
    float: none;
}
.features-and-benefits .benefits-list.mobile .benefit .benefit-icon img {
    margin: 0 auto;
}
.features-and-benefits .benefits-list.mobile .benefit .benefit-description {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.features-and-benefits .benefits-list.mobile .slick-list {
    padding: 0 10%;
}
.features-and-benefits .benefits-list.mobile .slick-dots {
    position: relative;
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .features-and-benefits .benefits-list.mobile .slick-dots {
        top: -10px;
   }
}
.features-and-benefits .benefits-list.mobile .slick-dots li {
    width: 7px;
    height: 7px;
}
.features-and-benefits .benefits-list.mobile .slick-dots li button {
    width: 7px;
    height: 7px;
}
.features-and-benefits .benefits-list.mobile .slick-dots li button:focus {
    outline: none;
}
.features-and-benefits .benefits-list.mobile .slick-dots li button::before {
    background: #bbb;
    width: 7px;
    height: 7px;
}
.features-and-benefits .benefits-list.mobile .slick-dots li.slick-active button::before {
    background: #004cbd;
}
.features-and-benefits .benefits-list {
    margin: 30px 0 50px;
}
@media (max-width: 767.98px) {
    .features-and-benefits .benefits-list {
        display: none;
   }
}
.features-and-benefits .benefit {
    width: calc(100% / 3);
    min-height: 125px;
}
.features-and-benefits .benefit .benefit-icon {
    float: left;
}
.features-and-benefits .benefit .benefit-description {
    float: left;
    width: 80%;
    margin-top: 10px;
    padding-left: 20px;
}
.features-and-benefits .benefit .benefit-description h4 {
    font-weight: 700;
    font-size: 18px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 21px;
}
.features-and-benefits .benefit .benefit-description p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px;
}
.features-and-benefits .ingredients-section {
    text-align: center;
    transition: all ease-in-out 0.3s;
    padding-top: 20px;
}
.features-and-benefits .ingredients-section a {
    font-weight: 700;
    font-size: 13px;
    color: #4f4f4f;
    letter-spacing: 1.41px;
    line-height: 12px;
    padding-bottom: 5px;
    border-bottom: 3px solid #00ab69;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.features-and-benefits .ingredients-section .show-ingredients {
    transition: all ease-in-out 0.3s;
}
.features-and-benefits .ingredients-section .show-ingredients a {
    border: none;
    color: #00ab69;
}
.features-and-benefits .ingredients-section h5 {
    font-weight: 700;
    font-size: 18px;
    color: #4f4f4f;
    letter-spacing: 0;
    margin-top: 25px;
}
.features-and-benefits .ingredients-section p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 27px;
}
.epa-partnership {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: relative;
    max-width: 1325px;
    margin: 0 auto;
}
@media (max-width: 1023.98px) {
    .epa-partnership {
        background-size: 50% 100%;
   }
}
@media (max-width: 767.98px) {
    .epa-partnership {
        background: none !important;
   }
}
.epa-partnership h3 {
    font-weight: 700;
    font-size: 28px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .epa-partnership h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
   }
}
.epa-partnership h4 {
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #004cbd;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    .epa-partnership h4 {
        font-size: 13px;
        line-height: 23px;
        text-align: center;
   }
}
.epa-partnership p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px;
}
@media (max-width: 767.98px) {
    .epa-partnership p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
   }
}
.epa-partnership .epa-background-image {
    display: none;
}
.epa-partnership .epa-background-image img {
    width: 100%;
}
@media (max-width: 767.98px) {
    .epa-partnership .epa-background-image {
        display: block;
   }
}
.epa-partnership .epa-logo {
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-59%, -50%);
}
@media (max-width: 1023.98px) {
    .epa-partnership .epa-logo {
        top: 50%;
        left: 47%;
        transform: translate(47%, -50%);
   }
}
@media (max-width: 767.98px) {
    .epa-partnership .epa-logo {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
   }
}
.epa-partnership .epa-description {
    max-width: 455px;
    float: left;
    margin: 50px;
}
@media (max-width: 1023.98px) {
    .epa-partnership .epa-description {
        width: 40%;
   }
}
@media (max-width: 767.98px) {
    .epa-partnership .epa-description {
        float: none;
        width: 100%;
        margin: 0;
        max-width: initial;
        padding: 75px 20px 0;
   }
}
.how-to-use {
    background-color: #eef7ff;
    margin-bottom: 30px;
}
.how-to-use h3 {
    font-weight: 700;
    font-size: 32px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    padding-top: 130px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .how-to-use h3 {
        font-size: 22px;
        line-height: 28px;
        padding-top: 70px;
        margin-bottom: 15px;
   }
}
.how-to-use h4 {
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #004cbd;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
@media (max-width: 767.98px) {
    .how-to-use h4 {
        font-size: 13px;
        line-height: 23px;
   }
}
.how-to-use .steps {
    padding-top: 30px;
    padding-bottom: 80px;
    border-bottom: 1px solid #dfe5e6;
}
@media (max-width: 767.98px) {
    .how-to-use .steps {
        padding-top: 15px;
        padding-bottom: 0;
   }
}
.how-to-use .steps .step {
    text-align: center;
    min-height: 300px;
    padding-right: 20px;
}
@media (max-width: 767.98px) {
    .how-to-use .steps .step {
        padding: 0 0 55px;
        min-height: initial;
   }
}
.how-to-use .steps .step:last-of-type {
    padding-right: 0;
}
.how-to-use .steps .step h5 {
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #004cbd;
    letter-spacing: 0;
    text-align: center;
    margin-top: 25px;
}
@media (max-width: 767.98px) {
    .how-to-use .steps .step h5 {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 7px;
   }
}
.how-to-use .steps .step p {
    font-weight: 600;
    font-size: 18px;
    color: #4f4f4f;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    max-width: 290px;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .how-to-use .steps .step p {
        font-size: 16px;
        line-height: 24px;
   }
}
.how-to-use .descriptions {
    padding: 65px 0 85px;
}
@media (max-width: 767.98px) {
    .how-to-use .descriptions {
        padding: 45px 0 60px;
   }
}
.how-to-use .descriptions .description {
    width: 50%;
    padding-right: 4%;
}
@media (max-width: 767.98px) {
    .how-to-use .descriptions .description {
        width: 100%;
        padding: 0;
   }
    .how-to-use .descriptions .description:first-of-type {
        padding-bottom: 25px;
   }
}
.how-to-use .descriptions .description:last-of-type {
    padding-right: 0;
}
.how-to-use .descriptions .description h5 {
    font-weight: 700;
    font-size: 24px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 15px;
}
@media (max-width: 767.98px) {
    .how-to-use .descriptions .description h5 {
        font-size: 19px;
        text-align: center;
        line-height: 21px;
   }
}
.how-to-use .descriptions .description p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    .how-to-use .descriptions .description p {
        font-size: 14px;
   }
}
.highlights {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40%;
    transition: all ease-in-out 0.3s;
}
@media (max-width: 1023.98px) {
    .highlights {
        background-position: 7.5% 30%;
        background-size: 50%;
   }
}
@media (max-width: 767.98px) {
    .highlights {
        background: none !important;
   }
}
.highlights .sibling-fade {
    visibility: hidden;
}
.highlights .sibling-fade > * {
    visibility: visible;
}
.highlights .sibling-fade > * {
    transition: opacity 150ms linear 100ms;
}
.highlights .sibling-fade:hover > * {
    opacity: 0.6;
}
.highlights .sibling-fade > *:hover {
    opacity: 1;
    transition-delay: 0ms, 0ms;
}
.highlights__title {
    text-align: center;
}
@media (max-width: 767.98px) {
    .highlights h3 {
        display: block;
        font-weight: 700;
        font-size: 24px;
        color: #4f4f4f;
        letter-spacing: 0;
        text-align: center;
        line-height: 32px;
   }
}
.highlights__subtitle {
    text-align: center;
    font-size: 20px;
}
.highlights .highlight-image {
    position: absolute;
    display: none;
}
@media (max-width: 767.98px) {
    .highlights .highlight-image {
        position: relative;
        display: block;
   }
}
.highlights .highlight-image img {
    display: block;
    margin: auto;
}
.highlights .highlight-selector {
    float: right;
    width: 30%;
    padding: 70px 20px;
    display: block;
}
@media (max-width: 1023.98px) {
    .highlights .highlight-selector {
        width: 40%;
   }
}
@media (max-width: 767.98px) {
    .highlights .highlight-selector {
        display: none;
        float: none;
        width: 100%;
        padding: 0;
   }
}
.highlights .highlight {
   /*padding-bottom: 25px;
    border-bottom: 1px solid #DFE5E6;
    cursor: pointer*/
    max-width: 350px;
}
@media (max-width: 767.98px) {
    .highlights .highlight {
        max-width: initial;
        border: none;
        padding: 0 30px;
   }
}
.highlights .highlight:last-of-type {
    border: none;
}
.highlights .highlight .highlight-image {
    display: none;
}
@media (max-width: 767.98px) {
    .highlights .highlight .highlight-image {
        display: block;
        position: relative;
   }
    .highlights .highlight .highlight-image img {
        width: 100%;
   }
}
.highlights .highlight .description {
    padding-bottom: 15px;
    transition: all ease-in-out 0.3s;
}
/* .highlights .highlight .description:not(.active) {
    opacity: 0.6 
}
.highlights .highlight .description:hover {
    opacity: 1 
}
*/
.highlights .highlight .description h4 {
    font-weight: 700;
    font-size: 22px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 32px;
   /*margin-top: 40px;
   */
    margin-bottom: 10px;
}
@media (max-width: 767.98px) {
    .highlights .highlight .description h4 {
        text-align: center;
        margin-top: 50px;
   }
}
.highlights .highlight .description p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}
@media (max-width: 767.98px) {
    .highlights .highlight .description p {
        text-align: center;
   }
}
.highlights .highlight .description .highlight-cta {
    text-align: left;
}
@media (max-width: 767.98px) {
    .highlights .highlight .description .highlight-cta {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 10px;
   }
}
.highlights .highlight .description a {
    font-weight: 700;
    font-size: 13px;
    color: #4f4f4f;
    letter-spacing: 1.41px;
    line-height: 12px;
    padding-bottom: 5px;
    border-bottom: 3px solid #00ab69;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.highlights .highlight-selector.mobile {
    display: none;
}
@media (max-width: 767.98px) {
    .highlights .highlight-selector.mobile {
        display: block;
   }
}
.highlights .highlight-selector.mobile .description {
    width: 100%;
    margin: 0 auto;
    max-width: 345px;
    padding: 0;
}
.highlights .highlight-selector.mobile .description:not(.active) {
    opacity: 1;
}
@media (max-width: 639.98px) {
    .highlights .highlight-selector.mobile .description {
        max-width: 245px;
   }
}
.highlights .highlight-selector.mobile .description p {
    margin: 0;
}
.highlights .slick-list {
    padding: 0 10%;
}
.highlights .slick-dots {
    position: relative;
    padding-bottom: 35px;
}
.highlights .slick-dots li {
    width: 7px;
    height: 7px;
}
.highlights .slick-dots li button {
    width: 7px;
    height: 7px;
}
.highlights .slick-dots li button:focus {
    outline: none;
}
.highlights .slick-dots li button::before {
    background: #bbb;
    width: 7px;
    height: 7px;
}
.highlights .slick-dots li.slick-active button::before {
    background: #004cbd;
}
.template-product .main-content {
    padding-top: 0;
    padding-bottom: 0;
}
#choose-product {
    position: relative;
    display: block;
    transition: all ease-in-out 0.3s;
    min-height: auto;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
@keyframes fadein {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
#choose-product .product-template__container {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
#choose-product .product-images {
    background-color: #eef7ff;
    position: relative;
    display: block;
    max-height: 820px;
    min-height: 600px;
    padding: 10%;
}
@media (max-width: 767.98px) {
    #choose-product .product-images {
        padding: 12% 0;
        min-height: initial;
   }
}
#choose-product .product-images .carousel {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
@media (max-width: 767.98px) {
    #choose-product .product-images .carousel {
        max-width: none;
   }
}
#choose-product .product-images .carousel.slick-initialized {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767.98px) {
    #choose-product .product-images .slick-list {
        padding: 0 10% 0 14%;
   }
    #choose-product .product-images .product-image {
        margin: 0 10px;
   }
    #choose-product .product-images .product-image img {
        margin: 0 auto;
   }
}
#choose-product .product-images .slick-prev.slick-arrow:focus, #choose-product .product-images .slick-next.slick-arrow:focus {
    outline: none;
}
#choose-product .product-images .slick-prev, #choose-product .product-images .slick-next {
    width: 48px;
    height: 48px;
}
@media (max-width: 639.98px) {
    #choose-product .product-images .slick-prev, #choose-product .product-images .slick-next {
        display: none !important;
   }
}
#choose-product .product-images .slick-prev {
    left: -20%;
    top: 50%;
}
#choose-product .product-images .slick-next {
    right: -20%;
    top: 50%;
}
#choose-product .product-images .slick-prev:before {
    content: '';
    content: url(../assets/slider-prev.png);
    font-size: 50px;
}
#choose-product .product-images .slick-next:before {
    content: '';
    content: url(../assets/slider-next.png);
    font-size: 50px;
}
#choose-product .product-images .slick-dots {
    position: relative;
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    #choose-product .product-images .slick-dots {
        margin-top: 0;
        top: -5px;
        padding: 20px 0 10px;
   }
}
#choose-product .product-images .slick-dots li {
    width: 7px;
    height: 7px;
}
#choose-product .product-images .slick-dots li button {
    width: 7px;
    height: 7px;
}
#choose-product .product-images .slick-dots li button:focus {
    outline: none;
}
#choose-product .product-images .slick-dots li button::before {
    background: #bbb;
    width: 7px;
    height: 7px;
}
#choose-product .product-images .slick-dots li.slick-active button::before {
    background: #004cbd;
}
#choose-product .product-info {
    transition: all ease-in-out 0.3s;
}
#choose-product .product-info .product-single__meta {
    padding: 8% 14% 5%;
    transition: all ease-in-out 0.3s;
}
@media (max-width: 767.98px) {
    #choose-product .product-info .product-single__meta {
        max-width: initial;
        margin: 0;
        padding: 30px 20px 0;
   }
}
#choose-product .product-form {
    padding-top: 35px;
}
@media (max-width: 767.98px) {
    #choose-product .product-form {
        padding-top: 15px;
   }
}
#choose-product .product-form .grid.grid--type, #choose-product .product-form .grid.grid--size, #choose-product .product-form .grid.grid__cart-submit {
    padding-left: 15px;
}
@media (max-width: 767.98px) {
    #choose-product .product-form .grid.grid--type, #choose-product .product-form .grid.grid--size, #choose-product .product-form .grid.grid__cart-submit {
        margin-top: 0;
   }
}
#choose-product .product-form .grid.grid--size .grid__item.medium-up--one-whole h4 {
    text-align: center;
}
#choose-product .product-form h2 {
    font-weight: 700;
    font-size: 13px;
    color: #4f4f4f;
    letter-spacing: 0;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    #choose-product .product-form h2:not(first-of-type) {
        margin-top: 10px;
   }
}
#choose-product .product-form .grid__item {
    padding-left: 15px;
}
@media (max-width: 767.98px) {
    #choose-product .product-form .grid__item {
        padding-left: 5px;
   }
}
#choose-product .product-form .variant-selection {
    cursor: pointer;
}
#choose-product .product-form .active .wash-plan {
    border-color: #8e8f8f;
}
#choose-product .product-form .active .wash-plan .radio {
    background-color: #004cbd;
    opacity: 1;
}
#choose-product .product-form .active .wash-plan .radio:after {
    content: '✓';
    color: white;
    position: relative;
    top: -8.5px;
    font-size: 12px;
}
#choose-product .product-form .active .wash-plan h3, #choose-product .product-form .active .wash-plan h4 {
    color: #4f4f4f;
}
#choose-product .product-form .active .wash-plan p, #choose-product .product-form .active .wash-plan h5 {
    color: #004cbd;
}
#choose-product .product-form .wash-plan {
    position: relative;
    border: 1px solid #dedede;
    background-color: white;
    padding: 15px;
}
#choose-product .product-form .wash-plan:hover {
    border-color: #8e8f8f;
    opacity: 1;
}
#choose-product .product-form .wash-plan:hover h3, #choose-product .product-form .wash-plan:hover h4 {
    color: #4f4f4f;
}
#choose-product .product-form .wash-plan:hover p, #choose-product .product-form .wash-plan:hover h5, #choose-product .product-form .wash-plan:hover h4 > span {
    color: #004cbd;
}
#choose-product .product-form .wash-plan .radio {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.1em solid rgba(77, 173, 236, 0.3);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
#choose-product .product-form .wash-plan h3 {
    font-weight: 700;
    font-size: 14px;
    color: #b2b4b5;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 3px;
}
#choose-product .product-form .wash-plan h4 {
    font-weight: 700;
    color: #b2b4b5;
    letter-spacing: 0;
    text-align: left;
}
#choose-product .product-form .wash-plan h4 span {
    font-weight: 600;
    font-size: 12px;
    color: #b2b4b5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
}
#choose-product .product-form .wash-plan h5 {
    font-weight: 600;
    font-size: 12px;
    color: #b2b4b5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
}
#choose-product .product-form .wash-plan p {
    font-weight: 600;
    font-size: 12px;
    color: #b2b4b5;
    letter-spacing: 0;
    text-align: left;
}
#choose-product .product-form .product-form__cart-submit {
    font-weight: 700;
    background-color: #004cbd;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 0;
    padding: 20px;
}
#choose-product .product-form .product-form__cart-submit #ComparePrice-product-template {
    color: #bfe6ff;
}
#choose-product .product-form .product-form__cart-submit #ProductPrice-product-template {
    color: white;
}
#choose-product .product-form .shipping-description {
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    letter-spacing: 0;
    text-align: center;
    margin-top: 35px;
}
#choose-product h1 {
    font-weight: 700;
    font-size: 26px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 35px;
}
@media (max-width: 767.98px) {
    #choose-product h1 {
        font-size: 20px;
        line-height: 27px;
   }
}
#choose-product .scent-description {
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #004cbd;
    letter-spacing: 0;
    margin-bottom: 12px;
}
@media (max-width: 767.98px) {
    #choose-product .scent-description {
        font-size: 12px;
   }
}
#choose-product .product-description {
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px;
    border-bottom: 1px solid #dfe5e6;
    padding-bottom: 25px;
}
@media (max-width: 767.98px) {
    #choose-product .product-description {
        line-height: 22px;
   }
}
.epa-disclaimer {
    background-color: #eef7ff;
}
.epa-disclaimer p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 55px 50px 65px;
}
.acct-navigation {
    display: none;
    align-items: stretch;
    width: 100%;
    min-height: 54px;
    margin-bottom: 10px;
    padding: 0 16px;
    background: #F1F4F6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #4f4f4f;
}
.account-overview-personalization {
    display: none;
    padding: 40px 30px 0 30px;
    text-align: center;
}
.account-overview-personalization .acct-customer-welcome {
    display: block;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #4f4f4f;
}
.account-overview-personalization a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #004cbd;
}
.acct-personalization {
    flex-basis: 170px;
    align-self: center;
    text-align: center;
}
.acct-personalization .acct-customer-welcome {
    display: block;
    font-weight: 700;
    line-height: 1;
}
.acct-personalization #customer_logout_link {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #004cbd;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.acct-link-overview-mobile {
    display: none;
}
.acct-nav-placeholder {
    flex-basis: 170px;
}
#acct-nav-main {
    flex-grow: 1;
    text-align: center;
}
#acct-nav-mobile {
    display: none;
    position: relative;
    height: 45px;
}
#acct-nav-mobile label {
    position: absolute;
    left: 0;
    width: 60px;
    height: 45px;
    margin: 0;
    background: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    border-right: 1px solid #f1f4f6;
}
#acct-nav-mobile .acct-nav-select-view {
    position: absolute;
    right: 0;
    width: calc(100% - 60px);
    height: 45px;
    background: #fff;
    line-height: 45px;
    white-space: nowrap;
    text-align: left;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
#acct-nav-mobile .acct-nav-select-view img {
    position: absolute;
    right: 15px;
    top: 19px;
}
#acct-nav-mobile .acct-nav-dropdown {
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    width: calc(100% - 60px);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
}
#acct-nav-mobile .acct-nav-dropdown a {
    display: block;
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #4f4f4f;
}
#acct-nav-mobile.open .acct-nav-dropdown {
    z-index: 9;
    opacity: 1;
    transition: opacity 0.3s;
}
#acct-nav-mobile.open .acct-nav-select-view img {
    transform: rotate(180deg);
}
.flex-container {
    display: flex;
    justify-content: center;
    min-height: 54px;
}
.acct-nav-item {
    padding: 0 24px;
    color: #4f4f4f;
    line-height: 54px;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.3s;
}
.acct-nav-item:hover {
    color: #4f4f4f;
    transition: color 0.3s;
}
.acct-nav-item.nav-active {
    font-weight: 700;
}
.acct-nav-item.nav-active:after {
    content: '';
    display: block;
    border-bottom: 3px solid #00ab69;
    width: 70%;
    margin: auto;
    margin-bottom: -3px;
    position: relative;
    top: -2px;
}
@media (max-width: 1023.98px) {
    .acct-nav-item {
        padding: 0 16px;
   }
    .acct-nav-placeholder {
        display: none;
   }
}
@media (max-width: 767.98px) {
    #acct-nav-main {
        display: none;
   }
    #acct-nav-mobile {
        display: block;
        max-width: 540px;
        margin: auto;
        background: #fff;
   }
    .acct-personalization, .acct-nav-placeholder {
        display: none;
   }
    .acct-link-overview-mobile {
        display: block;
        padding: 22px 0;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #004cbd;
   }
}
body.template-customers-account, body.template-customers-order, body.template-customers-addresses, body.template- {
    background: #f1f4f6;
}
body.template-customers-account .section-header, body.template-customers-order .section-header, body.template-customers-addresses .section-header, body.template-page-portalrefer .section-header, body.template- .section-header {
    margin-bottom: 0;
}
body.template-customers-account .acct-navigation, body.template-customers-order .acct-navigation, body.template-customers-addresses .acct-navigation, body.template-page-portalrefer .acct-navigation, body.template- .acct-navigation {
    display: flex;
}
body.template-customers-account .page-width, body.template-customers-order .page-width, body.template-customers-addresses .page-width, body.template- .page-width {
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 639.98px) {
    body.template-customers-account .page-width, body.template-customers-order .page-width, body.template-customers-addresses .page-width, body.template- .page-width {
        padding-left: 15px;
        padding-right: 15px;
   }
}
body.template-customers-account main#MainContent, body.template-customers-order main#MainContent, body.template-customers-addresses main#MainContent, body.template- main#MainContent {
    background: #f1f4f6;
    /* padding: 55px 0 110px 0; */
}
body.template-customers-account #MainContent, body.template-customers-order #MainContent, body.template-customers-addresses #MainContent, body.template- #MainContent {
    padding: 0;
}
body.template-customers-account .grid--no-gutters, body.template-customers-order .grid--no-gutters, body.template-customers-addresses .grid--no-gutters, body.template- .grid--no-gutters {
    margin-left: 0;
}
@media (max-width: 767.98px) {
    body.template-customers-account .acct-navigation, body.template-customers-order .acct-navigation, body.template-customers-addresses .acct-navigation, body.template-page-portalrefer .acct-navigation, body.template- .acct-navigation {
        display: block;
        width: calc(100% - 60px);
        padding: 0;
        margin: 0 30px;
        box-shadow: none;
   }
    /* body.template-customers-account main#MainContent, body.template-customers-order main#MainContent, body.template-customers-addresses main#MainContent, body.template- main#MainContent {
        padding: 40px 0 110px 0;
   } */
}
.acct-container {
    display: block;
}
.acct-header {
    display: block;
    position: relative;
    *zoom: 1;
}
.acct-header::after {
    content: '';
    display: table;
    clear: both;
}
.back-btn {
    display: inline-block;
    margin: 0 auto 15px auto;
    padding: 8px 14px 8px 14px;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #004cbd;
    border: 1px solid;
    text-decoration: none;
    transition: background-color 0.3s;
    *zoom: 1;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.back-btn::after {
    content: '';
    display: table;
    clear: both;
}
.back-btn:hover {
    background-color: #93d1f9;
    transition: background-color 0.3s;
}
.back-btn img, .back-btn svg {
    margin-right: 8px;
}
@media (max-width: 767.98px) {
    .back-btn {
        display: inline-block;
   }
}
.one-time-btn {
    right: 210px;
}
@media (max-width: 767.98px) {
    .one-time-btn {
        right: 0;
   }
}
section.acct-orders {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
}
.acct-order-item label, .acct-order-number label, .acct-order-date label, .acct-order-total label {
    margin-bottom: 2px;
}
.acct-order-item {
    display: flex;
    align-items: center;
    margin: 0 auto 15px auto;
    padding: 15px 15px 15px 45px;
    background: #fff;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 16px;
}
.acct-order-item:hover {
    background-color: #f5fcff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s, box-shadow 0.3s;
}
.acct-order-item label {
    font-size: 12px;
    font-weight: 400;
}
.acct-order-number {
    flex-basis: 140px;
    flex-shrink: 0;
    color: #004cbd;
}
.acct-order-date {
    flex-basis: 140px;
    flex-shrink: 0;
}
.acct-order-total {
    flex-basis: 80px;
    flex-shrink: 0;
}
.acct-order-status {
    flex-basis: 106px;
    flex-shrink: 0;
    padding-right: 30px;
}
.acct-order-images {
    flex-grow: 1;
    text-align: right;
}
.acct-order-images img {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.acct-order-images img:last-child {
    margin-right: 0;
}
.acct-order-images-more {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
}
.acct-order-images-more label {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1023.98px) {
    .acct-order-images img {
        width: 70px;
        height: 70px;
   }
    .acct-order-images-more {
        width: 70px;
        height: 70px;
   }
    .acct-order-item, .acct-order-number, .acct-order-date, .acct-order-total {
        font-size: 14px;
   }
    .acct-order-number {
        font-size: 16px;
   }
}
@media (max-width: 767.98px) {
    .acct-order-images img {
        width: 52px;
        height: 52px;
        margin-right: 5px;
   }
    .acct-order-images-more {
        width: 52px;
        height: 52px;
   }
}
@media (max-width: 767.98px) {
    .acct-orders {
        max-width: 540px;
        margin: auto;
   }
    .acct-order-item {
        display: block;
        position: relative;
        padding: 148px 16px 26px 16px;
        *zoom: 1;
   }
    .acct-order-item::after {
        content: '';
        display: table;
        clear: both;
   }
    .acct-order-item label {
        margin: 0;
        color: #4f4f4f;
   }
    .acct-order-images {
        position: absolute;
        top: 16px;
        width: calc(100% - 32px);
        left: 16px;
        text-align: left;
   }
    .acct-order-images img {
        width: 120px;
        height: 120px;
   }
    .acct-order-number {
        float: left;
        width: 50%;
        *zoom: 1;
   }
    .acct-order-number::after {
        content: '';
        display: table;
        clear: both;
   }
    .acct-order-date {
        float: left;
        width: 50%;
        *zoom: 1;
   }
    .acct-order-date::after {
        content: '';
        display: table;
        clear: both;
   }
    .acct-order-total {
        display: block;
        position: relative;
        top: 10px;
        width: 100%;
        float: left;
   }
    .back-btn {
        position: relative;
   }
}
@media (max-width: 639.98px) {
    .acct-order-item {
        padding: 88px 16px 26px 16px;
   }
    .acct-order-images img {
        width: 52px;
        height: 52px;
   }
}
@media (max-width: 767.98px) {
    body.template-customers-order .page-container #MainContent {
        padding: 35px 0 110px 0;
   }
    body.template-customers-order .acct-h2 {
        text-align: center;
   }
    body.template-customers-order .order-detail-header {
        display: block;
        border-bottom: 0;
   }
    body.template-customers-order .order-detail-header span {
        display: block;
        margin-bottom: 8px;
        padding: 0;
        white-space: normal;
   }
    body.template-customers-order .order-detail-header span.order-detail-type {
        display: none;
   }
    body.template-customers-order .order-detail-info {
        margin: 6px 0 0 0;
        flex-wrap: wrap;
   }
    body.template-customers-order .order-detail-info-summary, body.template-customers-order .order-detail-addresses {
        flex-basis: 100%;
   }
    body.template-customers-order .order-detail-info-summary {
        max-width: none;
        margin-bottom: 40px;
        padding: 0;
   }
    body.template-customers-order .order-detail-info-summary ul {
        max-width: none;
        padding: 0;
   }
    body.template-customers-order .order-detail-info-shipping, body.template-customers-order .order-detail-info-billing {
        float: none;
        width: 100%;
   }
    body.template-customers-order .order-detail-info-shipping {
        margin-bottom: 35px;
   }
    body.template-customers-order .acct-order-lineitem {
        display: block;
        *zoom: 1;
   }
    body.template-customers-order .acct-order-lineitem::after {
        content: '';
        display: table;
        clear: both;
   }
    body.template-customers-order .acct-order-lineitem-image {
        float: left;
        width: 80px;
        padding-right: 15px;
   }
    body.template-customers-order .acct-order-lineitem-title {
        float: left;
        width: calc(100% - 80px);
   }
    body.template-customers-order .acct-order-lineitem-total, body.template-customers-order .acct-order-lineitem-quantity {
        clear: left;
        float: left;
        width: 80px;
   }
    body.template-customers-order .acct-order-lineitem-tracking {
        float: left;
        width: calc(100% - 80px);
        padding: 0;
   }
    body.template-customers-order .acct-order-lineitem-quantity, body.template-customers-order .acct-order-lineitem-total, body.template-customers-order .acct-order-lineitem-tracking {
        font-size: 16px;
   }
    body.template-customers-order .acct-order-lineitem-actions {
        display: block;
        clear: left;
        padding: 20px 0 0 0;
   }
    body.template-customers-order .acct-order-lineitem-actions a {
        float: left;
        width: calc(50% - 8px);
   }
    body.template-customers-order .acct-order-lineitem-actions a.write-review {
        font-size: 12px;
   }
    body.template-customers-order .acct-order-lineitem-actions a:first-child {
        margin-right: 8px;
   }
    body.template-customers-order .acct-order-lineitem-actions a:last-child {
        margin-left: 8px;
   }
}
@media (max-width: 639.98px) {
    body.template-customers-order .acct-order-lineitem-total, body.template-customers-order .acct-order-lineitem-quantity, body.template-customers-order .acct-order-lineitem-tracking {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
   }
}
.acct-alt-order-item {
    display: flex;
    align-items: center;
    margin: 0 auto 15px auto;
    padding: 15px 15px 15px 45px;
    background: #fff;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    cursor: auto;
    padding: 15px;
}
.acct-alt-order-image {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 15px;
    max-height: 90px;
}
.acct-alt-order-image img {
    width: 90px;
}
.acct-alt-order-title {
    flex-grow: 1;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #4f4f4f;
}
.acct-alt-order-total, .acct-alt-order-schedule, .acct-alt-order-charge-date, .acct-alt-order-charge-status, .acct-alt-order-address, .acct-alt-order-charge-actions {
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
.acct-alt-order-total label, .acct-alt-order-schedule label, .acct-alt-order-charge-date label, .acct-alt-order-charge-status label, .acct-alt-order-address label, .acct-alt-order-charge-actions label {
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 400;
    color: #63626f;
}
.acct-alt-order-total {
    flex-basis: 105px;
}
.acct-alt-order-schedule {
    flex-basis: 105px;
}
.acct-alt-order-charge-date {
    flex-basis: 140px;
}
.acct-alt-order-charge-status {
    flex-basis: 140px;
}
.acct-alt-order-charge-status a {
    display: block;
    font-size: 14px;
}
.acct-alt-order-address {
    flex-basis: 205px;
}
.acct-alt-order-actions {
    flex-basis: 85px;
}
.acct-alt-order-actions a {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0 0 0 22px;
    width: 85px;
    height: 30px;
    background: #00ab69;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
}
.acct-alt-order-actions a img, .acct-alt-order-actions a svg {
    position: relative;
    margin-right: 8px;
}
.acct-alt-order-actions a:hover {
    opacity: 0.6;
}
.acct-alt-order-actions a img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.acct-alt-order-actions a:last-child {
    margin-bottom: 0;
}
@media (max-width: 1023.98px) {
    .acct-alt-order-image img {
        width: 70px;
   }
    .acct-alt-order-total, .acct-alt-order-schedule, .acct-alt-order-charge-date, .acct-alt-order-address, .acct-alt-order-charge-actions {
        font-size: 14px;
   }
    .acct-alt-order-title {
        padding-right: 10px;
   }
    .acct-alt-order-total {
        flex-basis: 60px;
   }
    .acct-alt-order-schedule {
        flex-basis: 80px;
   }
    .acct-alt-order-charge-date {
        flex-basis: 100px;
   }
    .acct-alt-order-address {
        flex-basis: 160px;
   }
}
@media (max-width: 767.98px) {
    .acct-alt-order-address {
        flex-basis: 110px;
   }
}
.acct-order-lineitem {
    display: flex;
    align-items: center;
    margin: 0 auto 15px auto;
    padding: 15px 15px 15px 45px;
    background: #fff;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    justify-content: space-between;
    padding: 15px;
    cursor: default;
}
.acct-order-lineitem-image {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 15px;
}
.acct-order-lineitem-image img {
    width: 90px;
}
.acct-order-lineitem-quantity, .acct-order-lineitem-total, .acct-order-lineitem-tracking {
    flex-shrink: 0;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700;
}
.acct-order-lineitem-quantity label, .acct-order-lineitem-total label, .acct-order-lineitem-tracking label {
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 400;
    color: #63626f;
}
.acct-order-lineitem-title {
    padding-right: 30px;
    font-size: 16px;
    line-height: 22px;
}
.acct-order-lineitem-total {
    flex-basis: 180px;
}
.acct-order-lineitem-tracking {
    flex-basis: 180px;
    padding-right: 30px;
}
.acct-order-lineitem-tracking a {
    color: #004cbd;
}
.acct-order-lineitem-actions {
    flex-basis: 120px;
}
.acct-order-lineitem-actions a {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0;
    width: 105px;
    height: 30px;
    background: #00ab69;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    width: 120px;
    margin: 0 0 10px 0;
    padding: 0 10px;
}
.acct-order-lineitem-actions a.write-review {
    font-size: 11px;
}
@media (max-width: 1279.98px) {
    .acct-order-lineitem-image img {
        width: 70px;
   }
    .acct-order-lineitem-total {
        flex-basis: 80px;
   }
    .acct-order-lineitem-title, .acct-order-lineitem-total, .acct-order-lineitem-quantity, .acct-order-lineitem-tracking {
        font-size: 14px;
        line-height: 16px;
   }
}
#overview-mobile-nav {
    display: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 120px auto;
}
#overview-mobile-nav .trigger-discount-modal-open {
    display: none;
    position: relative;
    top: initial;
    right: initial;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    cursor: pointer;
}
#overview-mobile-nav a {
    position: relative;
    display: block;
    margin: 0 0 14px 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #403f4c;
}
#overview-mobile-nav a img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 767.98px) {
    .overview-acct-orders {
        display: none;
   }
    #overview-mobile-nav {
        display: block;
   }
    #overview-mobile-nav .trigger-discount-modal-open {
        display: block;
        cursor: pointer;
   }
}
#acct-order-details {
    margin-bottom: 15px;
    padding: 34px 40px 40px 40px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 24px;
    color: #4f4f4f;
}
.order-detail-header {
    display: flex;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 20px;
}
.order-detail-header span {
    padding-right: 50px;
    white-space: nowrap;
}
.order-detail-header span label {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
}
.order-detail-info {
    display: flex;
    margin: 40px 0 0 0;
}
.order-detail-info-summary, .order-detail-addresses {
    flex-basis: 50%;
    flex-grow: 0;
}
.order-detail-info-summary ul {
    max-width: 370px;
    padding-right: 30px;
}
.order-detail-info-summary li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 2px 0;
}
.order-detail-info-summary li.order-detail-info-summary-total {
    font-weight: 700;
}
.order-detail-info-summary label {
    margin: 0;
}
.order-detail-info-shipping, .order-detail-info-billing {
    float: left;
    width: 50%;
}
.order-detail-info-shipping p, .order-detail-info-billing p {
    margin: 20px 0;
}
.order-detail-shipping-methods span, .order-detail-transaction span {
    display: block;
    font-weight: 700;
}
.order-detail-shipping-methods svg, .order-detail-transaction svg {
    position: relative;
    top: 10px;
}
.order-detail-info-billing i + br {
    display: none;
}
@media (max-width: 767.98px) {
    #acct-order-details, .acct-order-lineitems {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
   }
}
.pagination-account {
    float: right;
    width: 100%;
    height: 40px;
    max-width: 270px;
    margin: 6px 0 30px 0;
    font-size: 16px;
    font-weight: 600;
    color: #4f4f4f;
}
.pagination-account li.pagination-select {
    float: left;
    width: calc(100% - 80px);
    text-align: center;
}
.pagination-account li.pagination-select label {
    float: left;
    width: 60px;
    height: 40px;
    margin: 0;
    line-height: 40px;
}
.pagination-account li.pagination-select .select-container {
    float: left;
    position: relative;
    width: calc(100% - 120px);
    height: 40px;
    outline: 0;
}
.pagination-account li.pagination-select .select-container:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 19px;
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 4px solid #4f4f4f;
}
.pagination-account li.pagination-select select {
    width: 100%;
    height: 40px;
    background-image: none;
    padding: 8px 16px 10px 20px;
}
.pagination-account li.pagination-arrow {
    float: left;
    width: 40px;
}
.pagination-arrow-left, .pagination-arrow-right {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
}
.pagination-arrow-left img, .pagination-arrow-right img {
    position: relative;
    top: 7px;
}
.pagination-arrow-left.disabled img, .pagination-arrow-right.disabled img {
    opacity: 0.3;
}
.pagination-arrow-left img {
    transform: rotate(-180deg);
}
.trigger-discount-modal-open {
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    position: absolute;
    top: 8px;
    right: 410px;
    width: 150px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #004cbd;
    cursor: pointer;
}
.overview-acct-orders .trigger-discount-modal-open {
    right: 210px;
}
.acct-discount-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.acct-discount-modal-container {
    position: fixed;
    width: calc(100% - 30px);
    left: calc(50% - 15px);
    margin: 0 15px;
    top: 30px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    pointer-events: none;
    max-width: 1030px;
    max-height: calc(100% - 120px);
    background: transparent;
    z-index: 0;
    transition: all 0.3s ease;
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    text-align: center;
    overflow-y: auto;
    padding: 0;
    cursor: pointer;
}
.acct-discount-modal-container .trigger-discount-modal-close {
    width: 100px;
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 0;
    cursor: pointer;
}
.acct-discount-modal-container .trigger-discount-modal-close svg {
    position: relative;
    top: 3px;
    right: -2px;
}
.acct-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.acct-discount-modal-container-inner {
    position: relative;
    padding: 40px;
    background: #fff;
}
.acct-discount-address {
    margin-bottom: 23px;
    padding-bottom: 18px;
    background: #f1f4f6;
}
.acct-discount-address-header {
    display: flex;
    margin-bottom: 30px;
    background: #ddedf9;
}
.acct-discount-address-header .error-message {
    display: block;
    position: relative;
    top: 8px;
    color: #fff;
    font-weight: 700;
    pointer-events: none;
}
.discount-group-item {
    display: flex;
    margin: 0 30px 15px 30px;
    padding: 15px 15px 10px 15px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    align-items: stretch;
    align-content: stretch;
}
.discount-group-item.acct-item-inactive {
    opacity: 0.5;
}
.discount-group-item-img {
    flex-basis: 95px;
    padding-right: 15px;
}
.discount-group-item-title {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #4f4f4f;
    flex-grow: 1;
    padding-right: 30px;
}
.discount-group-item-price {
    flex-basis: 100px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #4f4f4f;
}
.discount-group-item-price label {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.discount-group-item-price span {
    font-size: 12px;
    text-transform: uppercase;
}
.acct-discount-info {
    flex-basis: 67%;
    position: relative;
    text-align: left;
    padding: 30px;
}
.acct-discount-info label {
    font-size: 12px;
}
.acct-discount-info h3 {
    font-size: 20px;
}
.acct-discount-edit {
    flex-basis: 33%;
    position: relative;
    padding: 30px 40px;
    background: #ddedf9;
    font-size: 13px;
}
.acct-discount-edit span {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
#ReChargeForm_removeDiscountFromAddress {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#ReChargeForm_removeDiscountFromAddress button {
    background: transparent;
    border: 0;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}
form#ReChargeForm_applyDiscountToAddress fieldset {
    border: 0;
    padding: 0;
}
form#ReChargeForm_applyDiscountToAddress label[for="discount_code"] {
    display: none;
}
form#ReChargeForm_applyDiscountToAddress input[name="discount_code"] {
    width: calc(100% - 60px);
    height: 45px;
    float: left;
    font-size: 13px;
}
form#ReChargeForm_applyDiscountToAddress button {
    width: 60px;
    height: 45px;
    float: left;
    border: 0;
    background: #004cbd;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 1023.98px) {
    .acct-discount-info {
        flex-basis: 58%;
   }
    .acct-discount-edit {
        flex-basis: 42%;
   }
}
@media (max-width: 767.98px) {
    .acct-discount-address-header {
        flex-wrap: wrap;
   }
    .acct-discount-address-header .error-message {
        color: #d20000;
   }
    .acct-discount-info {
        flex-basis: 100%;
        background: #004cbd;
        padding: 20px;
        text-align: center;
        color: #fff;
   }
    .acct-discount-info h3 {
        font-size: 18px;
   }
    .acct-discount-edit {
        flex-basis: 100%;
        background: #ddedf9;
        padding: 10px 20px 30px 20px;
        color: #004cbd;
   }
    .acct-discount-edit span {
        margin-bottom: 5px;
        text-align: center;
   }
    .acct-discount-modal-container {
        top: 15px;
   }
    .acct-discount-modal-container-inner {
        padding: 40px 20px 20px 20px;
   }
    #ReChargeForm_removeDiscountFromAddress {
        position: relative;
        top: 14px;
        right: initial;
        width: 100%;
        color: #004cbd;
   }
    #ReChargeForm_removeDiscountFromAddress button {
        color: #004cbd;
   }
    .discount-group-item-title {
        padding-right: 15px;
        font-size: 12px;
   }
    #ReChargeForm_applyDiscountToAddress {
        margin-top: 10px;
   }
}
@media (max-width: 639.98px) {
    .discount-group-item {
        flex-wrap: wrap;
        margin: 0 15px 15px 15px;
   }
    .discount-group-item-img {
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 8px;
   }
    .discount-group-item-img img {
        width: 100%;
        height: auto;
   }
    .discount-group-item-title {
        padding-right: 0;
        font-size: 13px;
   }
    .discount-group-item-price {
        font-weight: 400;
        margin-bottom: 10px;
   }
    .discount-group-item-price label {
        display: none;
   }
    #ReChargeForm_applyDiscountToAddress {
        margin: 10px 0 13px 0;
   }
}
body.open-discount-modal {
    overflow: hidden;
}
body.open-discount-modal .page-container {
    transform: none;
}
body.open-discount-modal .acct-discount-modal-overlay {
    opacity: 1;
    pointer-events: inherit;
    transition: all 0.3s ease;
    z-index: 9999998;
}
body.open-discount-modal .acct-discount-modal-container {
    opacity: 1;
    pointer-events: inherit;
    transition: all 0.3s ease;
    z-index: 9999999;
}
header .account-link-signed-in {
    display: block;
}
header .account-link-signed-in .acct-customer-welcome {
    display: block;
    font-size: 11px;
    color: #00ab69;
    text-align: left;
    font-weight: 700;
    position: relative;
}
header .account-link-signed-in .acct-customer-account, header .account-link-signed-in .acct-customer-signin {
    display: block;
    font-size: 16px;
    color: #004cbd;
    text-align: left;
    font-weight: 700;
    position: relative;
}
header .account-link-signed-in .acct-customer-account {
    margin-top: -5px;
}
header .desktop-account {
    position: relative;
    top: 26px;
    right: initial;
}
header .acct-customer-logout {
    display: block;
    position: relative;
    top: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}
@media (min-width: 640px) and (max-width: 767.98px) {
    header .site-header__icons--plus {
        width: 16%;
   }
}
.mobile-nav-wrapper {
    z-index: 3;
    top: 0;
}
.acct-mobile {
    position: relative;
    padding: 15px;
}
.acct-customer-welcome-mobile {
    display: block;
    font-size: 14px;
    color: #00ab69;
    text-align: left;
    font-weight: 700;
}
.acct-customer-account-mobile, .acct-customer-signin-mobile {
    display: block;
    font-size: 18px;
    color: #004cbd;
    text-align: left;
    font-weight: 700;
}
.acct-customer-account-mobile {
    margin-top: -5px;
}
.acct-customer-logout-mobile {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .site-header li {
        font-size: 14px;
   }
    .site-header li a {
        padding: 3px 8px;
   }
}
@media (max-width: 767.98px) {
    header .acct-customer-logout {
        display: none;
   }
}
#rc_container {
    display: none !important;
}
.acct-card-container {
    background: #fff;
    padding: 45px 35px;
}
.acct-card-container iframe {
    min-height: 440px;
}
.acct-customer-container {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 24px;
}
.acct-customer-container .acct-h2 {
    flex-basis: 100%;
}
.acct-customer-container h4 {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #4f4f4f;
}
.acct-customer-container.show-container {
    display: flex;
}
.acct-customer-payment {
    flex-basis: calc(50% - 15px);
    margin-right: 15px;
    padding: 30px;
    background: #fff;
}
.acct-customer-billing {
    flex-basis: calc(50% - 15px);
    margin-left: 15px;
    padding: 30px;
    background: #fff;
}
.acct-customer-digits {
    position: relative;
    top: -10px;
    color: #4f4f4f;
    font-weight: 700;
}
.acct-customer-details {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 6px;
}
.acct-customer-details label {
    width: 110px;
    margin: 0;
    font-weight: 700;
    color: #4f4f4f;
}
.cta-update-card {
    float: right;
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0;
    width: 105px;
    height: 30px;
    background: #00ab69;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
}
.acct-customer-details-alt {
    display: block;
    margin-bottom: 20px;
    line-height: 24px;
    color: #4f4f4f;
}
.acct-customer-details-alt label {
    display: block;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.billing-address-button {
    float: right;
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0 0 0 22px;
    width: 85px;
    height: 30px;
    background: #00ab69;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0;
}
.billing-address-button img, .billing-address-button svg {
    position: relative;
    margin-right: 8px;
}
.billing-address-button:hover {
    opacity: 0.6;
}
.billing-address-button svg {
    top: 2px;
}
.hidden-customer-info {
    display: none;
}
.acct-billing-edit-container {
    display: none;
    margin: 0 0 60px 0;
    background: transparent;
}
.acct-billing-edit-container fieldset {
    padding: 0;
    border: 0;
}
.acct-billing-edit-container.show-container {
    display: block;
}
.acct-billing-edit-container-inner {
    padding: 45px 35px;
    background: #fff;
}
.billing-form-buttons-submit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.billing-form-buttons-submit button {
    display: inline-block;
    width: 100%;
    max-width: 175px;
    height: 45px;
    background: #004cbd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
}
@media (max-width: 639.98px) {
    .billing-form-buttons-submit button {
        display: block;
        width: 100%;
        max-width: none;
   }
}
.button-action-cancel {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004cbd;
    width: 100%;
    background-color: #fff;
    max-width: 140px;
    text-align: center;
    top: -15px;
    position: relative;
    cursor: pointer;
    top: -2px;
}
@media (max-width: 639.98px) {
    .button-action-cancel {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 15px;
   }
}
@media (max-width: 767.98px) {
    .acct-customer-payment, .acct-customer-billing {
        flex-basis: 100%;
        margin: 0 0 30px 0;
   }
}
@media (max-width: 639.98px) {
    .billing-form-buttons-submit button {
        max-width: none;
        margin: 10px 0 20px 0;
   }
    .billing-form-buttons-submit .button-action-cancel {
        max-width: none;
   }
}
section.acct-swap-current-container {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.acct-section-header {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px;
    background: #eef7ff;
    color: #004cbd;
}
.acct-section-header-alt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px;
    background: #f1fae3;
    color: #00ab69;
}
.acct-swap-current-content {
    display: flex;
    align-items: center;
    padding: 20px;
}
.acct-swap-current-col-total, .acct-swap-current-col-interval, .acct-swap-current-col-plan {
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #4f4f4f;
}
.acct-swap-current-col-total label, .acct-swap-current-col-interval label, .acct-swap-current-col-plan label {
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 400;
    color: #63626f;
}
.acct-swap-current-col-img {
    flex-basis: 135px;
    padding-right: 15px;
}
.acct-swap-current-col-title {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #4f4f4f;
}
.acct-swap-current-col-title span {
    width: 100%;
    max-width: 400px;
    display: block;
}
.acct-swap-current-col-total {
    flex-basis: 140px;
}
.acct-swap-current-col-interval {
    flex-basis: 140px;
}
.acct-swap-current-col-plan {
    flex-basis: 140px;
}
.acct-swap-products-content {
    padding: 40px 30px;
    background: #fff;
}
form#rc_product_search {
    position: relative;
    width: 100%;
    max-width: 570px;
}
input#product_search {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    font-size: 16px;
}
input#product_search::-webkit-input-placeholder {
    color: #b3b9bd;
}
button#trigger_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
}
button#trigger_search svg {
    position: relative;
    top: 1px;
}
.page-width .acct-grid-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 30px 15px;
    background: #fff;
}
.acct-grid-item {
    width: 20%;
    padding: 0 15px 15px 15px;
}
.acct-grid-item img {
    width: 100%;
    height: auto;
}
.acct-grid-item a:hover {
    opacity: 1;
}
.acct-grid-item .grid-view-item__title {
    font-size: 16px;
    line-height: 20px;
    color: #4f4f4f;
}
.acct-grid-item .grid-view-item__meta {
    margin-top: 2px;
}
.acct-grid-item .product-price__price {
    font-size: 16px;
    font-weight: 300;
}
.grid-view-item__image-wrapper {
    position: relative;
}
.grid-view-item__image-wrapper .acct-grid-item-hover {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    top: 0;
    left: 0;
    margin: 10px;
    background-color: #00ab69;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
}
.grid-view-item__image-wrapper .acct-grid-item-hover svg {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.grid-view-item__image-wrapper .acct-grid-item-hover div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.acct-grid-item:hover .grid-view-item__image-wrapper .acct-grid-item-hover {
    opacity: 0.95;
    transition: opacity 0.1s;
}
.acct-subs-order-item {
    display: flex;
    align-items: center;
    margin: 0 auto 15px auto;
    padding: 15px 15px 15px 45px;
    background: #fff;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    padding: 15px;
}
.acct-subs-order-image {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 15px;
    max-height: 90px;
}
.acct-subs-order-image img {
    width: 90px;
}
.acct-subs-order-title {
    flex-grow: 1;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #4f4f4f;
}
.acct-subs-order-title .subscription-type {
    font-family: "Silka", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
    display: block;
    color: #004cbd;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 85%;
    letter-spacing: 1px;
}
.acct-subs-order-total, .acct-subs-order-schedule, .acct-subs-order-charge-date, .acct-subs-order-charge-status, .acct-subs-order-address, .acct-subs-order-charge-actions {
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
.acct-subs-order-total label, .acct-subs-order-schedule label, .acct-subs-order-charge-date label, .acct-subs-order-charge-status label, .acct-subs-order-address label, .acct-subs-order-charge-actions label {
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 400;
    color: #63626f;
}
.acct-subs-order-total {
    flex-basis: 105px;
}
.acct-subs-order-schedule {
    flex-basis: 160px;
}
.acct-subs-order-charge-date {
    flex-basis: 140px;
}
.acct-subs-order-charge-status {
    flex-basis: 140px;
}
.acct-subs-order-charge-status a {
    display: block;
    font-size: 14px;
}
.acct-subs-order-address {
    flex-basis: 205px;
}
.acct-subs-order-actions {
    min-width: 105px;
    flex-basis: 105px;
}
.acct-subs-order-actions a {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0 0 0 22px;
    width: 85px;
    height: 30px;
    background: #004cbd;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
}
.acct-subs-order-actions a img, .acct-subs-order-actions a svg {
    position: relative;
    margin-right: 8px;
}
.acct-subs-order-actions a:hover {
    opacity: 0.6;
}
.acct-subs-order-actions a img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.acct-subs-order-actions a:last-child {
    margin-bottom: 0;
}
.acct-subs-order-actions label {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0;
    width: 105px;
    height: 30px;
    background: #004cbd;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
}
@media (max-width: 1023.98px) {
    .acct-subs-order-image img {
        width: 70px;
   }
    .acct-subs-order-total, .acct-subs-order-schedule, .acct-subs-order-charge-date, .acct-subs-order-address, .acct-subs-order-charge-actions {
        font-size: 14px;
   }
    .acct-subs-order-title {
        padding-right: 10px;
   }
    .acct-subs-order-total {
        flex-basis: 60px;
   }
    .acct-subs-order-schedule {
        flex-basis: 80px;
   }
    .acct-subs-order-charge-date {
        flex-basis: 100px;
   }
    .acct-subs-order-address {
        flex-basis: 160px;
   }
}
.acct-no-subscriptions-cta {
    background: #fff;
    padding: 110px 30px;
    text-align: center;
}
.acct-no-subscriptions-cta img {
    margin: 0 0 20px 0;
}
.acct-no-subscriptions-cta h2 {
    font-size: 20px;
    line-height: 26px;
    color: #4f4f4f;
    text-transform: none;
}
.acct-no-subscriptions-cta p {
    margin-bottom: 25px;
}
.acct-no-subscriptions-cta a {
    display: inline-block;
    width: 100%;
    max-width: 175px;
    height: 45px;
    background: #004cbd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
    max-width: 215px;
    height: 55px;
    line-height: 55px;
}
@media (max-width: 639.98px) {
    .acct-no-subscriptions-cta a {
        display: block;
        width: 100%;
        max-width: none;
   }
}
.acct-inactive-subscription {
    position: relative;
}
.acct-inactive-subscription label {
    cursor: pointer;
}
.acct-inactive-subscription svg.lds-rolling {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    max-width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.acct-inactive-subscription.reactivating {
    opacity: 0.5;
}
.acct-inactive-subscription.reactivating svg.lds-rolling {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .acct-subs-order-address {
        flex-basis: 110px;
   }
}
@media (max-width: 767.98px) {
    .acct-subs-order-item {
        display: block;
        *zoom: 1;
   }
    .acct-subs-order-item::after {
        content: '';
        display: table;
        clear: both;
   }
    .acct-subs-order-total, .acct-subs-order-schedule, .acct-subs-order-charge-date, .acct-subs-order-charge-status, .acct-subs-order-address {
        max-width: 230px;
   }
    .acct-subs-order-image {
        float: left;
        width: 80px;
        padding-right: 15px;
   }
    .acct-order-lineitem-title {
        float: left;
        width: calc(100% - 80px);
   }
    .acct-subs-order-total {
        clear: left;
        float: left;
        width: 50%;
   }
    .acct-subs-order-schedule {
        float: left;
        width: 50%;
   }
    .acct-subs-order-charge-date, .acct-subs-order-charge-status {
        clear: left;
        float: left;
        width: 50%;
   }
    .acct-subs-order-address {
        float: left;
        width: 50%;
   }
    .acct-subs-order-actions {
        display: block;
        clear: left;
        padding: 20px 0 0 0;
   }
    .acct-subs-order-actions a {
        float: left;
        width: calc(50% - 8px);
   }
    .acct-subs-order-actions a:first-child {
        margin-right: 8px;
   }
    .acct-subs-order-actions a:last-child {
        margin-left: 8px;
   }
    .acct-no-subscriptions-cta {
        padding: 65px 20px;
   }
}
.subs-option-row-container #ReChargeForm_variant select {
    height: 45px;
}
.subs-option-row-container.address-form {
    overflow: hidden;
}
.subs-option-row-container #ReChargeForm_address {
    height: auto;
    padding-bottom: 40px;
}
.subs-option-row-container #ReChargeForm_address fieldset {
    border: none;
    padding: 0;
}
@media (max-width: 639.98px) {
    .subs-option-row-container #ReChargeForm_address button {
        display: block;
        width: 100%;
        max-width: none;
   }
}
.subs-option-row-container.active {
    height: auto;
}
.subs-option-row-container.active #ReChargeForm_address {
    position: relative;
    display: block;
}
.subs-edit-container {
    display: flex;
}
.subs-edit-left {
    flex-basis: 270px;
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.subs-edit-right {
    flex-grow: 1;
    flex-shrink: 1;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.subs-edit-overview {
    margin: 0 0 20px 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.subs-edit-overview img {
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}
.subs-edit-title {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.subs-edit-cta-skip, .subs-edit-cta-deactivate {
    display: block;
    position: relative;
    width: 100%;
    height: 47px;
    margin: 0 0 15px 0;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 47px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.subs-edit-cta-skip img, .subs-edit-cta-skip svg, .subs-edit-cta-deactivate img, .subs-edit-cta-deactivate svg {
    margin-right: 8px;
}
.subs-edit-cta-skip {
    color: #4f4f4f;
}
.subs-edit-cta-skip:hover {
    opacity: 1;
    background-color: #4f4f4f;
    color: #fff;
}
.subs-edit-cta-deactivate {
    color: #f25f5c;
}
.subs-edit-cta-deactivate:hover {
    opacity: 1;
    background-color: #f25f5c;
    color: #fff;
}
.subs-edit-cta-skip:hover svg g g {
    fill: #fff;
}
.subs-edit-cta-deactivate:hover svg g g {
    fill: #fff;
}
.subs-option-row-container {
    position: relative;
    height: 180px;
    overflow-x: hidden;
}
.subs-option-row {
    position: absolute;
    width: calc(100% - 100px);
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 180px;
    overflow: hidden;
    align-items: center;
    margin: 0 50px;
    border-bottom: 1px solid #ebebeb;
}
.subs-option-row:last-child {
    border-bottom: 0;
}
.subs-option-row label {
    display: block;
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
}
.subs-option-row .subs-option-1, .subs-option-row .subs-option-2 {
    padding-right: 15px;
}
@media (min-width: 768px) {
    .subs-option-row-container form[style="display: none;"] {
        display: block !important;
        left: 100%;
        transition: 0.4s;
   }
    .subs-option-row-container form {
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.4s;
        width: 100%;
        height: 180px;
        overflow: hidden;
        background: #f5fcff;
        padding: 0 50px;
   }
}
@media (max-width: 767.98px) {
    .subs-edit-container .subs-option-row-container {
        position: relative;
        height: auto;
   }
    .subs-edit-container .subs-option-row-container .subs-option-row {
        position: relative;
        display: block;
        margin: 20px;
        padding-bottom: 20px;
        height: auto;
   }
    .subs-edit-container .subs-option-row-container form {
        position: relative;
        display: none;
        height: auto;
        padding: 20px;
   }
    .subs-edit-container .subs-option-row-container .subs-form-row {
        height: auto;
   }
    .subs-edit-container .subs-option-row-container.hide-menu-row .subs-option-row {
        display: none;
   }
    .subs-edit-container .subs-option-row-container.hide-menu-row form {
        display: block;
   }
    .subs-edit-container .subs-option-row-container.hide-menu-row .subs-form-option-1, .subs-edit-container .subs-option-row-container.hide-menu-row .subs-form-option-2 {
        flex-basis: 100%;
        min-width: 100%;
        margin-bottom: 20px;
        padding: 0;
   }
    .subs-edit-container .subs-option-row-container.hide-menu-row .subs-form-row button, .subs-edit-container .subs-option-row-container.hide-menu-row .subs-form-row a {
        top: 0;
        max-width: 110px;
   }
    .subs-option-edit a.subs-edit, .subs-option-edit a.subs-edit-alt {
        margin-top: 20px;
   }
}
.subs-option-row-container.subs-option-disabled {
    opacity: 0.5;
    pointer-events: none;
}
#ReChargeForm_address .subs-form-row {
    height: auto;
    margin-top: 15px;
}
.subs-form-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 180px;
}
.subs-form-row label {
    display: block;
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
}
.subs-form-row select, .subs-form-row input {
    font-size: 16px;
}
.subs-form-row input::-webkit-outer-spin-button, .subs-form-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.subs-form-row input[type=number] {
    -moz-appearance: textfield;
}
.subs-form-row span.qty-select-decrease, .subs-form-row span.qty-select-increase {
    width: 35px;
    height: 45px;
    background: #fff;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    border: 1px solid #ebebeb;
    transition: color 0.3s;
}
.subs-form-row span.qty-select-decrease:hover, .subs-form-row span.qty-select-increase:hover {
    color: #004cbd;
    transition: color 0.3s;
}
.subs-form-row input#quantity {
    float: left;
    max-width: 75px;
    height: 45px;
    border: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.subs-form-row button {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    height: 45px;
    background: #004cbd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
    top: -15px;
    position: relative;
}
@media (max-width: 639.98px) {
    .subs-form-row button {
        display: block;
        width: 100%;
        max-width: none;
   }
}
.subs-form-row .button-action-cancel {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004cbd;
    background-color: #fff;
    width: 100%;
    max-width: 140px;
    text-align: center;
    top: -15px;
    position: relative;
    cursor: pointer;
    border: 1px solid;
    margin-right: 10px;
}
@media (max-width: 639.98px) {
    .subs-form-row .button-action-cancel {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 15px;
        margin-right: 0px;
   }
}
.subs-form-option-1 {
    flex-basis: 240px;
    max-width: 240px;
    flex-grow: 0;
    padding-right: 40px;
    overflow: hidden;
}
.subs-form-option-2 {
    flex-basis: calc(100% - 240px);
    max-width: calc(100% - 240px);
    padding-right: 40px;
}
a.subs-edit, a.subs-edit-alt {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0 0 0 22px;
    width: 85px;
    height: 30px;
    background: #004cbd;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
}
a.subs-edit img, a.subs-edit svg, a.subs-edit-alt img, a.subs-edit-alt svg {
    position: relative;
    margin-right: 8px;
}
a.subs-edit:hover, a.subs-edit-alt:hover {
    opacity: 0.6;
}
a.subs-edit img, a.subs-edit-alt img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
a.subs-edit:last-child, a.subs-edit-alt:last-child {
    margin-bottom: 0;
}
@media (max-width: 1023.98px) {
    .subs-option-row-container {
        height: 220px;
   }
    .subs-option-row-container form {
        height: 220px;
   }
    .subs-edit-container {
        display: block;
   }
    .subs-edit-left, .subs-edit-right {
        width: 100%;
        max-width: 540px;
   }
    .subs-edit-left {
        margin: 0 auto 20px auto;
   }
    .subs-edit-right {
        margin: 15px auto 20px auto;
   }
    .subs-edit-cta-skip, .subs-edit-cta-deactivate {
        height: 55px;
        line-height: 55px;
   }
    .subs-option-row {
        flex-wrap: wrap;
        align-items: normal;
        width: calc(100% - 40px);
        height: 200px;
        margin: 20px 20px 0 20px;
   }
    .subs-option-row .subs-option-1, .subs-option-row .subs-option-2 {
        flex-basis: 100%;
        padding-right: 0;
   }
}
.subs-notice-deactivated {
    background: #f1f4f6;
    padding-bottom: 20px;
}
.subs-notice-deactivated .subs-notice-deactivated-cta {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0;
    padding: 36px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.subs-notice-deactivated .subs-notice-deactivated-cta p {
    flex-basis: 60%;
    margin: 0;
    padding-right: 30px;
}
.subs-notice-deactivated .subs-notice-deactivated-cta p span {
    color: #f25f5c;
}
.subs-notice-deactivated .subs-notice-deactivated-cta a {
    flex-basis: 40%;
    height: 55px;
    background: #00ab69;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 55px;
    padding: 0 20px;
    white-space: nowrap;
}
@media (max-width: 1023.98px) {
    .subs-notice-deactivated .subs-notice-deactivated-cta {
        display: block;
        text-align: center;
   }
    .subs-notice-deactivated .subs-notice-deactivated-cta p {
        margin-bottom: 20px;
        padding: 0;
   }
    .subs-notice-deactivated .subs-notice-deactivated-cta a {
        display: block;
        width: 100%;
        max-width: 240px;
        margin: auto;
   }
}
.subs-activate-button {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    height: 45px;
    background: #004cbd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
    position: relative;
}
@media (max-width: 639.98px) {
    .subs-activate-button {
        display: block;
        width: 100%;
        max-width: none;
   }
}
.subs-activate-button svg {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subs-activate-button.loading {
    text-indent: -9999px;
    opacity: 0.6;
    pointer-events: none;
}
.subs-activate-button.loading svg {
    opacity: 1;
}
.subs-activate-cancel {
    width: 175px;
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.subs-skip-container {
    display: flex;
}
.subs-skip-left {
    flex-basis: 270px;
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.subs-skip-left .subs-edit-overview {
    margin: 0;
}
.subs-skip-right {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 45px 50px 60px 50px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.subs-skip-right form {
    margin-top: 45px;
}
.subs-skip-option-row {
    margin: 0 0 30px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 24px;
}
.subs-skip-option-row label {
    display: block;
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
}
.subs-skip-option-row label.skip-new-date {
    display: none;
}
.subs-skip-charge-date.new-date {
    background: #ddedf9;
    color: #004cbd;
    padding: 20px;
    text-align: center;
}
.subs-skip-charge-date.new-date label.skip-current-date {
    display: none;
}
.subs-skip-charge-date.new-date label.skip-new-date {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #004cbd;
    font-weight: 700;
}
.acct-skip-skip-btn, .acct-skip-unskip-btn {
    width: 100%;
    max-width: 255px;
    height: 47px;
    background: #4f4f4f;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.acct-skip-skip-btn svg, .acct-skip-unskip-btn svg {
    margin-right: 8px;
}
.acct-skip-unskip-btn {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    color: #4f4f4f;
}
.subs-cancel-container {
    display: flex;
}
.subs-cancel-left {
    flex-basis: 270px;
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.subs-cancel-left .subs-edit-overview {
    margin: 0;
}
.subs-cancel-right {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 45px 50px 60px 50px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.subs-cancel-right h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #4f4f4f;
}
.subs-cancel-right .subs-form-row {
    min-height: 0;
    height: auto;
}
.acct-deactive-cancel, .acct-deactivate {
    width: 100%;
    max-width: 255px;
    height: 47px;
    margin-top: 15px;
    background: #004cbd;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
    line-height: 47px;
}
.acct-deactive-cancel:hover, .acct-deactivate:hover {
    opacity: 0.6;
}
.acct-delay {
    display: block;
    width: 100%;
    max-width: 255px;
    height: 47px;
    margin-top: 15px;
    background: #00ab69;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
    line-height: 47px;
}
.acct-delay:hover {
    opacity: 0.6;
}
.acct-changed-mind {
    display: block;
    margin: 30px 0 0 0;
    width: 255px;
    text-align: center;
}
.subs-cancel-container .rte--header {
    max-width: 560px;
    width: 100%;
}
#strategy-form fieldset {
    border: 0;
}
#strategy-form fieldset label {
    margin: 0 0 15px;
    font-weight: 700;
    text-indent: 10px;
}
#strategy-form fieldset label input {
    position: relative;
    left: -10px;
}
#strategy-form fieldset label[for="comments"] {
    text-indent: 0;
}
#strategy-form fieldset textarea {
    width: 100%;
    max-width: 560px;
}
.acct-input-row .acct-retention-select {
    margin-bottom: 20px;
}
.acct-retention-continue.disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .subs-cancel-container {
        flex-wrap: wrap;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
   }
    .subs-cancel-left {
        flex-basis: 100%;
        margin: 0 0 30px 0;
   }
    .subs-cancel-right {
        padding: 20px;
   }
}
.acct-swap-new-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: 40px;
}
.acct-swap-new-container h2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    color: #4f4f4f;
}
.acct-swap-new-container h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.acct-swap-new-img {
    flex-basis: 40%;
    padding-right: 60px;
}
.acct-swap-new-details {
    flex-basis: 60%;
}
.rc_form__group.Type, #product_schedule_container {
    display: none;
}
.rc_form__group.Size {
    max-width: 210px;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew .button-action-cancel {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    color: #004cbd;
    width: 100%;
    max-width: 140px;
    text-align: center;
    top: -15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    top: 0;
    color: #00ab69;
}
@media (max-width: 639.98px) {
    .acct-swap-new-details form#ReChargeForm_subscriptionNew .button-action-cancel {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 15px;
   }
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset {
    padding: 0;
    border: 0;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset #product_options_container {
    width: calc(100% - 175px);
    float: right;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-decrease, .acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-increase {
    width: 35px;
    height: 45px;
    background: #fff;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    border: 1px solid #ebebeb;
    transition: color 0.3s;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-decrease:hover, .acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-increase:hover {
    color: #004cbd;
    transition: color 0.3s;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset input#quantity {
    float: left;
    max-width: 75px;
    height: 45px;
    border: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset .qty-select-container {
    width: 145px;
    margin-right: 30px;
}
.acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset label {
    font-size: 13px;
    color: #7d7e7c;
}
.acct-btn-swap {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    max-width: 216px;
    height: 55px;
    background: #00ab69;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    display: inline-block;
}
.acct-btn-swap img, .acct-btn-swap svg {
    position: relative;
    margin-right: 8px;
}
.acct-btn-swap:hover {
    opacity: 0.6;
}
@media (max-width: 767.98px) {
    .acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset #product_options_container {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
   }
    .acct-swap-new-details form#ReChargeForm_subscriptionNew fieldset #product_options_container select {
        height: 45px;
   }
    section.acct-swap-current-container, section.acct-swap-products-container, .page-width .acct-grid-container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
   }
    .acct-swap-current-content {
        flex-wrap: wrap;
   }
    .acct-swap-current-col-img {
        flex-basis: 100%;
        padding: 0;
   }
    .acct-swap-current-col-title {
        margin-bottom: 20px;
        padding-right: 20px;
   }
    .acct-swap-current-col-total, .acct-swap-current-col-interval {
        flex-basis: 50%;
        margin-bottom: 20px;
   }
    .acct-swap-current-col-plan {
        flex-basis: 100%;
   }
    .acct-grid-item {
        width: 50%;
   }
    .acct-swap-new-product-container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
   }
    .acct-swap-new-container {
        padding: 20px;
   }
    .acct-swap-new-img {
        flex-basis: 100%;
        padding: 0;
   }
    .acct-btn-swap, .acct-swap-new-details form#ReChargeForm_subscriptionNew .button-action-cancel {
        width: 100%;
        max-width: 200px;
   }
}
@media (max-width: 639.98px) {
    .acct-grid-item {
        width: 100%;
   }
}
.acct-add-new-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: normal;
    background: #fff;
    padding: 40px;
}
.acct-add-new-container h2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    color: #4f4f4f;
}
.acct-add-new-container h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.acct-add-new-img {
    width: 40%;
    padding-right: 60px;
}
@media (max-width: 767.98px) {
    .acct-add-new-img {
        width: 100%;
        padding-right: 0;
   }
}
.acct-add-new-details {
    width: 60%;
}
@media (max-width: 767.98px) {
    .acct-add-new-details {
        width: 100%;
   }
}
.acct-add-new-details #product_dates_container {
    display: none;
}
.acct-add-new-details #product_options_container {
    width: 100%;
    float: none;
}
.acct-add-new-details #product_options_container .Type {
    display: none;
}
.acct-add-new-details #product_options_container .Size {
    margin-bottom: 15px;
}
.acct-add-new-details #product_options_container .Size select {
    width: 100%;
    max-width: 400px;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset {
    padding: 0;
    border: 0;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-decrease, .acct-add-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-increase {
    width: 35px;
    height: 45px;
    background: #fff;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    border: 1px solid #ebebeb;
    transition: color 0.3s;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-decrease:hover, .acct-add-new-details form#ReChargeForm_subscriptionNew fieldset span.qty-select-increase:hover {
    color: #004cbd;
    transition: color 0.3s;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset input#quantity {
    float: left;
    max-width: 75px;
    height: 45px;
    border: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset .qty-select-container {
    width: 145px;
    margin: 0 0 30px 0;
    *zoom: 1;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset .qty-select-container::after {
    content: '';
    display: table;
    clear: both;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset label {
    font-size: 13px;
    color: #7d7e7c;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew fieldset #product_address_container select {
    width: 100%;
    max-width: 400px;
}
.acct-add-new-details form#ReChargeForm_subscriptionNew .button-action-cancel {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004cbd;
    width: 100%;
    max-width: 140px;
    text-align: center;
    top: -15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    top: 0;
    color: #00ab69;
}
@media (max-width: 639.98px) {
    .acct-add-new-details form#ReChargeForm_subscriptionNew .button-action-cancel {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 15px;
   }
}
.rc_form__group.Type, #product_schedule_container {
    display: none;
}
.acct-btn-add {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    max-width: 216px;
    height: 55px;
    background: #00ab69;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    display: inline-block;
}
.acct-btn-add img, .acct-btn-add svg {
    position: relative;
    margin-right: 8px;
}
.acct-btn-add:hover {
    opacity: 0.6;
}
@media (max-width: 767.98px) {
    .acct-add-product-container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
   }
    .acct-add-new-container {
        padding: 20px;
        display: block;
   }
    .acct-add-new-img {
        flex-basis: 100%;
        padding: 0;
   }
}
.acct-subscription-wrapper {
    position: relative;
}
@media (max-width: 767.98px) {
    .acct-subscription-wrapper .backto-Subscriptions {
        display: none;
   }
}
@media (min-width: 640px) and (max-width: 767.98px) {
    .acct-subscription-wrapper .acct-h2 {
        padding-top: 40px;
   }
}
.subscription-visible {
    display: none;
}
.new-subscription .subscription-visible {
    display: block;
}
.onetime-visible {
    display: none;
}
.new-onetime .onetime-visible {
    display: block;
}
.new-subscription-template .acct-navigation .acct-link-overview-mobile {
    display: none;
}
.acct-navigation .backto-Subscriptions {
    display: none;
}
@media (max-width: 767.98px) {
    .new-subscription-template .acct-navigation .backto-Subscriptions {
        display: block;
   }
}
.acct-section-header {
    background: #f1fae3;
    color: #00ab69;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
#product_select_address_container {
    margin-bottom: 30px;
}
#product_select_address_container select {
    width: 100%;
}
#next_charge_date_container {
    position: relative;
}
#next_charge_date_container input[type="date"] {
    width: 100%;
    padding-right: 40px;
}
#next_charge_date_container input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
#next_charge_date_container svg {
    position: absolute;
    right: 15px;
    left: inherit;
    top: 38px;
    pointer-events: none;
    z-index: 3;
}
.acct-add-new-details #product_options_container {
    display: inline-block;
    width: calc(100% - 155px);
}
.acct-add-new-details #product_options_container .Size select {
    max-width: none;
}
@media (max-width: 767.98px) {
    .acct-add-new-details #product_options_container {
        display: block;
        width: 100%;
   }
}
.acct-add-new-details .qty-select-container {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.acct-add-new-details .qty-select-container span.qty-select-increase {
    color: #4f4f4f;
}
@media (max-width: 767.98px) {
    .acct-add-new-details .qty-select-container {
        display: block;
        width: 100% !important;
   }
    .acct-add-new-details .qty-select-container input#quantity {
        width: calc(100% - 70px);
        max-width: none !important;
   }
}
.acct-add-new-details #product_schedule_container, .acct-add-new-details #product_address_container {
    margin-bottom: 30px;
}
.acct-add-new-details #product_schedule_container select, .acct-add-new-details #product_address_container select {
    width: 100%;
    max-width: 100% !important;
}
section.acct-addresses {
    display: flex;
    flex-wrap: wrap;
}
section.acct-addresses .acct-h2 {
    flex-basis: 100%;
    margin: 0 0 15px 10px;
}
section.acct-addresses .address, section.acct-addresses .acct-add-address-container {
    flex-basis: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    padding: 30px 30px 30px 40px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #4f4f4f;
}
section.acct-addresses .address {
    position: relative;
}
section.acct-addresses .address-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
section.acct-addresses .address-inner label {
    position: absolute;
    top: -5px;
    left: 40px;
    width: 80px;
    height: 30px;
    background: #00ab69;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
section.acct-addresses .acct-add-address-container {
    position: relative;
    min-height: 190px;
    border: 1px dashed #93d1f9;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #004cbd;
    cursor: pointer;
}
section.acct-addresses .acct-add-address-container span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
section.acct-addresses .acct-add-address-container.toggle-on {
    align-self: baseline;
    min-height: 164px;
    opacity: 0.4;
    pointer-events: none;
}
section.acct-addresses .acct-add-address-container:hover {
    background-color: #eef7ff;
    transition: background-color 0.2s;
}
section.acct-addresses .acct-address-form-buttons-submit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
section.acct-addresses [type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 175px;
    height: 45px;
    background: #004cbd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
}
@media (max-width: 639.98px) {
    section.acct-addresses [type="submit"] {
        display: block;
        width: 100%;
        max-width: none;
   }
}
section.acct-addresses .acct-address-cancel {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004cbd;
    width: 100%;
    max-width: 140px;
    text-align: center;
    top: -15px;
    position: relative;
    cursor: pointer;
    top: -11px;
}
@media (max-width: 639.98px) {
    section.acct-addresses .acct-address-cancel {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 15px;
   }
}
@media (max-width: 767.98px) {
    section.acct-addresses .address, section.acct-addresses .acct-add-address-container, section.acct-addresses #AddressNewForm {
        flex-basis: 100%;
   }
    section.acct-addresses div[id^="EditAddress_"] {
        flex-basis: 100%;
   }
    section.acct-addresses div[id^="EditAddress_"]:not(.hide) + .address {
        display: none;
   }
    section.acct-addresses .acct-add-address-container.toggle-on {
        display: none;
   }
}
@media (max-width: 639.98px) {
    section.acct-addresses .address-inner {
        display: flex;
        align-items: center;
        height: 100%;
        flex-wrap: wrap;
   }
    section.acct-addresses .acct-address-details {
        flex-basis: 100%;
   }
    section.acct-addresses .acct-address-actions {
        position: relative;
        right: inherit;
        top: inherit;
        transform: none;
        margin: 20px 0px 0px;
        display: flex;
   }
    .acct-address-actions .address-delete {
        margin-left: 15px;
   }
}
.acct-address-actions {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.acct-address-actions .address-edit-toggle {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0 0 0 22px;
    width: 85px;
    height: 30px;
    background: #004cbd;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    width: 105px;
}
.acct-address-actions .address-edit-toggle img, .acct-address-actions .address-edit-toggle svg {
    position: relative;
    margin-right: 8px;
}
.acct-address-actions .address-edit-toggle:hover {
    opacity: 0.6;
}
.acct-address-actions .address-edit-toggle svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.acct-address-actions .address-delete {
    display: block;
    position: relative;
   /*margin: 0 auto 10px auto;
   */
    margin-top: 0px;
    padding: 0;
    width: 105px;
    height: 30px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #004cbd;
    text-indent: 4px;
    line-height: 28px;
    border: 1px solid #004cbd;
}
.acct-address-details span {
    display: block;
    margin: 0 0 2px 0;
}
.acct-address-notice {
    background: #fff;
    width: 100%;
    margin: 0 10px 20px 10px;
    padding: 18px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #4f4f4f;
}
.acct-address-notice a {
    font-weight: 700;
    color: #004cbd;
}
div[id^="EditAddress_"] {
    flex-basis: calc(50% - 20px);
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    margin: 0 10px;
    padding: 30px;
}
div[id^="EditAddress_"]:not(.hide) + .address {
    align-self: baseline;
    opacity: 0.6;
    pointer-events: none;
}
#AddressNewForm {
    flex-basis: calc(50% - 20px);
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    margin: 0 10px;
    padding: 30px;
}
.acct-customer-edit-address-container {
    padding: 45px 35px;
    background: #fff;
}
.acct-customer-edit-address-container form fieldset {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
}
.acct-customer-edit-address-container button[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 175px;
    height: 45px;
    background: #004cbd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
}
@media (max-width: 639.98px) {
    .acct-customer-edit-address-container button[type="submit"] {
        display: block;
        width: 100%;
        max-width: none;
   }
}
