/* Unique Project Styles */

/* -- Global */

button#next.action-primary-reverse,
button#finish.action-primary-reverse,
.action.primary, .action-primary {
    border-radius: 3rem;
    text-transform: uppercase;
    border: 2px solid var(--color-button-border);
    padding: 1rem 2rem;
    margin: 1rem;
}

.buttons-left-wrapper .action-primary {
    margin: 1rem 1rem 1rem 0;
}

.action.primary:hover, .action-primary:hover {
    border: 2px solid var(--color-button-border-hover);
}

button#next.action-primary-reverse,
button#finish.action-primary-reverse {
    padding: 1rem 2rem;
    font-size: 1.8rem;
}

a.cta {
    display: inline-block;
    font-weight: var(--font-weight-bold);
    border: 2px solid var(--color-branding-primary);
    border-radius: 3rem;
    padding: 1rem 2rem;
}

a.cta:hover {
    background: #00b0db;
    color: #fff;
    text-decoration: none;
}

.breadcrumbs {
    margin: 2rem auto 0;
}

/* -- Header */

.header.content {
    padding: 0;
    background: var(--color-header-background);
}

.page-header {
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.25);
    margin-bottom: 0;
    z-index: 9;
}

.nav-toggle:before,
.minicart-wrapper .action.showcart:before {
    color: var(--color-minicart-icon);
    font-size: 6rem;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: var(--color-minicart-icon);
}


.topnav a {
    font-size: 1.2rem;
}

.panel.wrapper {
    position: relative;
    z-index: 999;
}


.nav-toggle {
    top: 7px;
}

.minicart-wrapper .action.showcart .counter.qty {
    color: var(--color-branding-primary);
}

@media only screen and (min-width: 768px) {

    .topnav a {
        font-size: var(--text-normal-size)
    }

    .panel.wrapper {
        background: var(--color-branding-primary);
    }

    .panel.header {
        display: flex;
        align-items: center;
    }

    .panel.header a {
        color: #fff;
    }

    .sections.nav-sections {
        margin-bottom: 0;
    }
}

/* Top Banner */

.banner-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
}

.banner-wrapper .left {
    align-self: center;
    padding: 3rem 1.5rem;
    text-align: left;
}

.banner-wrapper h1 {
    font-weight: 700;
    margin: 0;
    font-size: var(--text-h2-size);
    margin: 0 0 2rem 0;
}

.banner-wrapper h2 {
    margin: 1rem 0;
    font-size: var(--text-h3-size);
}

.card.banner-wrapper .right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 4rem;
}

.banner-wrapper ol {
    margin-left: 0;
    padding-left: 1.85rem;
}

@media only screen and (min-width: 768px) {

    .banner-wrapper {
        display: flex;
        flex-direction: row-reverse;
        background-position-x: center;
        margin: 0 auto 5rem;
        padding: 5rem;
        gap: 5rem;
        width: calc(100% - 10rem);
        border-bottom: 1px solid var(--color-text);
    }

    .card.banner-wrapper .right {
        display: flex;
        flex-direction: column;
    }

}


/* -- Product Page */

.long-description-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.17);
    border-radius: 2rem;
}

.long-description-wrapper {
    gap: 2rem;
}

.long-description-item {
    width: calc(100% - 6rem);
    padding: 2rem;
}

.product-info-main .box-tocart .actions {
    padding-top: 18px;
}

.qty button {
    top: -2px;
}

.product-info-main .price-box .price-wrapper .price {
    font-size: var(--text-h2-size);
}

span.price-label {
    display: none;
}

.abs-product-link, .product-item-name, .product.name a {
    font-weight: 600;
    font-size: 1.8rem;
}

.price-box.price-final_price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-block-start: auto;
}

.catalog-product-view .product-info-main .special-price {
    margin: 0;
}

.catalog-product-view .price-box.price-final_price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.catalog-product-view .product-info-main .price-box  .old-price .price-wrapper .price {
    font-size: 1.4rem;
}

.product-social-links {
    order: 5;
}

.callout-wrapper svg {
    height: 2rem;
}

.callout-wrapper {
    background: #f2f2f2;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: -2rem;
}

.product-info-main .product-addto-links {
    margin: 0;
}

.product.details.product-item-details {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* -- Succes Page */

.banner-wrapper h1:after {
    content: none;

}


/* -- Gate Modal */

.modal-logo {
    width: 100%;
    margin: 2rem 0;
    max-width: 35rem;
}

/* Top Logos */

.logos {
    margin: 5rem 0 0 0;
    background: #fff;
    padding: 1.5rem;
}

.logos img.desktop-only {
    display: none
}



@media only screen and (min-width: 768px) {

    .logos {
        margin: 0;
    }

    .logos img.desktop-only {
        display: block
    }

    .logos img.mob-only {
        display: none
    }


}

/* Trust Signal */
.trust-signal-inner p, .trust-signal-inner h3 {
    color: var(--color-trust-signal-h3);

}

/* Landing Pitch */

.landing-pitch h3 {
    margin-bottom: 2rem;
}


@media only screen and (min-width: 768px) {

    .landing-pitch h3 {
        font-size: var(--text-h2-size);
    }

    .landing-pitch {
        margin: 5rem;
    }

}

/*Login Page */

a.action.create.primary{
    border-radius: 3rem;
}

.login-container .fieldset > .field > .label, 
.login-container .fieldset > .fields > .field > .label {
    font-weight: var(--font-weight-normal);
}

/* Account section */

li.nav.item:first-child {
    background: var(--color-branding-primary);
}

li.nav.item:first-child a {
    color: #fff;
}

li.nav.item:first-child a:hover {
    color: #000;
}

li.nav.item:first-child a:before {
    content: "Go to ";
}

/* Product grid */

.survey-product-listing h3 {
    text-align: center;
    margin-top: 4rem;
}

/* Cart page */

th.col.msrp {
    width: 10rem;
}

td.col.price:nth-child(2) .price {
    text-decoration: line-through;
}

/* Checkout page */

.label[for="ri_iq_tstat_install"]:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--%21Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 2px;
    top: 3px;
    position: relative;
}

