/* 2019-07-15 - Raktárkijelzés módosítása */
.page_artdet_1_pic{
    position: relative;
}
.page_artlist_pic{
    position: relative;
}
.stock_new_disp {
    display: inline-block;
    padding: 2px 8px;
    background: #fff;
    box-shadow: 0 0 5px 1px #888;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    z-index: 1;
}
.stock_new_icon{
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: top;
}
.stock_new_disp.on{
    color: #39cf0b;
}
.stock_new_disp.on .stock_new_icon{
    background-image: url(../image/ON_icon.png);
}
.stock_new_disp.off{
    color: #ea8f00;
}
.stock_new_disp.off .stock_new_icon{
    background-image: url(../image/OFF_icon.png);
}
.page_artlist_item_1 .stock_new_disp, .page_artlist_item_3 .stock_new_disp{
    bottom: 0;
    top: unset;
}
/* 2019-07-25 - Fejléc telefonszám */
#header_phone_html p{
    margin: 0 auto;
}
#header_phone_html a{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}