.bg-light-purple {
	background-color: #F6F6FF;
}

.retailer-heading {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 40px;
	color: #434343;
	margin-left: 63px;
}


.distributor-card {
	min-width: 230px;
	padding: 1rem;
	border: 1px solid var(--card-border-color);
	border-radius: 15px;
	background-color: var(--white-bg-color);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	margin: 4px;
}

.distributor-title {
	width: 200px;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	font-family: var(--font-body);
	font-weight: bold;
	font-size: 20px;
	color: var(--heading-color);
	text-transform: uppercase;
}


.distributor-text {
	font-size: 14px;
	font-weight: bold;
	font-family: var(--font-body);
	color: var(--dark-text);
	margin-bottom: 4px;
}

.distributor-btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 6px;
	font-family: var(--font-body);
	user-select: none;
}

.distributor-btn.success {
	background-color: #28a745;
	color: #fff;
}


.arrow-btn {
	font-size: 30px;
	cursor: pointer;
	padding: 0 15px;
	color: var(--heading-color);
	user-select: none;
}

.card-row {
	display: none;
	justify-content: center;
	flex-wrap: wrap;
}

.card-row.active {
	display: flex;
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.location-image {
	height: 100px;
	width: 100px;
}

.slide-text {
	font-family: var(--font-heading);
	font-weight: bold;
	font-size: 14px;
	color: #934D22;
	text-align: center;
}


.signUp {
	background: #D12127;
	color: var(--light-text);
	width: 155px;
	border-radius: 8px;
	border: none;
	font-size: 20px;
	font-family: var(--font-body);
	text-align: center;
}

.signUp:hover {
	background: #A31A20;
	color: var(--light-text);
}

.products {
	background: #159A12;
	color: var(--light-text);
	width: 155px;
	border-radius: 8px;
	border: none;
	font-size: 20px;
	font-family: var(--font-body);
	text-align: center;
}

.products:hover {
	background: #0E6F0B;
	color: var(--light-text);
}
