:root {
	--thm-base: #1e2132;
	--thm-black: #000;
	--thm-bg-primary: #1e2132;
	--thm-bg-success: #28a745;
	--thm-danger: #e85347;
	--thm-bg-selection: #69f67f;
	--thm-border-primary: #69f67f;
	--thm-btn-primary: #69f67f;
	--thm-btn-primary-text: #000;
	--thm-btn-success: #28a745;
	--thm-border-selection: #69f67f;
	--thm-text-primary: #596985;
	--thm-text-selection: #596985;
	--thm-text-dark: #000;
	--thm-text-gray: #596985;
	--thm-light: #dee2e6;
	--thm-bg-gray: #596985;
	--thm-popa-window-bg: #000;
	--thm-popa-window-text: #fff;
}

.bright a.main-promotion-cta {
	background: transparent !important;
	border-color: var(--thm-btn-primary-text) !important;
	color: #fff !important;
}

.my_account_navigation .btn-primary {
	background-color: transparent !important;
	border-color: var(--thm-btn-primary) !important;
	color: var(--thm-light) !important;
}

@media (max-width: 768px){
	.sport-link-wrp svg#sport_icon .st0 {
		fill: var(--thm-btn-primary-text) !important;
	}
}

