:root {
    --border-color: #e0e0e0;
}

#top-navbar {
    border-color: var(--border-color);
}

.home-banner-area {
    margin-bottom: 14px;
    border: none;
}

.alert.alert-info, .instructions.alert-info {
    background-color: #ffffff;
    border-color: #171b1c;
    color: #171b1c;
}

.prod-cat-item {

    border: 1px solid var(--border-color);

    .img-wrap {
        border-bottom: 1px solid var(--border-color);
    }

    .caption {
        padding-bottom: 0;

        h3 {
            font-size: 2rem;
        }
    }

    .prod-buttons {
        display: none;
    }
}



/*Category Page Desc*/
.pgp-home-notice {
    background: #f8eff8;
    padding: 36px;
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;

    .row {
        max-width: 960px;
        margin: 0 auto;
    }

    h1 {
        margin: 0 0 14px 0;
        color: #660066;
        padding: 0;
        font-weight: bold;
    }
}


.size-chart, .prod-measurements {
    font-size: 13px;


    thead th {
        background: #c2c2c2;
    }


    th {
        font-weight: bold;
        text-align: left;
        color: #121212;
        /*background: #C2C3BE;*/
    }


}

/*#login*/
.siteType_customer.pageType_login #loginPage {
    margin: 4rem;
}
.mooie-login-brand__label,
.brandhub-label {
margin-top: 4rem !important;}

#loginPage {
    .mooie-login-brand__logo {
        width: 100%;
        max-width: 420px !important;
    }
}


/*apparel*/
.custom-apparel-notice {
    border: solid 1px orange;
    padding: 1rem;
    margin: 2rem 0;
}


@media (min-width: 768px) {
    .site-logo-wrap {
        max-width: 420px;
    }
}
