﻿/*********************************************************
/* Fonts
*********************************************************/

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

footer {
    margin-bottom: 65px;
    padding-bottom: 20px;
}

.bg-dark {
    background-color: #1B3444 !important;
}

.card-body .bc-product-buttons .bc-button-group a i{
    top: 2px !important;
} 


.product-quantity .bc-product-buttons .bc-button-group a i {
    top: 8px !important;
}


.card-img-top {
    border: 1px solid #ceccce !important;
}


#SectionProductsBody, #checkoutbody {
    background: #fff;
    padding-top: 10px !important;
}

    #checkoutbody {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #GreatRow {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

#MenuItemCart {
    color: #fff;
    height: 62px;
    width: 62px;
    padding: 18px 5px 20px 5px !important;
}

.shopping-cart-icon {
    font-size: 20px;
}

#UpdatePanel2 .bc-btn {
    display: inline-block;
    margin: 0 auto;
    width: 230px;
}

#bc-datenschutz-agb div label a {
    border-bottom: solid 2px;
    border-color: #1B3444;
    color: #1B3444;
    text-decoration: none;
}

#bc-main-content {
    background: #ccdae3 !important;
}

#bc-menu {
    background: #fff;
    color: #fff;
    font-weight: 500;
    height: 47px;
}

#scolltotopbutton {
    background-color: #303133 !important;
    border-color: #303133 !important;
    border-radius: 2px;
    bottom: 80px;
    color: #fff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    width: 30px;
    z-index: 1000;
}

    #scolltotopbutton.show {
        opacity: 1;
        visibility: visible;
    }

    #scolltotopbutton::after {
        color: #fff;
        content: "keyboard_arrow_up";
        font-family: "Material Icons";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    #scolltotopbutton:hover {
        cursor: pointer;
    }

#shoppingcart-bottom {
    margin-top: 40px;
}

.CardSubTitle {
    font-size: 14px;
    font-weight: 400 !important;
}

.CheckoutMainText {
    font-family: 'IBM Plex Sans';
    font-size: 14px;
}

.CheckoutTitleAddress {
    color: #505050;
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    font-weight: 600 !important;
}

.ProductLeft {
}

.product .product-image img {
    border: 1px solid #ceccce !important;
}

    .ProductLeft > img:hover {
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        -webkit-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.active_step {
    background: rgba(208, 2, 27, 0.75) !important;
    text-decoration: none;
    box-shadow: 0px 3px 10px #0000004D;
}

    .active_step a {
        color: #fff !important;
    }

.add-to-cart__qty {
    border-right: 1px solid #acaba9;
    color: #302e2a;
    display: inline-block;
    float: left;
    height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 40px;
}

.add-to-cart__submit, .add-to-cart__submit:hover {
    background-color: #bf1119 !important;
    border: solid 1px;
    border-color: #eaeaea;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 400;
    text-transform: none;
    background: #D5A75F 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000041;
    opacity: 1;
}

.art-postheader {
    background: none;
    border-bottom: 1px solid #ceccce !important;
    color: #505050;
    font-size: 15px !important;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: none;
}

.bc-background {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-color: #ccdae3 !important;
    background-size: cover;
    padding-bottom: 0px;
}

.bc-btn {
    color: #000;
}

.bc-button-group {
    border: 1px solid #acaba9;
    color: #302e2a;
    height: 40px;
}

    .bc-button-group a {
        background: #f7f7f7;
        color: #505050;
    }

        .bc-button-group a * {
            top: 5px;
        }

.bc-contactdata-form .form-control {
    border-color: #eaeaea;
    border-radius: 2px !important;
    border-style: solid;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.025);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    padding: 10px 15px !important;
}

    .bc-contactdata-form .form-control:focus {
        border-color: #C3964E;
    }

.bc-contactdata-form, table.dataTable {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
}

.bc-error, .form_validation_field.validation_failed {
    color: #790000 !important;
    float: left;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
}

.bc-langselection {
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
}

    .bc-langselection * {
        height: 50px;
        line-height: 20px;
        margin: 0 !important;
    }

.bc-main-article {
    background: white;
    max-width: 1080px !important;
}

.bc-main-article-row {
    background-color: #ccdae3;
}

.bc-main-article-text {
    font-size: 16px;
    line-height: 22px;
    color: #505050 !important;
}

.bc-main-article-title {
    color: #003043;
    font-family: 'IBM Plex Sans';
    font-size: 32px;
    font-weight: 300;
    height: 250px;
    line-height: 38px;
    margin: .67em 0;
}

