﻿.main-hero {
    position: relative;
    top: -100px;
    background-color: var(--main-brand-color);
    color: #fff;
    padding-top: 150px;
    z-index: 1;
}

    .main-hero > .container > .row {
        min-height: 410px;
    }

    .main-hero > .hero-image {
        height: 100%;
        position: absolute;
        width: 50%;
        top: 0;
        left: 50%;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-image: url('/assets/media/page_header_img.png');
    }

    .main-hero > .hero-smile {
        width: 100%;
        height: 500px;
        display: block;
        background: url('/assets/media/page_header_curve.png') center bottom no-repeat;
        position: absolute;
        bottom: -1px;
        left: 0;
        pointer-events: none;
        background-size: cover !important;
    }

    .main-hero > .container > .row > div {
        margin-top: -150px;
    }

[data-bs-theme=dark] .main-hero > .hero-smile {
    background: url('/assets/media/page_header_curve_dark.png') center bottom no-repeat;
}

.landing-header {
    position: relative;
    z-index: 999;
    background: transparent;
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 100%;
    margin-top: 5px;
}

    .info-icon.blue {
        background-color: rgba(85, 124, 191, 0.2);
    }

        .info-icon.blue > i {
            color: #557cbf;
        }

    .info-icon.gray {
        background-color: rgba(170, 170, 170, 0.2);
    }

        .info-icon.gray > i {
            color: #aaa;
        }

    .info-icon.purple {
        background-color: rgba(141, 85, 191, 0.2);
    }

        .info-icon.purple > i {
            color: #8d55bf;
        }

    .info-icon.green {
        background-color: rgba(87, 191, 85, 0.2);
    }

        .info-icon.green > i {
            color: #57bf55;
        }

    .info-icon > i {
        font-size: 18px;
        color: #fff;
        vertical-align: middle;
    }

.top {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 20;
    background-color: var(--main-brand-color);
    border-bottom: 1px solid #eee;
}

.menu-down > .menu-link > .menu-arrow {
    transform: rotate(90deg);
    margin-left: 10px;
}

.btn-white,
.btn-white-outline:hover {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: var(--main-brand-color) !important;
}

    .btn-white-outline,
    .btn-white:hover {
        background: transparent !important;
        color: #fff !important;
        border: 1px solid #fff !important;
    }

.badge-light-green {
    background-color: rgba(87, 191, 85, 0.1);
    color: #57bf55;
}

#kt_app_root .top .member-login-link {
    color: #fff;
    padding: 12px;
    border-radius: 12px;
}

    #kt_app_root .top .member-login-link:hover {
        text-decoration: underline !important;
    }

.authenticated-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

    .authenticated-list li::after {
        content: "|";
        color: #fff;
        ;
    }

    .authenticated-list li:last-child::after {
        content: "";
    }

body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item > .menu-link {
    color: var(--bs-text-white) !important;
}

    body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item > .menu-link:hover,
    body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item > .menu-link:active,
    body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item > .menu-link.active {
        color: var(--bs-primary) !important;
        background-color: var(--bs-white) !important;
    }

body:not([data-kt-sticky-landing-header=on]) .landing-header .menu .menu-sub {
    background-color: #ffffff !important;
}

body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item.menu-lg-down-accordion.active > .menu-link,
body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item.menu-lg-down-accordion.active > .menu-link:hover,
body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item.menu-lg-down-accordion.active > .menu-link:active,
body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item.menu-lg-down-accordion.show > .menu-link,
body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item.menu-lg-down-accordion.show > .menu-link:hover,
body:not([data-kt-sticky-landing-header=on]) .landing-header .menu > .menu-item.menu-lg-down-accordion.show > .menu-link:active {
    color: var(--bs-primary) !important;
    background-color: var(--bs-white) !important;
}

