.search-form-section {
    display: inline-block; 
    vertical-align: top;
    position: relative;
}
.sticky-search .search-form-section {
	left:15px;
}
.search-form {
    background-color: #fff;
    display: flex;
    border-radius: 5px;
    float: left;
    min-width:100%;
    margin-top: -2px;
}

.search-form .input-box {
    padding-left: 20px;
}

body .search-form .search-icon {
    background: var(--pictionblue);
    border: none;
    color: #fff;
}
.mic-icon {
    font-size: 25px;
    color: #fff;
    margin-left: 0;
    float: right;
    margin-top: 6px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}
#search-result,#search-result2  {
    max-height: 300px;
    overflow-y: scroll;
    background-color: #fff;
    max-width: 90%;
    display: none;
    position: absolute;
    z-index: 999;
    top: 39px;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 4px 6px 5px #878787;
}
#search-result h3, #search-result2 h3, .product-data h3 {
    padding: 5px 10px;
    font-size: 18px;font-weight: 600;
}
.speak-wrp {
    z-index: 999999;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 400px;
    min-height: 400px;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 2em;
    text-align: center;
    display: none;
}

.speak-inside-wrp {
    padding: 0.5em;
}

.ripple {
    margin: auto;
    margin-top: 5rem;
    background-color: #ddd;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    animation: ripple 3s linear infinite;
    overflow: hidden;
    display: none;
}

.ripple1 {
    background: #f;
    margin: auto;
    margin-top: 5rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    overflow: hidden;
}

.speak-wrp .icon-Icon-awesome-microphone {
    background: #ef0e0e;
    padding: 1em;
    border-radius: 22px;
    margin-top: 2em;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    line-height: 10px;
    margin-top: 30px;
}
.ripple 1	::before,
.ripple	1::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  animation: inherit;
  animation-delay: 1s;
}

.ripple::after {
  animation-delay: 2s;
}
#search-result ul ,#search-result2 ul{
    margin: 0;
    padding: 0;
}
.product-data h3 span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    color: #707070;
}
#search-result li:hover, #search-result2 li:hover {
    background: #ddd; 
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .3rem rgba(0, 0, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 4rem rgba(0, 0, 255, 0);
  }
}
.bgwhipeout:after {
    background: rgba(0,0,0,0.5);
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
	    z-index: 9;
}
@media only screen and (max-width:440px) {
.search-form {
    min-width:100%;
}
 
 
.container-fluid.easy-ordering-bg {
    height: fit-content;
}
.sticky .topnav-bar li {
    height: auto;
}
 
.search-form-section {
    margin-left: 0;
}
 
}