.cat-filtre .btn-form {
	display: block;
	width: 100% !important;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	background-color: #ffffff;
	border: 1px solid #E5E5E5;
	text-align: left;
	letter-spacing: 0;
	padding: 10px;
}

.cat-filtre .btn-form i {
	float: right;
	padding-top: 3px;
}

.cat-filtre h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
}

.cat-filtre .btn-filtre {
	width: 100%;
}

.cat-filtre .btn-filtre .btn-form i{
	position: absolute;
	right: 10px;
	top: 10px;
}

.table-price table td {
	border: none;
}

.table-price table thead tr th {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 13px;
	border: none;
}

.table-price table tbody tr td {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
}

.table-price table tbody tr td figure {
	max-width: 100px;
	margin-left: 0 !important;
}

.table-price table tbody tr td h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
}

.table-price table tbody tr td h3 a {
	color: #000000;
}

.table-price table tbody tr td p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
}

.table-price table tbody tr td p a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #0f5438;
}
.table-price h5 a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #F2AE47 !important;
}

.login-form label {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.login-form .btn-login {
	float: right;
}

.login-form .checkbox {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 5px;
}

.login-form .checkbox label {
	text-transform: none;
}

.login-form .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}

.login-form .btn-link {
	color: #177f55;
	text-decoration: underline;
}

.login-form form {
	max-width: 400px;
}

.btn-filtre .dropdown-menu {
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color: #cccccc;
	-webkit-box-shadow: 1px 9px 23px -8px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 1px 9px 23px -8px rgba(0, 0, 0, 0.34);
	box-shadow: 1px 9px 23px -8px rgba(0, 0, 0, 0.34);
	box-shadow: none;
	margin-top: -1px;
	width: 100%;
}

.btn-filtre .dropdown-menu li {
	padding-top: 2px;
	padding-bottom: 0px;
}

.btn-filtre .dropdown-menu li a {
	color: #0f5438;
}

.btn-filtre label {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	display: block;
}

.filter-selection .alert {
	display: inline-block;
	padding: 6px 10px;
	background-color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #0f5438;
	border-color: #E5E5E5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding-right: 40px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.filter-selection .alert .close {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	line-height: 20px;
	color: #A70011;
	box-shadow: none;
	text-shadow: none;
	right: 10px !important;
	top: 4px;
	opacity: 0.6;
}

.filter-selection .alert .close:hover {
	opacity: 1;
}
.filter-selection .alert-dismissable, .filter-selection .alert-dismissible {
	padding-right: 15px;
}

.producer-item figure{
	height: 250px;
	border: 1px solid #C9C9C9;
}
.producer-item figure img{
	position:absolute;
	max-width:100%;
	max-height:250px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	margin:auto;
	padding: 30px;
}
.producer-item h3{
	font-weight: 600;
	text-transform: uppercase;
	color: #164A32;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	margin-top: 15px;
	display: block;
}
.producer-item h3 a{
	 color: #164A32;
	 display: block;
}
