/********* webshop costs ************/
.costs h2 {
  background: #f8f8f8;
  margin: 15px 0;
  padding: 12px 0;
  border-radius: 4px;
  text-align: center;
}
.costs h3 {
  margin: 10px 0;
}
/********** ws costs ***********/
.wsCost .costBlockInner {
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
}
.wsCost .costBlockInner .wsCostPriceContainer {
  display: inline-block;
  width: 100%;
}
.wsCost .costBlockInner .wsCostText {
  float: left;
  margin-right: 16px;
  min-width: 130px;
}
.wsCost .costBlockInner .wsCostPrice {
  min-width: 110px;
  min-height: 10px;
  font-weight: bold;
  text-align: right;
  float: right;
}
.wsCost .costBlockInner .wsCostWeight {
  float: left;
}
.costBlock h3 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}
.costBlockInner .wsCostText.area {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 16px;
}
.costBlockInner .wsCostText.area .zipCode {
  font-weight: normal;
  font-size: 0.9em;
}
.wsCoststreet {
  text-align: justify;
  margin: 20px 0;
}
/*.costMessage{
	float:left;
	padding-right:8px;
	margin-bottom:12px;
}*/
.costBlock .toggleDiv {
  float: right;
  line-height: 30px;
  font-weight: bold;
}
.costBlock .toggleDiv i {
  font-size: 24px;
  margin-left: 6px;
  vertical-align: middle;
}
.bankDetails {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.bankDetails h3 {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.bankDetails .grid2 {
  grid-template-columns: 1fr 2fr;
}
.bankDetails .dataItem {
  font-weight: bold;
}
@media (min-width: 576px) {
  .bankDetails .dataRow {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .bankDetails .grid2 {
    grid-template-columns: 100%;
    grid-template-areas: "item1" "item2";
    margin-bottom: 16px;
  }
}
