.products-table tbody tr td{
    cursor: pointer;
}
.products-table tbody tr td.nolink{
    cursor: default;
}
.section-description-block{
    line-height: 1.5;
}
.products-table{
    font-size: 11px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 22px;
    color: #4C4E4E;
}
.products-table a{
    text-decoration: none;
}

.quantity-wrapper{
    overflow: hidden;
    border:1px solid #cacaca;
    width: 80px;
    margin: 0 auto;
}
.quantity-wrapper span{
    display: block;
    background: #ebebeb;
    height: 22px;
    line-height: 22px;
    width: 19px;
    cursor: pointer;
    color: #4c4e4e;
    font-size: 18px;
    float: left;
    text-align: center;
}
.quantity-wrapper input{
    color: #333;
    display: block;
    height: 22px;
    background: #fff;
    float: left;
    width: 40px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    padding: 0;
    box-shadow: none;
}

.products-table input[type=text]:focus{
    outline: none;
}
.products-table input{
    vertical-align: top;
}
.products-table .add2cart{
    border: 1px solid #cacaca;
    /*background: #fff url('images/add2cart.png') center center no-repeat;*/
    width: 78px;
    height: 24px;
    cursor: pointer;
    display: block;
    background: #00A5B4;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin: 3px auto 0;
}
.products-table tr{
    vertical-align: top;
}
.products-table thead tr th{
    background: #cecece;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.products-table td, .cartTable tbody td{
    text-align: center;
    padding: 5px;
    background: #e2e2e2;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    font-size: 14px;
}
.products-table th{
    color:black;
    vertical-align: middle;
}

.products-table tbody tr:nth-child(even) td, .cartTable table > tbody > tr:nth-child(even) td {
    background: #f1f1f1;
}

.products-table tbody tr:hover td{
    background: #197b8a;
    color: #fff;
}
.products-table tbody tr:hover td a{
    color: #fff;
}
.products-table img{
    display: block;
    margin:0 auto;
    border:1px solid #cecece;
    border-radius: 1px;
}

.ipTabs{
    position: relative;
    clear: both;
    padding-bottom:40px;
}

.products-table{
    border-top: 1px solid #197b8a;
}

.count-from{
   min-width: 40px;
}
.nowrap{
    white-space: nowrap;
}
.sizes th{
    min-width: 20px;
}

.kns-form{
    width: 400px;
}

