.hide
{
    display: none!important;
}
.home-content-categories-wrapper .flex-col
{
    cursor: pointer!important;
}
.address-detail.selected {
	background-color: #dff0d8 !important;
	border-color: #4cae4c;
}
.bg-primary
{
    background-color: #6b2d90;
}
.hover\:bg-primary:hover {
	background-color: #6b2d90;
}
.text-primary {
	color: #6b2d90;
}
.add-edit-modal-wrapper
{
	width: 600px;
	margin: 0 auto;
}
.add-edit-modal-wrapper .form-input , .add-edit-modal-wrapper .form-textarea
{
	background-color: hsl(var(--secondary));
}
.btn-grey
{
	background-color: hsl(var(--secondary));
}
button.btn-grey:hover
{
	background-color: #6b2d90;
	color: #fff;
}
#cart-address-box #btn-go-select-address
{
	display: none!important;
}
button.swal2-confirm 
{
	background-color: #6b2d90;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 2.75rem;
	border-radius: 9999px;
}
#social-footer-links li
{
	margin-left: 5px;
}
ul.pagination li
{
	display: inline;
}
ul.pagination
{
	text-align: center;
}
ul.pagination .next-page , ul.pagination .prev-page
{
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #6b2d90;
	color: #fff;
	border-radius: 9999px;
}
ul.pagination .page-item
{
	padding-left: 5px;
	padding-right: 5px;
}
