/* 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;
}

/* -- 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);
}

.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 .left {
    align-self: center;
    padding: 3rem 1.5rem;
    text-align: center;
}

.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);
}


/* -- 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;
}

.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;
}


/* -- 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;
}