/*--------------------------------
footer
--------------------------------*/
footer {
	background: #E0031C;
	position: relative;
	z-index: 99;
}

footer .col-md-3 {}

footer::before {
	background: url("../images/wave_foot.svg")repeat-x top center/100% 40px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -40px;
	height: 40px;
	width: 100%;
}

footer .drink {
	position: absolute;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

footer .drink::before,
footer .drink::after {
	background: url("../images/foot_icon.png")no-repeat top left/auto;
	bottom: 0;
	content: "";
	position: absolute;
	width: 468px;
	height: 200px;
}

footer .drink::before {
	left: -30%;
}

footer .drink::after {
	right: -35%;
}

.foot-check {
	display: none;
}

.foot-label {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-align: start;
}

.foot-content {
	color: #FFF;
	height: auto;
	padding: 0 .5rem;
	transition: .5s;
	text-align: start;
	overflow: hidden;
}

.foot-content ul,
.foot-content li {
	list-style-type: disc !important;
}

.foot-content a {
	transition: .5s;
}

.foot-content a:hover {
	opacity: .6;
}

.footLowBtn {
	background: #fff;
	border-radius: 15px;
	box-shadow: 3px 3px 10px rgb(0 0 0/.3);
	color: #E0031C;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 2.5rem;
	text-decoration: none;
	transition: .5s;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.xsmall {
		font-size: 8px !important;
	}

	.spcenter {
		justify-content: center;
		border-bottom: 1px solid #FFF;
		padding-bottom: 1rem;
	}

	/** FOOTER ************************/
	footer {}

	.foot-label {
		border-bottom: 1px solid #FFF;
		position: relative;
	}

	.foot-label::before,
	.oneLink::before {
		background: url("../images/arrow.svg")no-repeat top left/100%;
		content: "";
		position: absolute;
		width: 1.75rem;
		height: 1.75rem;
		top: 50%;
		right: 15px;
		transform: translate(0, -50%);
		transition: .5s;
	}

	.foot-content {
		height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.foot-check:checked+.foot-label+.foot-content {
		height: auto;
		opacity: 1;
		padding: 10px;
		visibility: visible;
	}

	.foot-check:checked+.foot-label::before {
		transform: rotate(-90deg) translate(50%, 0);
	}

	.oneLink {
		padding: 10px;
		border-bottom: 1px solid #FFF;
		width: 100%;
		position: relative;
	}

	.footLowBtn {
		padding: 2rem;
	}
}