/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 * BBB CUSTOM/

/* Buttons Farbänderung  */
.btn-secondary {
    color: #fff;
    background-color: #ad1a18;
    border-color: #ecb531;
    box-shadow: none;
}


/* Button Cookies  */

.consent-btn-tertiary {
    background-color: #ad1a18;
    border-color: #ecb531;
    color: #f5f7fa;
}


/* Button Aufruf Cookie-Banner Farbänderung  */

.consent-btn-outline-primary {
    color: #ad1a18;
}


/* Schriftgröße Footer Head  */

#footer .productlist-filter-headline {
    border-bottom: 0 solid #ebebeb;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0;
}


/* Button "Nach oben" Pfeilfarbe  */

.smoothscroll-top {
    visibility: hidden;
    text-align: center;
    line-height: 44px;
    color: #ad1a18;
}

/*#header-top-bar {margin-bottom:0px;}
.dropdown-cart-items picture > img {max-width:50px;height:auto!important;}*/



@media (min-width: 992px) {
    .variation-wrapper {width:100%; float:left;}
    .variation-wrapper.js-slider-wrapper .js-btn-slider-btns {display:none;}
    .js-slider-wrapper .js-slider-items {display: block;}
    .js-slider-wrapper .js-slider-items .js-slider-item {float: left;}
    .swatches-image.active {border: 2px solid #ad1a18;}
}
