.icontext {
    display: block;
    font-size: 12px;
    width: 70px;
    text-align: center;
}

.blitzanfrage {
float: right;
margin-top: -30px;
width: 300px;
font-size: 19px;
font-weight: bold;
}


img.mailanfrage {
    display: block;
}

img.merkliste {
    display: block;
}

img.detail {
    display: block;
}

.suchergicons {
	float: right;
	width: 70px;
	margin-top: 90px;
	margin-right: 40px;
}


.product-filter {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
}

.product-filter::after {
    content: '';
    display: block;
    clear: both;
}

.viererfilter {
    width: 33.3333%;
}

.product-filter-item {
    position: relative;
    display: block;
    float: left;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.product-filter-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 15px;
    border-bottom: 2px solid #333333;
    border-left: 2px solid #333333;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
}

.product-filter-item > span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-top: 7px solid #4A4A49;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.product-filter-item > span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.product-select {
    position: relative;
    padding: 5px 0;
    margin-bottom: 40px;
    display: none;
}


.product-filter-select {
    position: absolute;
    left: 5px;
    right: 5px;
    z-index: 100;
    min-width: 250px;
    max-height: 450px;
    overflow: auto;
    border: 2px solid #333333;
        border-top-color: rgb(176, 176, 175);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    background: #fff;
    display: none;
}


.product-filter-select-item {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 39px;
    white-space: nowrap;
    height: 39px;
    padding-left: 35px;
    padding-right: 30px;
    cursor: pointer;
}

.product-filter-select-item::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid #b0b0af;
    margin-top: -8px;
}

.product-filter-select-item > a {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    border-radius: 50%;
    overflow: hidden;
}



.product-filter-select-item.active::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%234A4A49' d='M1.63,7s3.53,2.56,4.09,5a18.3,18.3,0,0,1,7-9.37S7.91,4.84,5.63,9.09C5.63,9.09,4.94,8.25,1.63,7Z'/%3E%3C/svg%3E") no-repeat #ffffff;
}

.product-filter-select-item::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid #b0b0af;
    margin-top: -8px;
}


.product-select-item {
    position: relative;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 20px;
    padding-right: 25px;
    margin-right: 25px;
    cursor: pointer;
}

.product-select-item::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpolygon fill='%234A4A49' points='11.6 3.11 10.89 2.4 7 6.29 3.11 2.4 2.4 3.11 6.29 7 2.4 10.89 3.11 11.6 7 7.71 10.89 11.6 11.6 10.89 7.71 7 11.6 3.11'/%3E%3C/svg%3E");
}

.product-filter-select input {
    font-size: 15px;
    font-weight: 300;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}


.mailanfrage {
margin-left: 20px !important;
width: 35px !important;
}

.merkliste {
margin-left: 20px !important;
width: 35px !important;
}


.detail {
margin-left: 20px !important;
width: 35px !important;
}