.bc-max-site-width {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 !important;
}

.bc-menuitem-shopping-cart {
    background: #1B3444 !important;
    color: #fff !important;
    font-family: 'IBM Plex Sans';
    height: 65px;
    line-height: 30px !important;
}

.bc-product-buttons {
    margin: 0 auto;
    width: unset;
}

.bc-product-card {
    box-shadow: none;
    min-height: 600px !important;
}

.bc-product-input-value {
    border-right: none;
    width: 270px;
}

.bc-product-tabnav {
    background: #E5DBD5;
    padding-left: 0;
}

.bc-product-value {
    max-width: 270px !important;
}

.bc-promocode-wrapper {
    padding-left: 35px;
}

.bc-promocodedisplay, .product, .col-form.column-labels {
    font-family: 'IBM Plex Sans';
}

.bc-separatedelivery {
    font-family: 'IBM Plex Sans';
    font-size: 18px !important;
    font-weight: 100 !important;
}

.bc-tab-content {
    border: none;
    padding: 20px;
}

.bc-tooltip-card {
    padding-top: 12px;
}

.btn-delete-item {
    background-color: none;
}

    .btn-delete-item:hover {
        color: red;
    }

.btn-primary {
    background-color: #bf1119 !important;
    border: solid 1px;
    border-color: #eaeaea;
    border-radius: 2px;
    color: #fff !important;
    font-family: 'IBM Plex Sans' !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
}

    .btn-primary:hover {
        background-color: #bf1119 !important;
        border: solid 1px;
        border-color: #eaeaea;
        border-radius: 2px;
        color: #fff !important;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.64px;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        border-color: #eaeaea !important;
    }

.btn-secondary {
    background-color: #213e66 !important;
    border: 1px solid #e5e5e5 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

    .btn-secondary:hover {
        background: #213e66 !important;
        border: 1px solid #213e66 !important;
        color: #fff !important;
    }

.btnProductMinus, .btnProductPlus {
    font-size: 24px !important;
}

.btnPromoCodeSave {
    float: right;
}

.card-deck .card {
    box-shadow: none;
}

.card-header {
    background: #E5DBD5 !important;
    color: #000 !important;
    display: none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
}

.card-img-bottom {
    background-size: contain;
    color: #fff;
    height: 100%;
}

.card-text {
    color: #505050;
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 120px !important;
    text-align: center !important;
}

.card-title {
    color: #303133;
    font-family: 'IBM Plex Sans';
    font-size: 24px;
    font-weight: 400;
    text-align: center !important;
    text-transform: none !important;
}

.cart-icon {
    color: #515783 !important;
    float: left;
    font-size: 24px;
    margin-right: 7px;
}

.col-form-label {
    color: #000;
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

.column-labels {
    background: none;
    border-bottom: 1px solid #ceccce;
    color: #505050;
    font-weight: 600;
}

    .column-labels label {
        line-height: 30px;
    }

.filter_nav {
    padding-left: 0 !important;
}

    .filter_nav li {
        align-items: center;
        background-color: #cd5b33 !important;
        border-radius: 2px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'IBM Plex Sans';
        font-size: 13px;
        font-weight: 600;
        justify-content: center;
        list-style: none;
        margin-right: 12px;
        padding: 6px 18px;
        position: relative;
        top: -2px;
        transition: all .5s;
    }

.footerline {
    -moz-box-shadow: 0 -4px 3px rgba(50,50,50,.75);
    -webkit-box-shadow: 0 -4px 3px rgba(50,50,50,.75);
    background-color: #fff;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50px;
    border-top: 2px solid #fff;
    bottom: 0;
    box-shadow: 0 -5px 10px -5px #aaa;
    display: block;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    text-align: center;
}

.form-control {
    background: none;
    border-radius: 0;
    color: #505050;
    font-family: 'IBM Plex Sans';
}

    .form-control:focus {
        border: 1px solid #69CBFF;
        outline-color: #69CBFF !important;
    }

.has-dividers .start_animation {
    z-index: 1;
}

.header {
    max-width: 100%;
    padding: 0 15px;
}

.header .logo {
    height: inherit;
    width: inherit;
    background: #ccdae3 !important;
}

.header .logo img {
    background: rgba(208, 2, 27, 1);
    padding: 10px;
    max-width: 220px !important;
}

.iziModal {
    border-bottom: none !important;
}

    .iziModal * {
        margin: auto;
    }

    .iziModal .iziModal-header-title {
        color: #fff;
    }

.iziModal-header {
    background: #343a40 !important;
    box-shadow: none !important;
}

.iziToast, .iziModal, .iziModal .iziModal-header-title {
    font-family: 'IBM Plex Sans' !important;
}

.logo, .nav {
    background-color: #F5F5F5 !important;
}

.mainnav {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    padding-bottom: 30px;
    background: #ccdae3 !important;
}

    .mainnav > li:nth-child(even) {
        background: #d0021b;
    }

    .mainnav > li:nth-child(odd) {
        background: #d0021b;
    }

    .mainnav > li {
        color: #fff;
        font-family: 'IBM Plex Sans' Condensed;
        font-size: 22px;
        font-weight: 400;
        line-height: 60px;
        width: 204px;
        vertical-align: bottom;
        margin-right: -4px;
        letter-spacing: 0.44px;
    }

    .mainnav a {
        font-size: 18px;
        padding: 0px 5px 0;
		text-transform: uppercase;
    }

header nav {
    margin-top: 0 !important;
}

#nav-items {
    display: inline-grid;
}

.nav-fill .nav-item {
    background: #E5DBD5 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #e9ecf0 !important;
    background-color: inherit;
    border-bottom: none;
    border-radius: 0;
    color: inherit;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #1B3444;
}

.page-item.active .page-link {
    background-color: #b28f5f !important;
    border-color: #b28f5f !important;
    color: #fff !important;
}

.product-wrapper {
    border-bottom: 1px solid #ceccce;
}

    .product-wrapper * {
        color: #505050;
        font-size: 16px !important;
    }

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8 !important;
    padding-bottom: 35px;
}

