.whb-col-right .wd-search-dropdown {
    right: 0;
    left: auto
}

.wd-header-search .wd-tools-icon:before {
    font-size: 19px;
    transition: opacity .3s ease;
    content: "\f130";
    font-family: "woodmart-font"
}

.wd-header-search .wd-tools-icon:after {
 
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;             
    margin-top: -7.5px !important;
    margin-left: -7.5px !important;
    width: 15px !important;
    height: 15px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    opacity: 0.8 !important;           
    content: "\f002" !important;       
    font-family: "Font Awesome 6 Free" !important;  
    font-weight: 900 !important;       
    transition: all 0.3s ease !important;
    pointer-events: none;
}

.wd-search-opened .wd-header-search .wd-tools-icon:after {
    opacity: 1;
    transition: opacity .3s ease
}

.wd-search-opened .wd-header-search .wd-tools-icon:before {
    opacity: 0;
    transition: none
}

.whb-top-bar .wd-header-search .wd-tools-icon:before {
    font-size: 13px
}

.whb-top-bar .wd-header-search .wd-tools-icon:after {
    font-size: 10px
}

.wd-search-dropdown {
    width: 300px
}

.wd-search-dropdown input[type="text"] {
    height: 70px !important;
    border: none
}

.form-style-underlined .wd-search-dropdown input[type="text"] {
    padding-left: 15px
}