.alert-warning {
    color: #212529;
    background-color: #ffbf00;
    border-color: #ffbf00;
box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
}
.alert-info {
    color: #f8f9fa;
    background-color: #1faa87;
    border-color: #1faa87;
box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
}
footer {
    background: #1faa87;
    border-top: 1px solid #1faa87;
    box-shadow: 0 -7px 7px 0 rgba(0,0,0,.15);
}
.s-container-name , .s-container-name a{
    font-size: 0.9rem;
color: black;
}
.s-filter-category , .s-filter-category a{
    color: #1faa87;
    font-size: 1.75rem;
}
.shop-info-heading , .shop-info-heading a{
    color: #1faa87
}
.font-weight-bold.s-product-name {
	font-size: 1.5rem;
}
.h4.d-none.d-sm-block.font-weight-bold.s-product-name {
    font-size: 1.5rem;
}
.card.mb-3.s-next-delivery {
    visibility: hidden;
}
.btn.btn-link.font-weight-bold {
	color: #1faa87;
	font-size: 1.7rem;
	font-weight: normal !important;
}
.s-product-description, h1, h2, h3, h4 {
	color: #1faa87 !important
}
.modal-title {
	font-size: 1.75rem !important;
	color: #1faa87 !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;
}
.s-product-name, .s-product-name a {
    color: #1faa87;
    font-size: 1.8rem;
    font-weight: 500!important;
}
.card-body.py-2 {
	text-align: center;
/*Slogan Mittig*/
}
body {
	background: #ffffff;
}
.card {
	box-shadow: 0 7px 8px 0 rgba(0,0,0,.14);
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.delivery-area-empty {
	visibility: hidden;
}
.delivery-area-empty::before {
	content: 'Lieferung & Abholorte:';
	visibility: visible;
}
.btn.btn-light.d-inline-block.ml-md-1.text-center.delivery-area-value {
	font-size: 0.7rem;
}
#checkout_single_shipping_method_type > div:nth-child(1) > label:nth-child(1)::before {
	content: 'SB-Kiosk Café Velcome ';
}
#checkout_single_shipping_method_type > div:nth-child(2) > label:nth-child(2)::after {
	content: ' (auch Abholort)'}
}
.s-main-column .s-item-container .s-product-quick-hints p {
	margin-bottom: 1.1rem;
}
.s-product-quick-hints {
	font-size: 0.9rem !important;
}
@media (max-width: 576px){
    :root{
      --s-columns-xs: 1; 
      --s-item-width-xs: calc((100vw * 12/12 - 30px ) / var(--s-columns-xs));
    }
}


