/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2021 | 20:17:50 */
form#yith-ajaxsearchform {
    position: relative;
}

input#yith-s {
    position: absolute;
    top: 0;
    right: -5000px;
    width: 0px;
    max-width: initial;
    line-height: 1;
    left: auto;
    transition: width ease .3s;
    opacity: 0;
}

input#yith-searchsubmit {
    position: absolute;
    display: none;
}

.mostrar-buscador input#yith-s {
     width: 200px;
opacity: 1;
right: 42px;
line-height: 1.5;
padding: 0px;
border-radius: 21px;
}
.fa-search::before {
    content: "\f002";
    color: #023047;
    padding: 5px;
  border-radius: 40px;}

