#WCP-container{
    position: absolute;
    user-select: none;
    top: 183px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
}

.wcp-optionsPanel{
    position: relative;   
    display: flex;
    flex-direction: column;
}

.wcp-optionsWrapper{
    position: absolute;
    left: 5px;
    right: 2px;
    top: 50px;
    bottom: 0px;
}

.wcp-optionsContainer{
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.wcp-optionsTitle{
    padding: 0px 5px;
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
}

.wcp-textureOptions {
    max-height: 55%;
}
.wcp-colorOptions{
    height: 32%;
    max-height: 260px;
}

.wcp-colorOptions .wcp-optionsContainer{
    overflow: hidden !important;
}



