/*
Theme Name: Hueman Child
Description: Child-Theme von Hueman
Author: Christian Lösel
Author URI: https://peterie.de
Template: hueman
Version: 1.0
*/

.footer-info {
	background-color: #33363b;
	color: rgba(255,255,255,.5);
	font-size: 1.00rem !important;
}

ul.product-categories li a::before {
	content: "\f07c";
}

ul.product-categories li {
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
}

ul.product-categories li > ul > li {
	padding: 0px;
	border-bottom: 0px;
}

ul.product-categories li > ul > li a::before {
	margin-right: 16px;
}

.woocommerce-product-search input[type=search] {
	background:#fff;
	border:2px solid #ddd;
	color:#777;
	display:block;
	max-width:100%;
	padding:7px 8px;
	margin-right: 5px;
}

.woocommerce-product-search::after {
	content: "\f002";
	color: #ccc;
	line-height: 1.714em;
	font-family: 'Font Awesome 5 Free';
	font-size: .875em;
	position: absolute;
	left: 30px;
	top: 88px;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

button[type="submit"]{
	background:#b9eab9;
	color:#fff;
	padding:10px;
	font-weight:600;
	display:inline-block;
	border:none;
	cursor:pointer;
	-webkit-border-radius:3px;
	border-radius:3px
}

[role="search"].woocommerce-product-search {
	display: flex;
}

[role="search"].woocommerce-product-search input{
	padding-left: 26px;
	line-height: 20px;
	width: 73%;
}
