/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Sasna - Multipurpose Business HTML Template   
 * Template URI: https://thememarch.com/demo/html/sasna/
 * Description: Sasna is a multipurpose business HTML template which comes with the unique and clean design. It helps you to create a beautiful multipurpose business HTML website. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 3.5
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */


.header ul.search_results {
	padding: 0;
	list-style: none;
}

.header .search_results {
  background-color: #fff;
  max-height: 250px;
  overflow: auto;
  list-style: none;
  padding: 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 5px 5px #ccc;
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: none;
}
.header .search_results li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 10%;
  cursor: pointer;
}

.header .search_results li:hover {
  background-color: #f3f3f3
}

.header .search_results:focus {
  border: 1px solid red;
}

.tm-navigation ul .dropdown-menu a {
  padding: 5px 7px !important;
}