#cart a:last-child {
    display: none;
}

#errorTextFormOrdering {
    padding-top: 20px;
    font-weight: bold;
}

.hidden {
    display: none;
}

.old {
    color: #aaa;
    text-decoration: line-through;
}

.formCard .text {
    padding-top: 20px;
}

#formOrdering .order_results {
    font-weight: bold;
    color: #f00;
}
#formOrdering .input {
    position: relative;
}
#formOrdering .widget_button{
    position: absolute;
    right: 10px;
    line-height: 30px;
    text-decoration: underline;
    color: #df1d32;
    top: 0;
}

.preloadWidget{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 111;
    opacity: 0.5;
    background: #333 url("/images/ajax.gif") no-repeat center center;
}

#shopping_cart_table{
    display: block;
    overflow: auto;
}

#shopping_cart_table .not_available{
    position:relative;
}

#shopping_cart_table .not_available:before {
    content: 'Временно отсутствует';
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 10px;
    background-color: #df1d32;
    padding: 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
}

@media all and (max-width: 860px) {
    body #shopping_cart_table .not_available{padding-top: 20px;}
    body #shopping_cart_table .not_available:before{top:4px;}
}