/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.prd_weight{
    padding: 10px 0;
    font-weight: bold;
}
.vpc-weight-container{
    height: 50px;
    color: #0099cc;
    font-weight: bold;
    text-align: right;
    font-size: 30px;
}

.vpc-component-header {
    color: #000;
}
.vpc-group-name {
    color: #000 !important;
    font-size: 14px;
}

.vpc-options label.custom:before {
    content: "";
    display: inline-block;
    width: 45px !important;
    height: 45px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#vpc-components {
    margin-top: 5px!important;
}

.vpc-options label.custom:before {
    content: "";
    display: inline-block;
    width: 64px !important;
    height: 64px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
