.farbfilter_td label {
	font-weight:normal;
	margin-right:20px;
}
.farbfilter_td label:last-child {
	margin-right:0px;
}
.farbfilter_td input {
	vertical-align:middle;
}
.farbfilter_td .colorRGB {
	width:25px;
	height:25px;
	display:inline-block;
	vertical-align:middle;
}

.div_table-cell > .rabatt-price-div {
    height: 60px !important;
    width: 60px !important;
}

.prozent {
	color: black;
}

.filterReset {
	color: #e30613;
}

.shopping-cart {
    background:  #e30613;
    color: #feec38;
    transition: 300ms;
}
.shopping-cart:hover {
    background: #feec38;
    color: #e30613;
}

.shopping-cart {
    font-size: 20px;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #e30613;
  display: block;
  text-decoration:none;
}

.product-info-price .price-box .minimal-price-link{
	padding: 0 10px;
	text-align: right;
}



.price-box .minimal-price-link .label {
  color: #a0a0a0;
}
.price-box .minimal-price-link .price-label {
  color: #e30613;
}

.price-info .price-box {
	width:200px;
	margin-left:auto!important;
}


.steiner-grouped-table{
	margin-bottom: 20px;
}
.steiner-grouped-table table{
	 border: 1px solid silver !important;
}
.steiner-grouped-table td{
	 border: 1px solid silver !important;
}
.steiner-grouped-table th{
	 border: 1px solid silver !important;
	 background-color: #e30613;
	  color:white;
}
.steiner-grouped-table th a{
	 color:white;
}

/*.steiner-grouped-table .price-box .shipping-cost-details{
	// white-space: nowrap;
}*/

.steiner-grouped-table .price-box .tax-details{
	font-size:11px;
}

#super-product-table{
	width: 100%;
    overflow-x: scroll;
	 overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.div_table{
	border: 1px solid silver;
    display: table;
    width: 99.9%;
}
.div_table-row{
	 border: 1px solid silver;
    display: table-row;
}
.div_thead {
    background: #eee none repeat scroll 0 0;
    font-weight: bold;
	padding: 15px !important;
}
.div_table-cell {
    border: 1px solid #ccc;
    display: table-cell;
    padding: 5px;
	vertical-align: middle;
}

.filtered {
	display:none!important;
}
#no_filter_result {
	display:none;
	text-align:center;
	padding:10px;
	border:solid silver 1px;
	border-top:none;
}

#filter_div {
	border: solid 1px silver;
	padding: 20px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#filter_div select {
	padding: 0px 3px;
}

#filter_div table td {
	padding-bottom:3px;
}

/*@media only screen and (max-width: 1080px) {*/
	@media only screen and (max-width: 1190px) {
	.div_table {
		border: medium none;
	}
	.div_table-row {
		border: 1px solid silver;
		display: block;
		padding-top:15px;
	}
	.div_table-row {
		margin-bottom: 20px;
	}
	.div_table-cell {
		border: 0px solid silver;
		display: block;
		overflow: hidden;
		padding: 5px 15px;
	}
	.div_table-cell:before {
	  content:attr(data-label);
	  font-weight:bold;
	}
	.div_table-row_head {
		display:none;
	}
	#no_filter_result {
		border-top:solid silver 1px;
	}

	/*Wurde für related.phtml geändert*/
	.div_table-cell.div_table-cell2 {
		padding-bottom: 30px !important;
	}
	
	.div_table-cell1 {
		width: 25% !important;
		float: left;
	}
	
	.div_table-cell3 {
		width: 225px !important;
		float: left;
	}
	
	.div_table-cell4 {
		/*overflow: unset !important;*/
	}
}

.steiner-grouped-table .rabatt-price-div {
	margin-top:5px;
}
.steiner-grouped-table .rabatt-price {
	background: #feec38 none repeat scroll 0 0;
    border: 0 solid #e30613;
    border-radius: 12px;
    color: black;
    /*height: 52px;*/
    line-height: 1.3;
    padding: 5px;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:10px;

}
.steiner-grouped-table .prozent {
	font-size:18px;
}
.steiner-grouped-table .rabatt-price .price-label{
	color: #e30613;
	line-height: 1;
	font-weight: bold;
}

.steiner-grouped-table .tax-details {
	float:left;
	clear:left;
}

.steiner-grouped-table .regular-price {
	padding:0px;
}

input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}
.versandboxclass {
  display: none;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 900px;
  transform: translate(-50%, -50%);
}


.versandboxclass {
  background: white;
  border: 3px solid silver;
  padding: 20px;
}

div.price-box:nth-child(6) > p:nth-child(1) {
  background-color: #f7f7f7;
}

.div_table-cell4 a:hover {
  color: white !important;
}