/* HYFM! simple css variables */
:root {
  --main-bg-color: #58595b; /*dark gray*/
  --secondary-bg-color: #eef1f3; /*gray*/
  --main-brand-color: #58595b; /*green*/
  --secondary-brand-color: #ed2024; /*red*/
  --main-color: #ffffff; /*white*/
  --secondary-color: #58595b; /*dark-gray*/
  --secondary-bg-color-hover: #f2f2f2; /*light gray*/
  --primary-brand-color: #bf1e2e;
  --secondary-brand-color: #bf1e2e;
  --muted-brand-color: #6c757d;
  --hydrofarm-green: #0A642E;
  --hydrofarm-highlight: #f18b45; /* item in cart, disco callout */
  --hydrofarm-secondary-highlight: #c55002; /* low stock */
}

.customer-info-page .resource-sidebar-list .sub-cat-item {
    line-height: unset;
}

/* Home Page */

.home-page .h2, .home-page h2 {
    margin: unset;
}

.home-new-products-section, .home-featured-products-section {
    margin: unset;
}

.home-page section.home-guest-sign-up-block {
    background-color: rgb(238, 241, 243);
    margin-bottom: 25px;
    padding: 15px 0 15px 0;
}

    .home-page section.home-guest-sign-up-block h2 {
        color: rgb(50, 62, 72);
        text-align: center;
    }

    .home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block,
    .home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block img {
        padding: 20px;
        width: 50%;
        max-width: 800px;
    }

        .home-page section.home-guest-sign-up-block img.home-guest-sign-up-flex-block {
            object-fit: cover;
            object-position: center;
            display: block;
            max-height: 250px;
        }
.home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block p {
    font-size: 16px;
    line-height: 18px;
}

    .home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block-reverse {
        text-align: right;
    }

    @media screen and (max-width: 992px) {
        .home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block {
            width: 100%;
        }

        .home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block img {
            width: 100%;
        }

        .home-page section.home-guest-sign-up-block .home-guest-sign-up-flex-block-reverse {
            text-align: center;
        }
    }

.home-page .product-item {
    position: relative;
}

.home-page .my-account-block-wrapper {
    background: url("../../Images/HomeMyAccountAndNoticesBlock-Background.jpg");
}

.home-page .my-account-block-wrapper {
    padding: 40px 15% 40px 15%;
}

    .home-page .my-account-block-wrapper h3 {
        color: #58595b;
        font: 28px / 36px "Montserrat-Bold", Arial;
    }

    .home-page .my-account-block-wrapper li a {
        color: #58595b;
        font: 400 21px/33px "lato", Arial;
        font-weight: 700;
    }

        .home-page .my-account-block-wrapper li a:hover {
            text-decoration: underline;
        }

/* Flyers Page */
.cmspage-right .date-range {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Cart Page */
.cart-item .item-remove-wrapper .item-remove .far {
    line-height: 24px;
}