/*radical mart*/
.variation-color {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.variation-color>span {
    width: 50%;
    height: 100%;
    display: inline-block;
}

.radicalmart-container.search .uk-input {
    border-radius: 20px;
    padding: 0 30px 0 12px;
    line-height: 30px;
    background: #f7f5f4;
    border: 0;
}

/*filter*/
.radicalmart-input-filter-price>div {
    position: relative;
}

.radicalmart-input-filter-price label {
    position: absolute;
    left: 10px;
}

.radicalmart-input-filter-price input {
    padding: 0 30px 0 35px;
}

.radicalmart-input-filter-price .price-cur {
    position: absolute;
    right: 10px;
}

/*auto*/
#table-full tbody th {
    background-color: #f2f5f8;
    font-weight: 700;
}

#table-full tbody td:first-child {
    background-color: #fbfbfb;
    font-weight: 700;
}

#table-full thead {
    position: sticky;
    inset-block-start: 0;
    background: #fbfbfb;

}

#table-full thead th {
    vertical-align: middle;
    font-weight: 700;
}

.uk-button-text,
.uk-button-small {
    text-transform: none;
    font-weight: 400;
}