.ninetheme-selected-variations-terms-wrapper {
    display: none;
}

.ninetheme-selected-variations-terms {
    margin-bottom: 10px;
    padding: 10px 15px;
    background: var(--ninetheme-green);
    border-radius: 5px;
    color: var(--ninetheme-light);
    line-height: 1;
}

.ninetheme-selected-variations-terms > .selected-features {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
}
.ninetheme-selected-variations-terms .selected-value {
    color: var(--ninetheme-secondary);
}
.ninetheme-selected-variations-terms-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: var(--goldsmith-dark);
    margin-bottom: 10px;
    display: block;
}

.ninetheme-selected-variations-terms-wrapper .selected-features + .selected-features {
    margin-right: 10px;
}

.ninetheme-empty,
.ninetheme-terms + select:not(.ninetheme-select),
.ninetheme-term.ninetheme-disabled:before {
    display: none !important;
}

.ninetheme-term.ninetheme-disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.ninetheme-variations {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ninetheme-terms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.ninetheme-term {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.ninetheme-terms.ninetheme-type-button .ninetheme-term:after {
    border-radius: 3px;
    min-width: 20px;
    vertical-align: middle;
    line-height: 19px;
    min-height: 20px;
    text-align: center;
    background: var(--ninetheme-dark);
    color: #fff;
    font-size: 10px;
    content: attr(data-title);
    padding: 0px 8px;
}

.ninetheme-type-color .ninetheme-term-wrapper,
.ninetheme-product .ninetheme-term-wrapper {
    height: auto;
    width: auto;
    border-radius: 5px;
    padding: 2px;
    border: 1px solid var(--ninetheme-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ninetheme-type-color .ninetheme-term,
.ninetheme-product .ninetheme-term {
    min-height: 24px;
    min-width: 24px;
    border-radius: 5px;
}
.ninetheme-term.ninetheme-selected:before {
    content: '✓';
    min-height: 18px;
    min-width: 18px;
    border-radius: 100%;
    background-color: var(--ninetheme-success);
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ninetheme-type-image .ninetheme-term {
    height: 42px;
    width: 42px;
}

.ninetheme-type-image .ninetheme-term img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3px;
    padding: 2px;
}
.ninetheme-type-color .ninetheme-term {
    font-size: 0;
}

.ninetheme-type-button .ninetheme-term {
    font-size: 12px;
}

.ninetheme-product.row .ninetheme-variations {
    position: relative;
}

.ninetheme-product.row .ninetheme-variations-items .label {
    margin-right: 10px;
}
