.fa-check-square:before {
    color: green;
}


.home-page-hero h1 {
    margin-bottom: 0;
    text-shadow: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 5rem !important;
    font-weight: normal;
    line-height: 1.2;
}

.home-page-hero h2 {
    color: #FFFFFF;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
}

.home .content-container,
.home .container-fluid .container {
    padding: 0;
}

.home .container > .container {
    max-width: 1440px;
}

.home-page-hero.hero {
    background-image: url("https://static.canadadrugsdirect.com/20250919/cdd-hero.avif") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 5% !important;
    position: relative;
    padding: 4rem 2rem;
}

.home-page-hero h1 {
    margin-bottom: 0;
    text-shadow: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 5rem !important;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .home-page-hero h1 {
        font-size: 3.8rem !important;
    }
}

.home-page-hero h2 {
    color: #FFFFFF;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
}

.home-page-hero .col-md-12 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0;
    align-items: center;
}

.home-page-hero .prescription-search {
    padding-left: 0;
    width: 100%;
    max-width: 600px;
    margin-bottom: 2.5rem;
}

    .home-page-hero .prescription-search form {
        padding-left: 1rem;
        align-items: center;
    }

        .home-page-hero .prescription-search form button {
            position: static;
            display: flex;
            align-items: center;
        }

    .home-page-hero .prescription-search .glyphicon {
        position: static;
        margin-top: -4px;
        margin-right: 10px;
        display: block;
    }

.home-page-hero .product-carousel-wrapper {
    display: block;
    max-width: 1200px;
    width: 100%;
}

.home-page-hero .product-carousel-item {
    width: 100%;
    padding: 0 1rem;
}

    .home-page-hero .product-carousel-item .product-card {
        margin: 10px;
        width: 100%;
    }


.home-page-hero .product-link {
    background-color: var(--brand);
}

    .home-page-hero .product-link:hover {
        background-color: var(--brand-2);
        color: #FFFFFF;
    }

.top-reasons {
    padding: 2rem 1rem;
}

    .top-reasons h2 {
        text-align: center;
        color: #000000;
        margin-top: 0;
        margin-bottom: 2rem;
    }

@media screen and (max-width: 478px) {
    .top-reasons ul {
        column-count: 1 !important;        
    }
}

    .top-reasons ul {
        column-count: 2;
        list-style-type: none;
        padding-left: 0;
        max-width: 800px;
        margin: 0 auto;
    }

        .top-reasons ul li {
            margin-bottom: 1rem;
        }

            .top-reasons ul li i {
                margin-right: 0.5rem;
                color: var(--brand-2);
            }

.top-products {
    padding: 3rem 0;
    background-color: #f0efe9;
    margin-bottom: 3rem;
}

    .top-products h2 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 3rem;
        color: #000000;
    }

    .top-products .product-card-container {
        gap: 5px 2rem;
        align-items: center;
        justify-content: center;
    }

    .top-products .product-card {
        width: 100%;      
        box-shadow: none;
    }

.product-card {
    display: block !important;
}

.badges {
    margin-bottom: 0;
    padding-top: 0;
}

    .badges .badge-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .badges .badge-item .logo img {
            margin: 0;
        }

.home-content {
    margin-bottom: 3rem;
}

.homepage-bar table td:first-child, .homepage-bar-mobile table td:first-child {
    border-left: none;
}

.homepage-bar {
    border-bottom: none;
}

@media (min-width: 1500px) {
    .homepage-bar {
        padding: 0 20%;
    }
        .homepage-bar table {
            border-left: 1px solid white;
            border-right: 1px solid white;
        }
}

.home-text .home-content h1,
.home-text .home-content h2,
.home-text .home-content h3,
.carousel-inner h2,
.testimonials h2 {
    color: #333333;
}

.home-text .home-content h3 {
    margin-top: 0;
    margin-bottom: 2rem;
}

