#product .info .box-check {
    margin-bottom: 15px;
}

#product .info .colors .tit {
    margin-bottom: 4px;
}

#product .info .colors .check-radio-box, #product .info .colors .cor-txt {
    max-width: 100%;
}

#product .info .colors .check-radio-box .item-check {
    position: relative;
    display: inline-block;
    margin: 0 7px 10px 7px;
}

#product .info .colors .check-radio-box .item-check label {
    color: #FACB7C;
    width: 23px;
    height: 23px;
    border: 1px solid #707070;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    position: relative;
    background-color: #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#product .info .colors .check-radio-box .item-check .check-radio:not(:checked), #product .info .colors .check-radio-box .item-check .check-radio:checked {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

#product .info .colors .check-radio-box .item-check .check-radio:not(:checked) + label, #product .info .colors .check-radio-box .item-check .check-radio:checked + label {
    position: relative;
    cursor: pointer;
}

#product .info .colors .check-radio-box .item-check .check-radio:not(:checked) + label:before, #product .info .colors .check-radio-box .item-check .check-radio:checked + label:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #707070;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#product .info .colors .check-radio-box .item-check .check-radio:checked + label:before {
    opacity: 1;
}

#product .info .colors .check-radio-box .item-check.outstock .check-radio:not(:checked) + label, #product .info .colors .check-radio-box .item-check.outstock .check-radio:checked + label {
    cursor: not-allowed;
}

#product .info .colors .check-radio-box .item-check.outstock .check-radio:not(:checked) + label:before, #product .info .colors .check-radio-box .item-check.outstock .check-radio:checked + label:before {
    display: none;
}

#product .info .colors .check-radio-box .item-check.outstock .check-radio:not(:checked) + label:after, #product .info .colors .check-radio-box .item-check.outstock .check-radio:checked + label:after {
    content: 'x';
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    border-radius: 50%;
    padding-left: 1px;
    padding-bottom: 2px;
    background-color: #ef1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product .info .colors .color-txt {
    font-family: "open sans";
    letter-spacing: 1px;
    color: #707070;
    padding: 0 9px;
}

#product .info .sizes {
    margin-bottom: 0;
}

#product .info .sizes .check-radio-box .item-check {
    position: relative;
    display: inline-block;
    margin: 0 13px 8px 0;
}

#product .info .sizes .check-radio-box .item-check:first-child {
    margin-left: 0;
}

#product .info .sizes .check-radio-box .item-check label {
    color: #707070;
    min-width: 45px;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#product .info .sizes .check-radio-box .item-check .check-radio:not(:checked), #product .info .sizes .check-radio-box .item-check .check-radio:checked {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

#product .info .sizes .check-radio-box .item-check .check-radio:not(:checked) + label, #product .info .sizes .check-radio-box .item-check .check-radio:checked + label {
    position: relative;
    cursor: pointer;
}

#product .info .sizes .check-radio-box .item-check .check-radio:not(:checked) + label:before, #product .info .sizes .check-radio-box .item-check .check-radio:checked + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: #FACB7C;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#product .info .sizes .check-radio-box .item-check .check-radio:checked + label {
    border-color: #FACB7C;
    color: #2c2c2c;
}

#product .info .sizes .check-radio-box .item-check .check-radio:checked + label:before, #product .info .sizes .check-radio-box .item-check .check-radio:checked + label:after {
    opacity: 1;
}