
:root {
	--c-primary: #4a932d;
	--c-teal: #aefbff;
	--c-gray: #f4f4f4;
	--c-lightgray: #f6f6f6;
	--c-black: #111;
	--c-darkgray: #777;
	--c-badge-new: #f63327;
}

.scrollbar-hidden {
	scrollbar-width: none;
}

.scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.safe-checkout__payments {
	display: flex;
	gap: 5.7px;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 32px !important;
}

.safe-checkout__payment {
	height: 30px;
	width: 47px;
	max-width: unset;
	stroke-width: .224px;
	stroke: #d6dce5;
	border-radius: 5.37px;
	overflow: hidden;
	filter: drop-shadow(0px .448px 4.478px rgba(183, 183, 183, .08)) drop-shadow(0px 4.478px 8.955px rgba(183, 183, 183, .08));
}

@media (max-width: 992px) {
	.safe-checkout__payments {
		margin-bottom: 16px !important;
	}
}
