.size_colum
{    background: #ca1515;
    color: #fff !important;
    padding: 3px 15px;
    border-radius: 30px;
    margin: 5px 8px;
}

.size_colum:hover
{    background: #ffffff;
    border: 1px solid#ca1515;
    color: #ca1515!important;

}


.size_colum:focus
{    background: #ffffff;
    border: 1px solid#ca1515;
    color: #ca1515!important;

}



.product__details__widget ul li .color__checkbox label .checkmark{
    border: 1px solid#000;
    border-radius: 30px;
    width: 40px;
    margin: 0px 8px;
    margin-top: 15px;
}

.product__details__widget ul li .color__checkbox label
{
    margin-right: 50px;
}



.actives {
    background: blue;
  }
