.prodslSize li {
    display: inline-block;
    line-height: 36px;
    margin: 0 15px 10px 0;
    position: relative;
}

.prodslSize li a {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    min-width: auto;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    padding: 0 15px;
}

.prodslSize li a.proActive, .prodsizeAct {
    background: #323232;
    color: #fff;
    border: 1px solid #323232;
}


.prdnotszavl {
    color: #dfdfdf;
    cursor: default !important;
}

.prdnotszavl::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #dfdfdf;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.prodslSize li span {
    position: absolute;
    bottom: -8px;
    left: 5px;
    width: 80%;
    background: #f8c9c8;
    height: 15px;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    font-family: 'Lato',sans-serif;
    border-radius: 2px;
}