@font-face {
    font-family: 'Din 1451 Alt';
    src: url('../fonts/din1451alt.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Din 1451 Alt', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif !important;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing:subpixel-antialiased;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
    color: #000 !important;
}

h1.page-title {
    background-color: #000 !important;
}

.nav-tabs .nav-link.active {
    border-bottom: 0.188em solid #000;
}

.btn-primary {
    background-color: #000 !important;
    border-color: #000 !important;
}

.minicart .minicart-quantity {
    background-color: #888 !important;
}

.header-banner {
    display: none;
}
.slant-down {
    background-image: none !important;
}

.navbar-header > .logo-home > img {
    display: none !important;
}
h1.page-title::before {
    background-color: #000 !important;
}

.navbar-header > .logo-home {
    background-image: url('../img/sc-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.pull-left {
    display: none;
}

.btn-outline-primary {
    color: #000 !important;
    border-color: #000 !important;
}

.slant-down::after {
    border: none;
}

.pull-right > .search {
    display: none;
}

.home-email-signup {
    display: none !important;
}

.card-body .login-oauth,.registration .privacy-policy,.registration .custom-control {
    display: none;
}
