.productParam .avail { overflow: hidden; }
.badge.mod-top:hover {
    background: red;
    color: #fff;
}
.badge.mod-top {
    color: #fff;
    background-color: red;
    border-color: red;
    font-family: 'DaxlinePro-ExtraBold';
    text-transform: uppercase;
    border: 0;
    padding: 5px 14px 3px;
}

#ctl00_MasterPageModal {
    display: none!important;
}

.page-description-text .info .sklad {font-weight:bold;}

.new-badge {
    position: absolute;
    left: 0;
    top: -20px;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    user-select: none;
    line-height: 2.3;
}
.new-badge .mod-action {
    font-family: 'DaxlinePro-ExtraBold';
    background: #d71920;
    text-transform: uppercase;
    border: 0;
    padding: 5px 5px 3px;
    border-radius: 3px;
    margin-right: 6px;
}
.new-badge .mod-action.red {
    color: #fff;
    background-color: #d71920;
}
.new-badge .mod-action.blue {
    color: #fff;
    background-color: #337ab7;
}
.new-badge .mod-action.green {
    color: #fff;
    background-color: #5cb85c;
}
.table-detail-info {width:100%;margin-top:10px;}
.table-detail-info tr {border:1px solid #B6A48E;}
.table-detail-info td {padding:5px 10px 2px 10px;}
.table-detail-info td.left {text-align:left;}
.table-detail-info td.right {text-align:right;}

.product-list-availability {color:#7fb539 !important;}