.mtn-color-picker {
     clear: both;
     border-top: 1px solid rgba(0,0,0,.1);
     padding-top: 10px;
}

.mtn-color-picker ol {
    display: block;
    margin: 0;
    padding: 0;
}

.mtn-color-picker li {
    display: inline-block;
    float:left;
    list-style-type: none;
    width: 24%;
    margin: 0 5px 5px 0;
}

@media (max-width: 600px) {
    .mtn-color-picker li {
        width: 100%;
    }
}

.mtn-color-picker li label {
    float: left;
    font-size: 10px;
    color: #666;
    font-weight: normal;
}


.mtn-color-picker .color-box {
    height: 30px;
  	box-shadow: 2px 2px 3px #E8E8E8;
}

.mtn-color-picker .out-of-stock {
    background-color: black;
    color: white;
    float:right;
    font-size: 16px;
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 12px;
}

.mtn-color-picker .quantity {
    float: right;
    height: 30px;
    padding-right: 5px;
}

.mtn-color-picker .quantity input {
    float: left;
    margin: 0 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 1px;
    border: 0;
    font-size: 12px;
    border-radius: 0;
    background: rgba(255,255,255,0.8);
}

.mtn-color-picker .btn-adjust-quantity {
    float: left;
    width: 30px;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    background: rgba(255,255,255,0.5);
    color: black;
    height: 30px;
    line-height: 30px;
}
.mtn-color-picker .btn-adjust-quantity:hover {
    background: rgba(255,255,255,0.8);
    color: black;
}


.mtn-color-picker input[type=text]::-webkit-inner-spin-button,
.mtn-color-picker input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.mtn-color-picker input[type=text] {
    -moz-appearance: textfield;
}
.mtn-color-picker .bottom-panel {
    padding: 10px 0 30px 0;
    text-align: center;
    clear: both;
}
.mtn-color-picker .add-to-cart-button {
    background-color: black; color: white;
}

.mtn-cart-color-indicator {
    width: 40px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
    border: solid 1px rgba(0,0,0,0.5);
    vertical-align: baseline;
}
