.search-found, .highlight {
    background-color: yellow;
    color: black;
}
.highlight.active{
    background-color: #ff9632;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.product-card .caption .btn-wrap .find-out-more{
    text-transform: none;
}
@media (min-width: 768px){
    .contact-us .box-form {
        height: 71rem;
    }
}
.products .head .filter-list .buttons .reset-btn{
    margin-left: 0;
}

@media (min-width: 768px)
.page-index-2 .wrapper .box-img .image {
    padding-right: 17%!important;
}