.pulse-search-widget
{
	width:800px;
	border:thin solid #ececec;
	position:absolute;
	background:white;
	max-width:100%;
	display:none;
	box-shadow: 1px 1px 31px -16px black;
    border-radius: 4px;
    padding:10px;
}

.pulse-results-title
{
	padding: 3px 10px;
}

.pulse-results-title span
{
	padding: 3px 10px;
    background: #f3f3f3;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
}

.pulse-results-categories
{
	padding: 3px 10px;
	
}

.pulse-category
{
	font-size: 12px;
    font-weight: 600;
    background: #eeeeee;
    padding: 5px 10px;
    border-radius: 6px;
    color: #525252;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}

.pulse-search-widget.visible
{
    display: flex;
}

.pulse-results
{
	display: flex;
    flex-direction: column;
    width:100%;
}

.websearch-no-results
{
	text-align: center;
    display: block;
    width: 100%;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    color: #6e6e6e;
    font-weight: 400;
}

.pulse-results-products
{
	 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pulse-product
{
	width:23%;
	margin: 1%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-decoration:none;
	align-items: center;
	color:black;
	border: thin solid #ececec;
    border-radius: 5px;
    box-sizing: border-box;
}	

.pulse-product:hover
{
	box-shadow: 0px 0px 14px -10px black;
}	

.pulse-product-image
{
	display: flex;
    justify-content: center;
    height: 140px;
    width: 140px;
    align-items: center;
}

.pulse-product-name
{
	text-align: center;
	color: #484848;
    font-weight: bold;
     font-size: 13px;
    height: 48px;
    line-height: 16px; 
    overflow: hidden;
}

.pulse-product-code
{
	text-align: center;
    margin-top: 10px;
}

.pulse-product-price
{
	font-weight:bold;
	text-align:center;
	margin-top: 10px;
}

.pulse-product-code span
{
	padding: 4px 5px;
    background: #f3f3f3;
    border-radius: 6px;
    font-size: 11px;
    display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.pulse-product-image img
{
	max-width:90%;
	padding: 10px;
	box-sizing: border-box;
}

@media(max-width: 800px)
{
	.pulse-results-title
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 5px !important;
	}
	
	
	.pulse-search-widget
	{
		left:auto !important;
		right:auto !important;
		height:auto !important;
	}
	
	.pulse-product
	{
		width: 48% !important;
	}
}

@media(max-width: 1441px)
{
	.pulse-results-title
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 5px !important;
	}
	
	
	.pulse-search-widget
	{
    	left: 50% !important;
    	transform: translate(-50%);
		height:auto !important;
	}

}
