.product-search-wrap{

    margin-bottom:25px;
}

.product-search-wrap input{

    width:100%;

    height:64px;

    border-radius:20px;

    border:
    1px solid
    rgba(0,0,0,.08);

    padding:0 24px;

    background:#fff;

    font-size:16px;

    box-shadow:
    0 10px 25px
    rgba(0,0,0,.06);

    transition:.3s ease;
}

.product-search-wrap input:focus{

    outline:none;

    border-color:
    rgba(255,107,0,.35);

    box-shadow:
    0 0 25px
    rgba(255,107,0,.12);
}