/* Custom radio */

.cb-rt-ring {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 16px;
    margin: 2px;
    text-align: center;
}

.style-filter {
    display: none;
}

.cb-rt-ring:before {
    content: "";
    display: block;
    width: 100px;
    height: 50px;
    vertical-align: middle;
    color: #f3f3f3;
    text-align: center;
    background-position: center;
    background-size: cover;
}

input[type=checkbox]:checked+.cb-rt-ring {
    background-color: #6c3266;
    color: white;
}

.cb-rt-solitaire:before {
    background-image: url('../images/ringtypes/black/solitaire.png');
}

input[type=checkbox]:checked+.cb-rt-solitaire:before {
    background-image: url('../images/ringtypes/white/solitaire.png');
}

.cb-rt-sidestone:before {
    background-image: url('../images/ringtypes/black/sidestone.png');
}

input[type=checkbox]:checked+.cb-rt-sidestone:before {
    background-image: url('../images/ringtypes/white/sidestone.png');
}

.cb-rt-triad:before {
    background-image: url('../images/ringtypes/black/triad.png');
}

input[type=checkbox]:checked+.cb-rt-triad:before {
    background-image: url('../images/ringtypes/white/triad.png');
}

.cb-rt-halo:before {
    background-image: url('../images/ringtypes/black/halo.png');
}

input[type=checkbox]:checked+.cb-rt-halo:before {
    background-image: url('../images/ringtypes/white/halo.png');
}

.cb-rt-wedder:before {
    background-image: url('../images/ringtypes/black/wedder.png');
}

input[type=checkbox]:checked+.cb-rt-wedder:before {
    background-image: url('../images/ringtypes/white/wedder.png');
}

.cb-rt-plain:before {
    background-image: url('../images/ringtypes/black/plain.png');
}

input[type=checkbox]:checked+.cb-rt-plain:before {
    background-image: url('../images/ringtypes/white/plain.png');
}