.selling-price-text {
	color: #FF520C;
	font-size: 14px;
	line-height: 16.94px;
}

.product-list-card{
	border: 1px solid #ECECEC;
	border-radius: 15px;
}

.product-list-filter{
	border: 1px solid #ECECEC;
	padding: 15px;
	border-radius: 10px;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control {
	padding: 0.3rem !important;
}

.products-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.75rem;
	list-style: none;
	padding: 0;
}

.products-group .product-item {
	padding: 0 0.75rem;
	margin-bottom: 1.5rem;
	flex: 0 0 16.666%;
}

.img-wrap {
	position: relative;
}

.fav-badge {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.25rem;
	border-radius: 50%;
	font-size: 1.25rem;
	color: #e74c3c;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .2s;
}

.fav-badge:hover {
	background: rgba(255, 255, 255, 1);
}

#loadMore {
	background-color: #007bff;
	border: none;
	color: white;
	border-radius: 50px;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	cursor: pointer;
}

#loadMore:hover {
	background-color: #0056b3;
}



.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control {
	padding: 0.3rem !important;
}

.product-item {
	margin-bottom: 1.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.img-wrap {
	position: relative;
}

.fav-badge {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	padding: 0.25rem;
	border-radius: 50%;
	font-size: 1.25rem;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .2s;
}