/*
	Theme Name:	Xtra Child
	Theme URI:	https://www.rtl-theme.com/xtra-corporate-woocommerce-theme/
	Description:Sample child theme of Xtra theme for customization.
	Author:		Xtra Theme
	Author URI:	http://xtratheme.ir
	Template:	xtra
	Version:	1.0.0
*/


#live-search-results {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
}
.live-search-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.live-search-list li:hover {
  background: #f9f9f9;
}


#competitor_image_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid #2271b1;
    padding: 20px;
    z-index: 9999;
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#competitor_image_popup .images {
    display: flex;
    flex-wrap: wrap;
}
#competitor_image_popup img {
    border: 1px solid #ccc;
    cursor: pointer;
}
#competitor_image_popup .popup-inner h3 {
    margin-top: 0;
}
