hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    width: 80%;
    border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

.dot_big {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid white;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.dot {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid white;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 12px;
}
.sizes {
    margin: 5px;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    border: .5px solid black;
    cursor: pointer;
    min-width: 60px;

}
.sizes_readonly {
    margin: 5px;
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    border: .5px solid black;
    min-width: 45px;

}