.tbPromo {
    width: 250px !important;
}

.totals .totals-item .totals-value {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    width: 40%;
}

.totals .totals-item label {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    width: 60%;
}

::selection {
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-family: 'IBM Plex Sans' !important;
    font-size: 16px;
    margin-right: 5px;
}

    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
        background: #bf1119 !important;
    }

address {
    font-family: 'IBM Plex Sans' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

article.art-post.art-article {
    background: #fff;
    border: none;
    color: #000;
    margin-top: 0px;
}

#PackagingBox {
    border: none;
}

body {
    background-color: #ccdae3 !important;
    font-family: 'IBM Plex Sans';
    font-size: 100%;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none;
}

table.table-bordered.dataTable th div, table.table-bordered.dataTable th:last-child {
    font-family: 'IBM Plex Sans' !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

@media all and max-width 768px {
    .header .logo img {
        margin-top: 30px;
    }

    .product .product-image img {
        width: 60%;
    }

    .product-line-price {
        font-size: 15px;
    }

    .product-price {
        font-size: 14px;
    }

    .totals .totals-item .totals-value {
        text-align: center;
        width: 60% !important;
    }

    .totals .totals-item label {
        text-align: center;
        width: 40% !important;
    }
}

@media screen and max-width 850px {
    #tbPromoCode {
        display: inline-block;
        margin-left: 25px;
        min-width: 248px;
        width: 278px !important;
    }

    .btnPromoCodeSave {
        float: right;
        margin-right: 25px;
        margin-top: 10px;
    }
}


/*FOOTER*/
    footer a {
        color: #D0021B;
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }

        footer a:hover, footer a:focus {
            color: #D0021B;
            text-decoration: none;
            outline: none;
        }


    ::-moz-selection {
        background: #f30220;
        color: #fff;
    }

    ::selection {
        background: #f30220;
        color: #fff;
    }

    ::-moz-selection {
        background: #f30220;
        color: #fff;
    }

    .social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 4px;
        margin-bottom: 4px;
        text-align: center;
        color: inherit;
        font-size: 1rem;
        border-radius: 3px;
        opacity: 0.8;
        -webkit-transition: .4s ease-out;
        transition: .4s ease-out;
    }

        .social a:hover {
            opacity: 1;
        }

        .social a:last-child {
            margin-right: 0;
        }

        .social a.social-facebook:hover {
            color: #3b5998;
        }

        .social a.social-instagram:hover {
            color: #517fa4;
        }

    .social-brand a.social-facebook {
        color: #3b5998;
    }

    .social-brand a.social-instagram {
        color: #517fa4;
    }

    .text-white {
        color: rgba(255,255,255,0.85) !important;
    }

        .text-white a:not(.btn):not(.dropdown-item) {
            color: rgba(255,255,255,0.8);
        }

        .text-white p {
            color: rgba(255,255,255,0.85);
        }

    footer.footer p {
        margin: 0;
    }

        footer.footer p.hideInHeaderAndFooter {
            display: none;
        }
}