@font-face
{
	font-family : cocaCola-Font;
	src         : url("/202207/font.otf");
	font-weight : bold;
	font-style  : normal;
}

/* Add here all your css styles (customizations) */
::selection
{
	color            : #fff;
	background-color : #FE001A;
}

.g-color-primary
{
	color : #FE001A !important;
}

.u-btn-primary
{
	color            : #fff;
	background-color : #FE001A;
}

.g-bg-primary
{
	background-color : #a21c1e !important;
}

.u-btn-primary:hover, .u-btn-primary.active
{
	border-color     : #FE001A;
	background-color : #FE001A;
}

.u-heading-v5__title::before
{
	background : #FE001A;
}

.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span
{
	background-color : #FE001A;
}

.g-bg-secondary
{
	background-color : #DCDCDCFF !important;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover
{
	text-decoration  : none;
	color            : #fff;
	background-color : #FE001A;
}

.g-bg-coca-cola-opacity-0_8
{
	background-color : rgba(254, 0, 26, 0.8) !important;
}

.g-bg-coca-cola
{
	background-color : #FE001A;
}

.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before
{
	background       : #fff;
	background-color : rgb(255, 255, 255);
}

.u-heading-v5-color-primary .u-heading-v5__title::before
{
	background : #FE001A !important;
}

a.js-fancybox
{
	color   : #FE001A !important;
	outline : none;
}

.custom-cocacola-font
{
	font-family : cocaCola-Font !important;
	color       : #FE001A !important;
}

.g-bg-red-opacity-0_4--after::after {
	background-color: rgba(141, 0, 0, 0.4) !important;
}