.checkout-agreements-block .checkout-agreement.field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}


.checkout-agreements-block input[type="checkbox"] {
    margin: 2px 5px 0 0;
    position: relative;
    top: 4px;
}


/* Energy tips */

.tips-link {
    padding: 0 2rem;
    max-width: 60rem;
    margin: auto;
    text-align: center;
}

.tips-link .cta {
    margin-top: 5rem;
}

.cms-energy-saving-tips .breadcrumbs {
    display: none;
}

.back-to-hompage {
    background: #e2e2e2;
    margin-top: -1rem;
    text-align: center;
    font-weight: 700;
    padding: 1rem;
    font-size: 18px;
}

/* Gate */

.card.banner-wrapper.inline-img.gate {
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
    border-bottom: unset;
    padding: 0;
}

.banner-wrapper.gate .left {
    text-align: center;
}

.gate h1 {
    border: unset;
    padding-top: 0;
}

@media only screen and (min-width: 768px) {

    .card.banner-wrapper.inline-img.gate {
        display: flex;
        flex-direction: row;
        margin: auto;
    }

    .card.banner-wrapper.inline-img.gate .right {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        min-height: auto;
    }

    .card.banner-wrapper.inline-img.gate img {
        height: 100%;
        width: auto;
        object-fit: cover;
        object-position: center;
        display: block;
    }

}

/* Error */

.survey-product-listing .message.info.empty {
    padding: 2rem;
    background: #c6ecf5;
    margin: 0;
    color: #000;
    text-align: center;
}

.survey-product-listing .message.info > *:first-child:before {
    display: none;
}


/* Tips page */

.cms-energy-saving-tips .column.main {
    margin-top: 1rem;
}

.tips-wrapper {
    padding: 2rem;
    width: calc(100% - 4rem);
}

.tips-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.tip img {
    border-radius: 1rem;
}

.tip h2.as-h4 {
    margin: 1.5rem 0;
}

.tips-wrapper h1 {
    text-align: center;
    margin: 0 0 2rem;
}


@media only screen and (min-width: 768px) {

    .tips-wrapper {
        padding: 5rem;
        width: calc(100% - 10rem);
        max-width: 1280px;
        margin: auto;
    }

    .tips-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5rem 10rem;
    }

    .tip {
        width: calc(50% - 5rem);
    }

    .tips-wrapper h1 {
        margin: 0 0 5rem;
    }
}

/* Home boost success banner */

.banner-wrapper.homeboost-banner {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 4rem);
    padding-bottom: 0;
}

.homeboost-banner h2.as-h1 {
    font-size: var(--text-h1-size);
    max-width: 94rem;
}

.homeboost-banner h2.as-h1 strong {
    color: var(--color-branding-primary)
}

span.coupon-code {
    font-weight: var(--font-weight-bold);
    color: var(--color-branding-primary);
}

.success-homeboost-subbox {
    margin-top: 3rem;
}

.success-homeboost-box a.cta {
    margin: 2rem 0;
}

.success-homeboost-subbox .icon svg {
    height: 3rem;
    fill: var(--color-branding-primary);
}

.success-homeboost-subbox ol {
    margin: 0;
    display: flex;
    list-style: none;
}

.success-homeboost-subbox ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.success-homeboost-subbox li {
    flex: 1 1 0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 20px;
}

.success-homeboost-subbox .li-inner {
    display: flex;
    gap: 2rem;
}

.success-homeboost-subbox .copy{
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.success-homeboost-box .button-wrapper {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.success-homeboost-subbox li {
    border-bottom: 1px solid #d9d9d9;  /* divider */
}

.banner-wrapper.top.success {
    padding-bottom: 0;
}

.success-homeboost-box h2.as-h1 {
    padding-top: 2rem;
}

.banner-exo-wrapper {
    background: #fff;
}

.success-homeboost-box {
    text-align: center;
}

@media only screen and (min-width: 768px) {

    .banner-wrapper.homeboost-banner {
        max-width: var(--width-content-max);
        padding-bottom: 5rem;
        border-bottom: unset;
    }

   .success-homeboost-subbox ol {
        display: flex;
        flex-direction: row;
    }

    .success-homeboost-subbox li + li{
        border-left: 1px solid #d9d9d9;  /* divider */
    }

    .success-homeboost-subbox li {
        border-bottom: unset;
    }

    .success-homeboost-subbox .li-inner {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .success-homeboost-box .button-wrapper {
        display: inline-block;
    }

    .success-homeboost-box h2.as-h1 {
        padding-top: 0;
        margin: auto;
    }

    .success-homeboost-subbox .copy{
        text-align: center;
    }

}

/* Cookie module */

.pr-cookie-modal div.modal-content {
    padding: 0;
}

