.button-selector {
	display: flex;
	justify-content: center;
}

.button-selector button {
	padding: 0px;
	background-color: transparent;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.22rem;
}

.button-selector button i {
	font-size: 20px;
}

.button-selector button p {
	margin: 0px;
	text-align: start;
}

.location-popover {
	border: none;
	box-shadow: 2px 2px 20px #00000036;
	padding: 1rem;
	position: relative;
}

.location-popover h5 {
	font-size: 1.06rem !important;
}

.location-popover p {
	font-size: 1rem;
	font-weight: 400;
}

.location-popover .buttons {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.location-popover .buttons button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.cart_totals table tr.shipping {
	display: none !important;
}

#ClosePopover {
	background-color: transparent;
	border: none;
	cursor: pointer;
	background-color: #bfbfbf;
	color: white;
}
