.elementor-invisible.elementor-widget-wpshare247_search_popup {
    visibility: visible;
}
#wps247-search-popup .search-popup {
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    top: -100%;
    transition: all .3s ease-in-out;
}
#wps247-search-popup .search-popup.active {
    top: 0;
}
#wps247-search-popup .search-icon {line-height: 1; cursor: pointer;}
#wps247-search-popup .logo img {
    width: 150px;
}
#wps247-search-popup .close {
    position: relative;
    width: 25px;
    height: 25px;
    margin-top: 35px;
}
#wps247-search-popup .close::before,
#wps247-search-popup .close::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    cursor: pointer;
}
#wps247-search-popup .close::before {
    transform: rotate(45deg);
}
#wps247-search-popup .close::after {
    transform: rotate(-45deg);
}
#wps247-search-popup .close:hover::before {
    transform: rotate(0);
}
#wps247-search-popup .close:hover::after {
    transform: rotate(0);
}
#wps247-search-popup .search-form {
    position: relative;
    margin-top: 30px;
}
#wps247-search-popup .search-form input{
    width: 600px;
}
#wps247-search-popup .search-form button[type="submit"] {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    line-height: 1;
}
#wps247-search-popup .search-form button[type="submit"] svg {
    width: 16px;
}
#quick-view-modal a.button.add_to_cart_button.ajax_add_to_cart {
    display: block;
}
#quick-view-modal input.input-text.qty.text {
    border: none;
}
#quick-view-modal span.price {
    display: block;
    margin: 20px;
}

/* suggest product */
.suggest-product-wrap {
    width: 600px;
    position: absolute;
    top: 60px;
    list-style: none;
    padding: 0;
    max-height: 60vh;
    overflow: auto;
}
.suggest-product-wrap img{
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.suggest-product-wrap .suggest-product__title h3 {
    font-size: 16px;
    margin: 4px 0;
}
.suggest-product-wrap .suggest-product__title .price {
    font-size: 14px;
    font-weight: 500;
}
.suggest-product-wrap .suggest-product__title .price del {
    color: #858585;
    font-weight: 400;
    font-size: 12px;
    margin-right: 4px;
}
.suggest-product-item { 
    margin-bottom: 10px;
    padding: 6px;
    background-color: #fff;
}
.suggest-product-item:hover {
    background-color: #f5f5f5;
} 
.suggest-product-item a {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: space-between;
    color: #333;
}
.suggest-product-item:hover a {
    color: #333;
}
.suggest-product-view-all a{
    display: block;
    text-align: center;
    color: #858585;
}
.suggest-product-view-all a:hover{
    color: #333;
}