/* ------------------------------------------------------------------------ */
#cms-spec-panel > div + div {
    margin-top: 10px;
}
.cms-spec-group > div:first-child {
    margin: 5px 0;
    font-weight: 600;
}
#cms-spec-panel button {
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 4rem;
    border: 1px solid #999;
    border-radius: 4px;
    color: #999;
    text-align: center;
}
#cms-spec-panel button.active {
    color: white !important;
    border-color: #35b5c0;
    background-color: #35b5c0;
}
#cms-spec-panel button:disabled {
    border-color: lightgray;
    color: lightgray;
}
#cms-spec-panel button:hover {
    text-decoration: none;
}
#cms-spec-panel button img{
    width:60px;
}
/* ------------------------------------------------------------------------ */
#cms-spec-panel > div:not(.cms-spec-group) {
    margin: 5px 0;
    font-weight: 600;
}
#cms-spec-select {
    padding: 6px;
    border-radius: 4px;
}
/* ------------------------------------------------------------------------ */
#cms-amount-panel > div:first-child {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
#cms-amount-panel .cms-amount-value {
    border: 1px solid #999;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 156px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
}
#cms-amount-less {
    width: 36px;
    border: 0;
    border-right: 1px solid #999;
    line-height: 36px;
    display: block;
    text-align: center;
    background: none;
    cursor: pointer;
    outline: 0;
}
#cms-amount-more {
    width: 36px;
    border: 0;
    border-left: 1px solid #999;
    line-height: 36px;
    display: block;
    text-align: center;
    background: none;
    cursor: pointer;
    outline: 0;
}
#cms-amount-value {
    display: block;
    width: calc(100% - 72px);
    text-align: center;
    background: none;
    border-width: 0;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    outline: 0;
    padding: 0;
}
#cms-amount-value:disabled {
    color: lightgrey;
}
/* ------------------------------------------------------------------------ */