/* Smart Search Plugin - Template 2 Specific Styles */

  .template2-active .smart-search-results::-webkit-scrollbar {
    width: 5px;
  }
  .template2-active .smart-search-results::-webkit-scrollbar-track {
    background: #E0E0E0;
  }
  .template2-active .smart-search-results::-webkit-scrollbar-thumb {
    background: var(--smart-title-color);
    border-radius: 5px;
  }
  .template2-active .smart-search-results::-webkit-scrollbar-thumb:hover {
    background: var(--smart-title-color);
  }

.template2-active .smart-search-results ul {

	max-height:350px!important;
	overflow: auto;

}

  .template2-active  .smart-search-results::-webkit-scrollbar-thumb:hover {

      background: var(--smart-title-color); /* Change the color of the thumb on hover */

    }

	

	

	.template2-active .smart-search-results::-webkit-scrollbar {

      width: 5px; /* Set the width of the scrollbar */

    }

  .template2-active  .smart-search-results::-webkit-scrollbar-track {

      background: #E0E0E0; /* Change the track color */

    }

   .template2-active .smart-search-results::-webkit-scrollbar-thumb {

      background: var(--smart-title-color); /* Change the color of the thumb */

      border-radius: 5px; /* Round the corners of the thumb */

    }

  .template2-active  .smart-search-results::-webkit-scrollbar-thumb:hover {

      background: var(--smart-title-color); /* Change the color of the thumb on hover */

    }
