/*
 * This Software is the property of ESYON and is protected by copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license is a violation of the license agreement and will be prosecuted by civil and criminal law.
 *
 * @copyright      (C) ESYON GmbH
 * @since          Version 1.0
 * @author         Alexander Hirschfeld <Alexander.hirschfeld@esyon.de>
 * @link           http://www.esyon.de
 */

div.panel-picture.position-relative {
    position: relative;
}

div.panel-picture div.position-absolute {
    z-index: 99;
    position: absolute;
    line-height: 1;
}

div.cat-wrapper {
    display: table;
    width: 100%;
    padding: 0 20px 0 20px!important;
}

div.cat-header{
    display: table-cell;
    vertical-align: middle;
}

div.withDeepLink a {
    color:#333!important;
    text-decoration: none!important;
}

div.panel-picture p {
    margin-bottom: 5px;
}

div.saleHint:hover{
    cursor: default!important;
    background: #ee7203!important;
    border: 1px solid transparent!important;
}
