/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
#logo .logo-default img {
	height: 60px;
}

.footer-content li, .list-icon li {
	line-height: 1.5rem !important;
	margin-bottom: 0 !important;
}

.product-showcase .product,.section-products .product {
	border: 0.1rem solid #ebebeb;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-showcase .product:hover,.section-products .product:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.11);

}

.product .product-description{
	margin: 0 1rem;
}
.product .product-title{
	max-width: 100%;
	width: 100%;

}
.product .product-image {
	padding: 3rem 1rem;
}
h3,.h3{
	font-weight: 400;
}

.search_results {
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .11);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .11);
}

.search_results .search-item {
	padding: 0.5rem 1rem;
}

.search_results .search-item:hover {
	background: var(--p-blue);
	color: var(--white);
}
.search-container {
	position: relative;
}
.search-results-holder {
	position: absolute;
	z-index: 2;
	max-height: 600px;
	overflow-y: auto;
	width: 100%;
}