[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item.menu-lg-down-accordion.active > .menu-link,
[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item.menu-lg-down-accordion.active > .menu-link:hover,
[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item.menu-lg-down-accordion.active > .menu-link:active {
    color: var(--bs-primary) !important;
}

body:not([data-kt-sticky-landing-header=on]) .landing-header .menu .menu-sub .nav-line-tabs {
    border-bottom-color: #F1F1F4 !important;
}

.landing-header .menu .menu-sub .nav-line-tabs .nav-link {
    color: var(--bs-text-gray-600) !important;
    border-bottom: 3px solid transparent;
}

    .landing-header .menu .menu-sub .nav-line-tabs .nav-link.active {
        color: var(--bs-primary) !important;
        border-bottom-color: var(--bs-primary);
    }

    .landing-header .menu .menu-sub .nav-line-tabs .nav-link:hover {
        border-bottom-color: var(--bs-primary);
    }

body:not([data-kt-sticky-landing-header=on]) .landing-header .menu .menu-sub h4 {
    color: #1B1C22 !important;
}

:not([data-bs-theme="dark"]) .landing-header .menu-item > .menu-link,
body:not([data-kt-sticky-landing-header=on]) .landing-header .menu-item > .menu-link {
    color: var(--bs-text-gray-600) !important;
}

    body:not([data-kt-sticky-landing-header=on]) .landing-header .menu-item > .menu-link:hover,
    body:not([data-kt-sticky-landing-header=on]) .landing-header .menu-item > .menu-link:active {
        color: var(--bs-primary) !important;
        background-color: var(--bs-white) !important;
    }

body[data-kt-sticky-landing-header=on] .landing-header .menu-item > .menu-link:hover,
body[data-kt-sticky-landing-header=on] .landing-header .menu-item > .menu-link:active {
    background-color: transparent !important;
}

body[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item > .menu-link {
    color: var(--bs-text-dark) !important;
}

    body[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item > .menu-link:hover,
    body[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item > .menu-link.active {
        color: var(--bs-primary) !important;
    }

[data-bs-theme="dark"] body[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item > .menu-link {
    color: var(--bs-text-white) !important;
}

body[data-kt-sticky-landing-header=on] .landing-header .menu > .menu-item > .menu-link:hover {
    color: var(--bs-primary) !important;
}

body[data-kt-sticky-landing-header=on] .landing-header {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

#featured_products {
    border-bottom-left-radius: .92rem !important;
}

.product-container {
    overflow: hidden;
}

    .product-container > a {
        display: block;
        width: 100%;
        height: 85px;
        background-color: var(--bs-primary);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        cursor: pointer !important;
        font-size: 14px;
        /*box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);*/
    }

        .product-container > a:hover {
        }

        .product-container > a > div {
        }

        .product-container > a:first-child,
        .product-container > a:first-child > div {
            /*border-top-right-radius: .92rem !important;*/
        }

    .product-container:last-child > a {
        border-bottom-left-radius: .92rem !important;
    }

        .product-container:last-child > a > div {
            border-bottom-left-radius: .92rem !important;
            border-bottom: none;
        }

    .product-container > a > div > span {
        text-shadow: 0px 0px 10px #000, 0px 1px 2px #000;
        display: block;
    }

[data-bs-theme="dark"] body:not([data-kt-sticky-landing-header=on]) #products_menu_list > .border-top,
[data-bs-theme="dark"] body:not([data-kt-sticky-landing-header=on]) #products_menu_list > .border-bottom {
    border-color: #F1F1F4 !important;
}

[data-bs-theme="dark"] body:not([data-kt-sticky-landing-header=on]) #products_menu_list .products-list .separator {
    border-color: #DBDFE9;
}

@media (min-width: 992px) {
    .w-lg-1200px {
        width: 1200px !important;
    }
}

.menu-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: .92rem;
}

    .menu-loader > .spinner-border {
        width: 50px;
        height: 50px;
    }

#products_menu_list .product-item {
    cursor: pointer;
}

    #products_menu_list .product-item span:first-child {
        color: #1B1C22 !important;
    }

    #products_menu_list .product-item:hover span:first-child {
        color: var(--bs-primary) !important;
    }

[data-bs-theme="dark"] body[data-kt-sticky-landing-header=on] #products_menu_list .product-item span:first-child {
    color: #F5F5F5 !important;
}

[data-bs-theme="dark"] body[data-kt-sticky-landing-header=on] #products_menu_list .product-item:hover span:first-child {
    color: var(--bs-primary) !important;
}

.products-menu-icon {
    color: var(--bs-primary);
    fill: currentColor;
}

.product-details .nav-item > .nav-link.active {
    color: var(--bs-primary) !important;
}

.document-container:hover > .card-body > i,
.document-container:hover > .card-body > .document-label {
    color: var(--bs-primary) !important;
}

.text-kwikcomfort {
    color: #04ADEF !important;
}

.btn-kwikcomfort {
    color: #fff !important;
    background-color: #04ADEF !important;
}

    .btn-kwikcomfort:hover,
    .btn-kwikcomfort:focus,
    .btn-kwikcomfort:active {
        color: #fff !important;
        background-color: #0c8fc2 !important;
    }


.slider_container {
    position: relative;
}

    .slider_container [data-controls="prev"] {
        left: 0;
    }

    .slider_container [data-controls="next"] {
        right: 0;
    }

    .slider_container [data-controls="next"], .slider_container [data-controls="prev"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.btn > .icon-svg {
    color: var(--bs-text-muted);
    fill: currentColor;
}

.btn:hover > .icon-svg {
    color: var(--bs-primary);
    fill: currentColor;
}

.hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-rheem.svg');
    background-size: contain;
}

[data-bs-brand=rheem] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-rheem.svg');
    background-size: contain;
}

[data-bs-brand=ruud] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-ruud.svg');
    background-size: contain;
}

[data-bs-brand=friedrich] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-friedrich.svg');
    background-size: contain;
}

[data-bs-brand=intergas] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-intergas.svg');
    background-size: contain;
}

[data-bs-brand=nordyne] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-nordyne.svg');
    background-size: contain;
}

[data-bs-brand=mainline] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-mainline.svg');
    background-size: contain;
}

[data-bs-brand=weatherking] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-weatherking.svg');
    background-size: contain;
}

[data-bs-brand=surecomfort] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-surecomfort.svg');
    background-size: contain;
}

[data-bs-brand=russellbyrheem] .hero-warranty {
    background-image: url('/warrantyassets/media/warranty/hero-bg-russellbyrheem.svg');
    background-size: contain;
}

/*
.hero-warranty .hero-image {
    background-image: none;
}
*/

.btn-padding-default {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}

body:not([data-kt-sticky-landing-header=on]).no-hero .landing-header {
    background: var(--bs-primary);
    height: 75px;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

    body:not([data-kt-sticky-landing-header=on]).no-hero .landing-header > .container > .d-flex {
        position: relative;
        z-index: 5;
    }

    body:not([data-kt-sticky-landing-header=on]).no-hero .landing-header::before {
        content: "";
        position: absolute;
        background-color: transparent;
        bottom: -50px;
        height: 50px;
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 -20px 0 0 var(--bs-primary);
        z-index: 1;
    }
