.TrimColor-GetHelp {
    font-size: 8px;
    font-family: "ＭＳ Ｐゴシック";
}

.Text_TrimOptionColor_Description,
.Text_ProductOptionColor_Description {
    font-size: 0.7em;
    /* font-family: "ＭＳ Ｐゴシック"; */
    margin-top: 5px;
}

.product_option_description {
}

#color-selector-label {
    display: block;
    padding-bottom: 4px;
}

.colorSelector {
    width: 250px;
    display: grid;
    grid-template-columns: 20px 20px 20px 20px 20px;
    grid-gap: 10px;
    row-gap: 0px;
    background-color: #fff;
    color: #444;
}

.select_FrameColor {
    min-width: 250px;
    margin-bottom: 30px;
}


.select_FrameColor_Desktop {
    display: none;
}

.select_FrameColor_Mobile {
    display: initial;
}


@media (min-width: 768px) {
    .select_FrameColor_Desktop {
        display: initial;
    }

    .select_FrameColor_Mobile {
        display: none;
    }
}

.cbtn {
    transform: scale(0.8);
    opacity: 0.8;
    filter: alpha(opacity=40);
    background-color: #444;
    color: #fff;
    border-radius: 1px;
    padding: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: transform .2s;
}

    .cbtn.selected {
        transform: scale(1.1);
        border: 1px double gre;
        opacity: 1;
        filter: alpha(opacity=0);
    }

    .cbtn:hover {
        transform: scale(1.1);
        opacity: 1;
        filter: alpha(opacity=30);
    }

.FrameColor-BLACK_GLOSS {
    background-image: url("/img/clrselbtnblack.png");
}

/*.FrameColor- {
            background-image: url("/img/clrselbtnflatblack.png");
        }*/

.FrameColor-BLACK_STAIN {
    background-image: url("/img/clrselbtnblackstain.png");
}

.FrameColor-PECAN {
    background-image: url("/img/clrselbtnpecan.png");
}

.FrameColor-BLUE {
    background-image: url("/img/clrselbtnblue.png");
}

.FrameColor-WHITE {
    background-image: url("/img/clrselbtnwhite2.png");
}

.FrameColor-YELLOW {
    background-image: url("/img/clrselbtnyellow.png");
}

.FrameColor-RED {
    background-image: url("/img/clrselbtnred.png");
}

.FrameColor-UNFINISHED {
    background-image: url("/img/clrselbtnmaple.png");
}

.FrameColor-NATURAL {
    background-image: url("/img/clrselbtnnatural.png");
}

.FrameColor-GREEN {
    background-image: url("/img/clrselbtngreen.png");
}

.Select_root--hidden {
    display: none;
}

/*.Text_ProductOptionStyle_Description {
    margin-bottom: 17px;
    margin-top: 4px;
    color: #52657a;
    padding-left: 15px;
    font-size: var(--body-medium);
    line-height: 1.5;
}*/
