.cp-container {
    width: auto;
    position: relative;
    box-sizing: border-box;
}

.cp-container .cp-transparency,
.cp-container .cp-swatches li {
 
}

.cp-container .cp-slider,
.cp-container .cp-preview {
    width: auto;
    height: 26px;
    border: 1px solid #dadada;
    margin: 0 4px;
    margin-bottom: 5pt;
    position: relative;
}

.cp-container .cp-slider {
    cursor: ew-resize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cp-container .cp-preview {
    height: 39px;
}

.cp-container .cp-slider span,
.cp-container .cp-preview input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: sans-serif;
    line-height: 26px;
    font-size: 14px;
}

.cp-container .cp-preview input {
    line-height: 39px;
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
}

.cp-container .cp-marker {
    position: absolute;
    display: block;
    width: 11px;
    height: 10px;
    margin-left: -5px;
    top: -2px;
    
}

.cp-container.cp-unconvertible-cie-color .cp-slider.cp-cielightness .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciechroma .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciehue .cp-marker {
   
}

.cp-container.cp-popup {
    display: none;
    width: 370px;
    position: absolute;
    margin-top: 0px;
    padding: 10px 5px 5px 5px;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.47);
    z-index: 2147483647;
}

.cp-container .cp-swatches ul {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cp-container .cp-swatches li {
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin: 5px;
    border: 1px solid #888;
    cursor: pointer;
}

.cp-container .cp-swatches li.actual {
    border-color: #000;
    box-shadow: 0 0 3px 1px rgb(250, 128, 0);
}

.cp-container .cp-swatches li span {
    display: block;
    width: 100%;
    height: 100%;
}

.cp-container .cp-swatches button {
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: default;
}

.cp-container .cp-swatches button:enabled {
    cursor: pointer;
}

.cp-container .cp-swatches button:active:enabled {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cp-container .cp-swatches button.add {
   
}

.cp-container .cp-swatches button.remove {
   
}

.cp-container .cp-swatches button.reset {
    
}

.cp-container button:disabled {
    opacity: 0.27;
}
