/*@import "https://plum.mooie.me/styles/main-global.css";*/
/*@import "main-global.css";*/

html, body {
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

#home-banner {
    border: none;
    text-align: center;

    img {
        max-width: 100%;
    }
}

.prod-cat-item {
    border: unset;

    .img-wrap {
        border: unset;
        background-color: unset;
    }
}

.delivery-notice {
    font-weight: bold;
}

.size-chart, .prod-measurements {
    margin: 30px 0;

    table {
        font-size: 13px;
        text-align: left;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 30px;
    }

    tr {
        border-bottom: solid 1px #aaaaaa;
        transition-duration: 1s;
    }

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

    caption {
        text-align: left;
        font-size: 16px;
        padding: 6px;
        color: #ffffff;
        background: linear-gradient(10deg, #252525, #787878);
        /*border: solid 1px #102426;*/
    }

    .label {
        color: #121212;
        font-weight: bold;
    }

    th, td {
        padding: 2px 5px;
    }

    tr:nth-of-type(even) {
        background: #eaeaea;
    }

    tr:nth-of-type(odd) {
        background: #f5f5f5;
    }

    tr:hover {
        background: lightgoldenrodyellow;
        transition-duration: 1s;
    }

    .custom-for-you {
        font-weight: bold;
        color: #323232;
    }
}

.pgp-alert {
    color: #545454;
    font-size: 1.75rem;
    padding: 18px;
    margin: 15px 0 25px;
    background: #f6f1ea;
    border-radius: 8px;

}

.item-notice-bar {
    background-color: #c73737;
    color: #ffffff;
    font-size: 2rem;
    padding: 1.75rem;
    margin: 1rem 0;
}

.footer {
    margin-top: auto;
    border: none;
    padding-bottom: 80px;
}

.footer-bottom {
    border: none;
    padding: 0;
    margin: 0;
}

#pgp-trigger {
    display: none;
}

/*login page*/
.siteType_customer.pageType_login #loginPage {
    margin: 0;
}

#loginPage {
    background: none;

    legend,
    .pageTitle {
        display: none !important;
    }

    .loginForm {
        margin-inline: auto;
        margin-top: 25px;
        padding: 0;
        border: none;
    }

    .instructions {
        background-color: unset;
        border: unset;
        border-radius: unset;
        text-align: center;
    }

    .login-support {
        text-align: center;
        color: #545454;

        h1 {
            font-weight: bold;
            margin-bottom: 2rem;
            font-size: 3rem;
        }

        p {
            font-size: 2rem;
        }
    }

    .brandhub-label {
        display: block;
        text-transform: uppercase;
        letter-spacing: 8px;
        color: #545454;
        font-size: 2rem;
        margin-top: 2.5rem;
    }

    .brandhub-label:before,
    .brandhub-label:after {
        content: "-";
    }
}

.pageTitle {
    text-align: center;
}
.bulk-discount {
    font-size: 2.25rem;
    text-align: center;
}