.search-field {
    height:40px;
    padding-left: 40px;
}
.clear-filters {
    color: #333d4c !important;
}
.clear-filters:hover {
    color: #000 !important;
}
.clear-filters:hover {
    text-decoration: none !important;
}

.card-loop-item .ratio{
    aspect-ratio: 16 / 9 !important;
}
.card-loop-item a {
    color: #111827;
    text-decoration: none !important;
}
.card-loop-item:hover a.hover-effect-underline{
    text-decoration: underline !important;
}
.card-loop-item:hover .ratio img {
    transform: scale(1.05);
}
.card-loop-item img {
    transition: all .3s ease;
}
.card-loop-item .badge {
    font-weight: 500 !important;
    background-color: #eef1f6 !important;
}
.rating-right-wrapper .fw-semibold {
    color: #111827 !important;
}
.rating-right-wrapper .text-muted {
    margin-top: -5px;
}
.rating-right-wrapper .star-front{
    color: rgb(252, 146, 49) !important;
}
.view-more {
    border-radius:50%;
    width:35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
}
.view-more i {
    font-size: 15px;
}
.categories-list a {
    color:#4e5562
}
.categories-list a:hover,
.categories-list a.active {
    color: #111827;
}
.categories-list a i {
    margin-right: 10px;
}
.archive-listing {
    padding-top: 30px;
}