/**
* Theme Name: Allmart Child
* Description: This is a child theme of Allmart, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: allmart
* Version: 1.1
*/


.allmart-search-result.active {
    transition: width 2s, height 2s, transform 2s, -webkit-transform 2s;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    height: auto;
    position: absolute;
    z-index: 999;
    background: #f5f5f5;
    border-radius: 5px;
    top: 105%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.show-password-input::after {
    font-family: dashicons !important;
    content: "\f177" !important;
    font-size: 18px;
}