section {
	&#product-list {
		.search-container {
			display: block;
			overflow: hidden;
			margin-bottom: 10px;

			button {
				padding: 11px 17px;
			    background: #ddd;
			    font-size: 17px;
			    height: 42px;
			    border: none;
			    cursor: pointer;
			    top: 1px;
			    left: -5px;

				&:hover {
  					background: #ccc;
				}
			}
		}
	}
}
