.row .ds-result-line{
  word-wrap: break-word;
}
/* The text color for everything in the result container except category heading */
.ds-text-color{
	color:#000;
}
/* Coloring rows diffrent colors */
.row .ds-result-line:nth-child(even){
  background-color: #f1f1f1;
}
.row .ds-result-line:nth-child(odd){
  background-color: #f9f9f9;
}
.row .ds-result-line:hover{
  background-color:#e0e0e0;
}
/* CSS for the thumbnails */
.row .ds-result-line div img{
	max-width: 30px;
	min-width: 20px;
	margin: 0 auto;
}
/* CSS for the result container */
#ds-ajax-search-result-container{
	position: absolute;
	min-width: inherit;
	z-index: 9999;
	min-width: 100%;
	width: 150%;
	left: -25%;
}
@media all and (max-width: 991px){
	#ds-ajax-search-result-container{
		width: 150%;
		left: 0%;
	}
}
@media all and (max-width: 767px){
	#ds-ajax-search-result-container{
		width: 100%;
		
	}
}
.ds-result-box-shadow{
	box-shadow: 0px 14px 33px 14px rgba(153,153,153,0.4);
}
.ds-search-result-text{
	padding-left: 0px !important;
}

.ds-search-result-price{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.row .ds-result-line a div {
	margin-top: 3px;
  margin-bottom: 3px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .row .ds-result-line a div p {
    padding: 0px;
    margin: 6px;
  }
}

.row .ds-result-line a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}
.row .ds-result-line a:hover{
	text-decoration: none;
}
.row .ds-result-line a:visited {
	text-decoration: none;
}

.ds-result-line .text-price{
  word-break: keep-all;
  white-space: nowrap;
  font-weight: bold;
}

.ds-show-all-text{
	margin: 6px;
	padding: 0px;
	justify-content: center;
	align-items: center;
  	text-align: center;
}
.ds-nothing-to-show {
	margin: 6px;
	padding: 0px;
}
.ds-show-all-text p{
	margin: 0 auto;
}
/* CSS for the category bar in the result */
.ds-category{
	background-color: #333;
	padding-bottom:7px;
	padding-top:7px;
}
.row .ds-category-text{
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #9d9d9d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

