

#sp-header {
    height: 110px;
    background: #01297f;
    position: relative;
    overflow: hidden;
}
    #sp-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    #sp-header .nav-item {
        padding: 30px 0px;
    }

    #sp-header .nav-link {
        color: #FFFFFF;
        text-transform: uppercase;
    }

#sp-top-center {
    text-align: center;
    padding: 15px 25px 35px 25px;
    background-image: url(/pflanze.png);
    background-position: center 80px;
    background-size: 100px;
    background-repeat: no-repeat;
}

#sp-sub-header {
    height: 90px;
    background: #FFFFFF;
    padding-top: 2px;
}
    #sp-sub-header .list-group-item {
        border: none;
        font-size: 8px;
        font-weight: bold;
        color: #012D7E;
        text-transform: uppercase;
        text-decoration: none !important;
        background: transparent;
        width: 98px;
        border: 1px solid #FFFF;
        margin: 0px;
    }
        #sp-sub-header .list-group-item.active .icon {
            background: #01297f;
            box-shadow: 0px 0px 10px rgba(1, 41, 127, 0.5);
        }
            #sp-sub-header .list-group-item.active .icon img {
                filter: brightness(0) invert(1);
            }
        #sp-sub-header .list-group-item .icon {
            border-radius: 50%;
            padding: 8px;
            display: inline-block;
            overflow: hidden;
            background: #D9EFFB;
        }
            #sp-sub-header .list-group-item .icon img {
                width: 40px;
                height: 40px;
            }

#sp-footer {
    background: #01297f;
    color: #FFFFFF;
}
    #sp-footer .menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #sp-footer a {
        color: #FFFFFF;
        text-decoration: none;
    }

.cart {
    position: relative;
    margin-right: 5px;
}
    .cart .cart-count {
        position: absolute;
        color: #01297f;
        background: #FFFFFF;
        width: 18px;
        height: 18px;
        border-radius: 9px;
        text-align: center;
        line-height: 18px;
        font-weight: bold;
        font-size: 12px;
        top: -2px;
        right: -4px;
    }

.pdp-image {
    background: #E8E8E9;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 25px #E8E8E9;
}
    .pdp-image img {
        width: 100%;
        height: auto;
    }

.pdp-images {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .pdp-images li {
        display: inline-block;
        background: #E8E8E9;
        border-radius: 5px;
    }

        .pdp-images li img {
            width: 160px;
            height: auto;
        }

.pdp-details {
    border-radius: 15px;
    border: 2px solid #E8E8E9;
}

.pdp-details-inner {
    padding: 15px 25px;
}

.pdp-cart {
    background: #EFF7FD;
    padding: 15px 25px;
}
    .pdp-cart .col-4 {
        text-align: right;
        color: #01297f;
    }
    .pdp-cart .variants {
        text-align: left;
    }
    .pdp-cart .price {
        color: #01297f;
        font-size: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0;
    }
    .pdp-cart .tax {
        color: #01297f;
        float: right;
    }