[x-cloak] { display: none !important; }
div.pagination .btn {
    width: 40px;
}

.single-filter-box {
    position: relative;
}

div.single-filter-box div.filterbox-body form button.rts-btn,
div.single-filter-box div.filterbox-body div.category-wrapper > button.rts-btn.clear{
    position: absolute;
    top: 24px;
    right: 18px;
    border-radius: 50%;
    padding: 0;
    max-width: unset;
    width: 32px;
    height: 32px;
}

div.steps {
    display: flex;
    align-items: center;
}

div.steps div.step {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}


div.steps div.step span:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-body);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

div.steps div.step.active > span:first-child {
    background-color: var(--color-primary);
}
div.steps div.step.active {
    font-weight: 600;
}

div.summary .summary-info,
div.summary .summary-info span {
    padding-bottom: .45rem;

}

button.category-btn {
    border-left: 1.6px solid #390037;
    background-color: transparent;
    color: #390037;
    transition: all .2s ease-in;
    /* border-radius: 4px; */
}

button.category-btn:hover {
    background-color: #390037d4;
}
button.category-btn.active {
    /* border: 1px solid #390037; */
    background-color: #390037;
    
}   
button.category-btn:hover,
button.category-btn.active {
    color: white;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}