.product-section label{
    color: #000;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

.product-section .jcf-radio{
    visibility: hidden;
}

.color_picker {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.color_picker:after {
    display: none;
    position: absolute;
    bottom: -6px;
    left: -2px;
    right: -2px;
    z-index: 2;
    content: "";
    height: 1px;
    /* background: #000; */
}

.color_picker:hover:after {
    display: block;
}

.black {
    background: #000;
}

.gray {
    background: #4a494a;
}

.white {
    background: #fff;
}

.transparent {
    border: 1px solid #969696;
    box-sizing: content-box;
}

.price{
    text-align: center;
}

.jcf-label-active:after{
    content:'';
    display: inline-block;
    border-bottom: 1px solid #000;
}

.size_label.jcf-label-active{
    border-bottom: 1px solid #000;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input.num {
    border: none;
    width: 25px;
    background: transparent;
}