/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.clear-search {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 9%);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}
.mobile-nav .clear-search{
    right: 41px;
}
.searchform input[type="text"] {
    padding-right: 70px;
}
.mobile-nav .searchform input[type="text"] {
    padding-right: 67px !important;
}