table.props_list{}

.props_list tr:nth-child(2n+1) td {
    background: #f6f6f7;
}

.props_list tr:nth-child(2n) td {
    background: #fff;
}

.props_list tr td{
    padding: 8px 18px 9px;
    width:50%;
}

.goods-description-block .tabs-buttons .active {color:#f05252;border-bottom: 0 none;border-top:2px solid #f05252 !important;}
.goods-description-block .tabs .tab {display: none;}
.goods-description-block .tabs .tab.active {display: block;}

.dotted-cell::after{
    position: absolute;
    content: '';
    width: 100%;
    bottom: 9px;
    border-bottom: 1px dotted #9e9e9e;
    left: 18px;
    z-index: -1;
}

/*********************************PAGINATION****************************************/
.pagination{margin:20px 0;}
.pagination ul{display:flex;justify-content: center;}
.pagination ul li{list-style: none;margin: 0 5px;}
.pagination ul li a{display: block;border:1px solid #ccc;width:30px;height:30px;color:#333;text-align: center;line-height: 27px;}
.pagination ul li a.active{background: #ef4444;color:#fff;}


.sezon li.active, .shipy li.active{background:#006ecd;color:#fff;}
.sezon li, .shipy li{color:#006ecd;background:#fff;border:1px solid #006ecd;}

.model-description a{color:#006ecd;text-decoration:underline;}