/* SINGLE PRODUCT */
#ncr-color-element-wrapper {

}

#ncr-color-element-wrapper #ncr-color-element-picker-wrapper {
    display: block;
    height: 30px;

    cursor: pointer;
}

#ncr-color-element-wrapper #ncr-color-element-picker-wrapper[data-bind-with] {
    display: none;
}

#ncr-color-element-wrapper #ncr-color-picker-wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#ncr-color-element-wrapper #ncr-color-element-label {
    display: block;
    float: left;

    line-height: 26px;
    font-weight: bold;
    font-size: 14px;

    margin-right: 10px;

    cursor: pointer;
}

#ncr-color-element-wrapper #ncr-color-element-swatch {
    float: left;

    display: table;
    height: 100%;
}

#ncr-color-element-wrapper #ncr-color-element-swatch > div {
    display: table-cell;
    vertical-align: middle;
}

#ncr-color-element-wrapper #ncr-color-element-result {
    margin-bottom: 15px;
}

#ncr-color-element-wrapper #ncr-color-element-result:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#ncr-color-element-wrapper #ncr-color-element-result #ncr-color-element-picker-error {
    color: red;
    font-weight: bold;
}

#ncr-color-element-wrapper #ncr-color-element-result #ncr-color-element-result-swatch {
    display: none;
    float: left;

    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.12);

    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);

    margin-top: -2px;
    margin-right: 5px;
}

#ncr-color-number-input {
    display: none;
}

#ncr-color-element-wrapper:after {

}

/* CART */
.ncr-cart-item-color-data {
    position: relative;
}

.ncr-cart-item-color-data > span {
    display: block;
}

.ncr-cart-item-color-data .ncr-cart-item-color-title {
    font-weight: bold;
}

.ncr-cart-item-color-data .ncr-cart-item-color-name {
    padding-right: 35px;
}

.ncr-cart-item-color-data .ncr-cart-item-color-collection {
    padding-right: 35px;

    opacity: 0.8;
}

.ncr-cart-item-color-data .ncr-cart-item-color-swatch {
    position: absolute;

    width: 24px;
    height: 24px;

    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.12);

    bottom: 5px;
    right: 0;

    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
}

/* ORDER */
.ncr-order-item-color-data {
    position: relative;
}

.ncr-order-item-color-data .ncr-order-item-color-swatch {
    position: absolute;
    display: inline-block;

    width: 76px;
    height: 12px;

    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.12);

    left: 3px;
    top: 4px;

    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
}