body .daterangepicker {
    transform: scale(1.333);
}

/*Alert Label*/
.alert.alert-warning.shipping-presets.s-alert.s-shipping-presets {
    background-color: #AEA99C;
    border-color: #AEA99C
}

.alert.alert-info.shipping-presets.s-alert.s-shipping-presets {
    background-color: #AEA99C;
    border-color: #AEA99C
}

.alert.alert-warning {
    background-color: #AEA99C;
    border-color: #AEA99C
}

.preset-label {
    color: #3C3C3B !important;
}

.preset-text {
    color: #3C3C3B !important;
}

.alert.alert-info {
    background-color: white;
    border-color: white;
    font-size: 1.3rem;
    color: rgba(60, 60, 59, 0.9)
}

/*Einkauf*/
.btn.btn-primary.increase-cart-item-quantity:active {
    background-color: #51544e;
}

.btn.btn-primary.increase-cart-item-quantity:focus {
    background-color: #51544e;
}

.btn.btn-primary.decrease-cart-item-quantity:active {
    background-color: #51544e;
}

.btn.btn-primary.decrease-cart-item-quantity:focus {
    background-color: #51544e;
}

.btn.btn-primary.btn-sm.ml-2.add-cart-item:active {
    background-color: #51544e;
}

.btn.btn-primary.btn-sm.ml-2.add-cart-item:focus {
    background-color: #51544e;
}

/*Knöpfe*/
.btn.btn-outline-secondary.btn-cancel:hover {
    background-color: rgba(112, 111, 111, 0.7);
}

.btn.btn-primary:hover {
    background-color: rgba(60, 60, 59, 0.9);
}

.btn.btn-primary.btn-sm.text-nowrap.mr-2:active {
    background-color: #51544e;
}

.btn.btn-primary.btn-sm.text-nowrap.mr-2:focus {
    background-color: #51544e;
}

.btn.btn-primary:active {
    background-color: #51544e;
}

.btn.btn-primary:focus {
    background-color: #51544e;
}


/*Schriftfarbe*/

h5 a {
    font-size: 1.6rem;
    color: rgba(60, 60, 59, 0.9);
}

h5 a:hover {
    color: #AEA99C;
}

a {
    color: #3C3C3B;
    font-size: 1.3rem;
}

.price-tag {
    color: rgba(60, 60, 59, 0.7);
}

.small {
    color: rgba(60, 60, 59, 0.7)
}

.preset-label {
    color: #3C3C3B;
}

.preset-text {
    color: #3C3C3B;
}

footer {
    background-color: #51544e;
    border-color: #51544e;
}

.btn-warning, .btn-warning:hover {
    color: white;
    background-color: #51544e;
    border-color: #51544e;
}

.checkout-process > .step .step-mark.step-active::after {
    background: #51544e;
}

/*Remove Filters*/
.filter-attribute[data-filter-attribute="brand"] {
    display: none !important;
}

.filter-attribute[data-filter-attribute="variety"] {
    display: none !important;
}

.filter-attribute[data-filter-attribute="container-type"] {
    display: none !important;
}

.filter-attribute[data-filter-attribute="container-size"] {
    display: none !important;
}