.tt-hint {
	width:					408px;
	padding:				0 10px;
	height:					26px;
	font-weight: 			normal;
	font-size: 				12px;
}

.tt-dropdown-menu {
	width: 					408px;
	height:					300px;
	left: 					0px !important;	
	background:				#FFF;
	text-shadow:			none !important;
	color:					#999;
	font-weight:			normal;	
 	margin-top: 			8px;
 	padding: 				8px 0;
	line-height:			24px;
  	border: 				1px solid #CCC;
  	border: 				1px solid rgba(0, 0, 0, 0.2);
  	-webkit-border-radius: 	8px;
    -moz-border-radius: 	8px;
    border-radius: 			8px;
  	-webkit-box-shadow: 	0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 		0 5px 10px rgba(0,0,0,.2);
    box-shadow: 			0 5px 10px rgba(0,0,0,.2);	
	overflow-y: 			auto;
	text-align: 			left;
}

.tt-suggestion {
	padding: 				0 15px;
}

.tt-suggestion.tt-is-under-cursor {
  	background-color: 		#5E0094;
}

.tt-suggestion.tt-is-under-cursor p {
  	color: 					#FFF;
}

.categorias-name {
  margin: 					5px 13px 10px 13px;
  padding: 					3px 0;
  border-bottom: 			1px solid #CCC;
  color:					#CCC;
}

.ps-form--search-mobile input
{
   width: 320px;
}

.ps-form--search-mobile .tt-hint {
	width:					320px;
}

.ps-form--search-mobile .tt-dropdown-menu {
	width: 					320px;
}