.breadcrumb {
    list-style: none;
    margin: 0;
}

.storefront-breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb .breadcrumb-item:not(:first-child) a::before {
    display: none;
}

.breadcrumb-item.active {
    pointer-events: none;
}

.breadcrumb-item.active a {
    text-decoration: none;
}

.grizzly-page h1 {
    margin-top: 1rem;
}

.grizzly-page h2,
.grizzly-page h3 {
    margin-top: 0 !important;
}

.USPList-row {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
}

.USPList-item {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.USPList-item i {
    padding-right: .5rem;
    font-size: 1.2rem;
    color: #000;
}

.grizzly-page a:hover {
    text-decoration: underline !important;
    color: #000;
}

.site-header-cart {
    display: none !important;
}

.CTA {
    margin: 0 -2rem 1rem -2rem;
    padding: 1rem 2rem 2rem;
}

.CTA-header {
    color: #333333;
    font-size: 2em;
    line-height: 1.214;
    font-weight: 300;
}

.CTA-button a {
    background-color: #fff;
    text-decoration: none !important;
    padding: 1rem 2rem;
    /*margin-top: 2rem;*/
    display: inline-block;
    transition: all 0.4s ease-in-out;
    border: 1px solid #000;
}

.CTA-button a:hover {  
    text-decoration: none !important;
    color: #fff;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}

.grizzly-tekst {
    padding-top: 2rem;
}

.grizzly-image {
    padding: 2rem 0;
}

@media screen and (max-width: 575px) {
    .USPList-row {
        flex-direction: column;
    }    
}