/* mini menu */
.falke_bf_minimenu{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* category list */
.falke_bf{
  font-size:.9em;
}
.falke_bf_cat{
  margin-bottom: 50px;
}
.falke_bf_cat_intro{
  background-color:#fff;
  padding:10px;
  border:1px solid #000;
}

/* products list */
.falke_bf_articles{
  list-style: none;
  margin: 5px -5px 0 -5px;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
}
.falke_bf_article{
  width: calc(33.33% - 10px);
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  margin:5px;

  position: relative;
  display: flex;
  flex-direction: column;
}
.falke_bf_article_heading{
  margin:.2em 0;
}
.falke_bf_article_no{
  font-size: .85em;
  margin:.2em 0;
}
@media all and (max-width:767px){
  .falke_bf_article{
    width: calc(50% - 10px);
  }
}
@media all and (max-width:299px){
  .falke_bf_article{
    width: calc(100% - 10px);
  }
}
.falke_bf_article_desc{
  flex-grow: 1;
}
.falke_bf_article_price{
  text-align: right;
}
.falke_bf_article_price_currency,
.falke_bf_article_price_amount{
  font-size: 1.4em;
}
.falke_bf_article_price_tax{
  display: block;
}
.falke_bf_notavailable{
  text-align: right;
  color: red;
}
.falke_bf_article_addtocart{
  display: flex;
  flex-wrap: wrap;
}
.falke_bf_article_addtocart_hint{
  width: 100%;
  font-size:.9em;
}
.falke_bf_article_addtocart > input{
  flex-grow: 1;
  width: 2em;
  border-radius: 3px;
  border: 1px solid #4F5F39;
  padding-left: 5px;
  padding-right: 5px;
}
.falke_bf_article_addtocart > a{
  background-color: #E0F1B5;
  color: #4F5F39;
  border:1px solid #4F5F39;
  border-radius: 3px;
  padding:5px;
  margin-left: 5px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.falke_bf_article_badge{
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 5px;
  border-radius: 3px;

  background-color: #E0F1B5;
  color: #4F5F39;
}

/* minicart */
.falke_bf_minicart{
  position: fixed;
  right:5px;
  top:200px;
  z-index: 999;

  background-color: #fff;
  border: 1px solid #000;
  padding:8px;
  text-decoration: none !important;
}
.falke_bf_minicart .dashicons{
  font-size: 1.8em;
  width: auto;
  height: auto;
}
.falke_bf_minicart.hasArticles::after{
  content:'';
  background-color: red;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
}
@media all and (max-height:449px){
  .falke_bf_minicart{
    top:100px;
  }
}

/* cart */
.falke_bf_cart{
  background-color: #fff;
  border:1px solid #000;
  padding: 10px;
  margin-bottom: 50px;
}
.falke_bf_shippingheading{
  font-size: 1em;
  font-weight: bold;
}
.falke_bf_cart select{
  width: 100%;
  margin-bottom: 40px;
}
.falke_bf_cart thead{
  background-color: #ccc;
}
.falke_bf_cart th,
.falke_bf_cart td{
  padding:5px;
}
.falke_bf_cart th{
  text-align: left;
}
.falke_bf_cart tbody:empty{
  content:'-';
}
.falke_bf_cart .priceCol{
  text-align: right;
}
.falke_bf_cart .priceCol .subtotalTax{
  display: block;
}
.falke_bf_cart_totalline{
  border-top:1px solid;
}
.falke_bf_cart_total{
  font-weight: bold;
}
.falke_bf_carttable_container{
  overflow: auto;
  max-width: 100%;
}
.falke_bf_carttable th,
.falke_bf_carttable td{
  min-width:100px;
}
.falke_bf_carttable th:first-child,
.falke_bf_carttable td:first-child{
  min-width:300px;
}

@media all and (max-width: 629px){
  .falke_bf_carttable.swipehint:not(.noMoreSwipehint){
    transform:translate(0px,0px);
    animation: falke_bf_swipe 2s infinite;
  }
}
@keyframes falke_bf_swipe {
	0% {
		transform:translate(0px,0px);
	}

	25% {
		transform:translate(25px,0px);
	}

  75% {
		transform:translate(-25px,0px);
	}

	100% {
		transform:translate(0px,0px);
	}
}

.falke_bf_proceedbutton{
  display: block;
  margin:5px 0;
  padding:5px;
  text-align: center;
  text-decoration: none !important;
  background-color: #E0F1B5;
  color: #4F5F39;
  border: 1px solid #4F5F39;
  border-radius: 3px;
}
.falke_bf_cart_hint{
  font-size: .9em;
}

/* checkout */
.falke_bf_checkout{
  background-color: #fff;
  border:1px solid #000;
  padding: 10px;
  margin-bottom: 50px;
}
.falke_bf_checkoutlabel_required{
  color: red;
  margin-left:.2em;
}
.falke_bf_checkoutfields{
  display: flex;
  flex-wrap: wrap;
  margin:0 -5px;
}
.falke_bf_checkoutfields label{
  display: flex;
  flex-direction: column;
  margin:5px 5px 15px 5px;
}
.falke_bf_checkoutfields label.falke_bf_hpfield{
  display: none;
}
.falke_bf_checkoutfields label input,
.falke_bf_checkoutfields label textarea{
  width: 100%;
  border:1px solid;
  border-radius: 3px;
  padding: 5px;
}
.falke_bf_checkout_disclaimer input[type="checkbox"]{
  margin-right:.5em;
}
.falke_bf_checkout .parsley-errors-list{
  list-style: none;
  padding:0;
  color: red;
}

.falke_bf_formfeedback:empty{
  display: none;
}
.falke_bf_formfeedback{
  padding:5px 10px;
  border:1px solid;
  border-radius: 3px;
}
.falke_bf_formfeedback.success{
  color: #4F5F39;
  border-color: #4F5F39;
}
.falke_bf_formfeedback.failure{
  color: red;
  border-color:red;
}
