.nav > li > a, table.dataTable tbody td img {
    cursor: pointer !important;
}
table.dataTable tbody td {
  vertical-align: middle;
}

.summary {
    position: fixed;
    vertical-align: bottom;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff7cb;
    border-top: 1px solid #cacaca;
}

.summaryInner {
    width: 950px;
    padding: 10px 0;
    margin: auto;
    text-align: center;
}

.summaryInner .phone {
    display: inline-block;
    background: url(/img/7397.png) no-repeat;
    padding-left: 30px;
    line-height: 26px;
    font-size: 28px;
    font-family: 'Anton';
    margin-right: 20px;
}

.summaryInner .nett_price {
    font-size: 28px;
    font-family: 'Anton';
    color: #4f4f4f;
}

.button.add {
    background: #222222 url(./koszyk.gif) no-repeat;
    height: 36px;
    width: 36px;
    /* float: right; */
    padding: 0;
}

.button.remove {
    background: #d99400 url(./koszyk.gif) 0 -36px no-repeat;
    height: 36px;
    width: 36px;
    /* float: right; */
    padding: 0;
}

.button.add:hover {
    background-color: #d99400;
}

.summaryInner .button.add {
    float: none;
    display: inline-block;
    margin: 0 0 -6px 10px;
}