.rbt-search-with-category .search-field {
    width: 100%;
}
.rbt-card .rbt-card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -10px;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.rbt-minicart-wrapper .thumbnail a img {
    width: 120px;
    height: 80px;
    border-radius: var(--radius);
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}
.star-rating input[type="radio"]:checked ~ label,
.star-rating input[type="radio"]:hover ~ label,
.star-rating label:hover ~ label {
    color: #ffc107;
}
input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
    border-color: #ffc107;
}
/*.rbt-counterup {*/
/*    background: var(--color-white);*/
/*    box-shadow: var(--shadow-1);*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    padding: 10px;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/
/*.rbt-counterup .inner .rbt-round-icon {*/
/*    margin-bottom: 5px;*/
/*    position: relative;*/
/*    background: var(--color-white);*/
/*    width: 50px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    height: 50px;*/
/*    line-height: 100px;*/
/*    padding: 25px;*/
/*    border-radius: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    box-shadow: var(--shadow-10);*/
/*}*/
/*.rbt-counterup .inner .content .counter {*/
/*    font-weight: 700;*/
/*    font-size: 40px;*/
/*    line-height: 40px;*/
/*    margin-bottom: 0;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 0 24px;*/
/*    margin-left: -20px;*/
/*}*/
.badge {
    display: inline-block;
    padding: 3px 4px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.search-field {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.rbt-card.card-list-2 .rbt-card-img a {
    display: block;
    height: 70%;
    width: 100%;
}
.service-card-6 .inner {
    border-radius: 20px;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--color-border);
    height: 100%;
}

