/* product item */
.shop-productschulen-item {
    position: relative;
    margin-bottom: 24px;
    z-index: 3;
}
.shop-productschulen-cat {
    position: absolute;
    top:10px;
    left:10px;
    color: #fff;
    font-family: 'Alata';
    font-size: 16px;
    line-height: 1;
    padding: 6px 20px 10px;
    border-radius: 4px;
    background-color: rgba(65,74,76,0.33);
    z-index: 3!important;
    transition: background-color .5s
}
.shop-productschulen-cat:hover {
    background-color: rgba(65,74,76,1);
    color:#fff;
}
.shop-productschulen-item-img {
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 14px 2px rgba(187, 187, 187, 0.1);
    margin-bottom:10px;
    position: relative;
}
.shop-productschulen-item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fecb05;
    opacity: 0;
    transition: opacity .5s;
}
.shop-productschulen-item-img:hover:after {
    opacity: 0.2;
}
.productschulen-item-firm a {
    color: #2d2d2d;
    font-family: 'Alata';
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 7px
}
.productschulen-item-title {
    color: #414a4c;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display:block;
    height:20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.productschulen-item-price {
    color: #414a4c;
    font-family: 'Alata';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    display:flex;
}
.productschulen-item-price del {
    order: 2;
    padding-left: 20px;
    color: #b3b3b3;
    font-family: "Open Sans";
    font-size: 16px;
}
.productschulen-item-price ins {
    color: #c31101;
    text-decoration: none;
}
