.variations label{
    text-transform: capitalize;
}
.vdb_rb_vid_cert_wrapper {
display: none;
}
.choose-setting-middle-section.vdb_rb_variation_loading::before{
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
}


.choose-setting-middle-section.vdb_rb_variation_loading:after{
content:"";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0000005e;
display: block;
z-index: 9;
}

.variation-loader.d-none {
    display: none;
}