footer .container:before,
footer .locator:before,
footer .row:before,
footer .sub-content:before,
footer:before {
	content: "";
	display: table;
}

footer {
	padding: 3.125rem .625rem;
	color: #888888;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	line-height: 1.5;
	position: relative;
	z-index: 100;
}

footer.main-footer {
	background: #222;
}

footer.main-footer p {
	margin-bottom: 0;
	padding-bottom: 0;
}

footer.main-footer .container {
	margin: 0 auto;
}

footer.main-footer .container ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer.main-footer .container ul li {
	margin: 0;
	padding: 0;
}

footer.main-footer a {
	color: #888888;
}

footer.main-footer a:hover,
footer.main-footer a:focus {
	color: #ffffff;
	transition: all .25s ease-in-out;
}

footer .divider {
	display: none;
	height: .0625rem;
	background: #2c2c2c;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media (max-width: 980px) {
	footer.main-footer .container .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	footer.main-footer .container {
		max-width: none !important;
	}
	footer .divider {
		margin-left: -.625rem;
		margin-right: -.625rem;
		display: block;
	}
	.text-centered {
		text-align: left;
	}
	footer.main-footer .container ul li .toggle-another {
		display: block;
		position: absolute;
		top: 14px;
		text-align: right;
		width: 100%;
	}
	footer.main-footer .container ul {
		border-bottom: 1px solid #222;
	}
	footer.main-footer .container ul:last-child {
		border: 0;
	}
	footer.main-footer .container ul li {
		padding: 15px 0;
		position: relative;
	}
	footer.main-footer .container ul li .toggle-another {
		display: none;
		color: #fff;
	}
	footer.main-footer .container ul li .toggle-another span {
		display: none;
	}
	footer.main-footer .container ul li .toggle-another.open span {
		transform: rotate(45deg);
	}
	footer.main-footer .container ul li .toggle-another span {
		display: inline-block;
		transition: .2s all ease;
	}
}

footer.main-footer .container ul li {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

footer.main-footer .container ul li .toggle-another {
	display: none;
	color: #fff;
}

@media (max-width: 767px) {
	footer.main-footer .container ul li .toggle-another {
		display: block;
		position: absolute;
		top: 14px;
		text-align: right;
		width: 100%;
	}
}

footer.main-footer .container ul li .toggle-another span {
	display: none;
}

footer.main-footer .container ul li .toggle-another.open span {
	transform: rotate(45deg);
}

footer.main-footer .container ul li ul {
	transition: .2s all ease;
}

@media (max-width: 767px) {
	footer.main-footer .container ul li .toggle-another span {
		display: inline-block;
		transition: .2s all ease;
	}
	footer.main-footer .container ul li ul {
		max-height: 0;
		overflow: hidden;
	}
	footer.main-footer .container ul li ul.open {
		max-height: 300px;
	}
}

footer.main-footer .container ul li ul li {
	padding: 5px 0 0;
	font-weight: 400;
}

footer.main-footer .container ul li ul li a.imagenode.facebook {
	background: url(https://assets2.razerzone.com/images/social/FB_green_icon.svg) no-repeat;
	padding-left: 20px;
}

footer.main-footer .container ul li ul li a.imagenode.instagram {
	background: url(https://assets2.razerzone.com/images/social/IG_green_icon.svg) no-repeat;
	padding-left: 20px;
}

footer.main-footer .container ul li ul li a.imagenode.twitter {
	background: url(https://assets2.razerzone.com/images/social/Twitter_green_icon.svg) no-repeat;
	padding-left: 20px;
}

footer.main-footer .holder-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: 13px;
}

footer.main-footer .holder-content p {
	font-size: 13px;
}

footer.main-footer .footer-social-icons {
	margin-top: 35px;
}

@media (max-width: 767px) {
	footer.main-footer .holder-content {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer.main-footer {
		background: #000;
	}
}

@media(min-width: 768px) {
	footer.main-footer .container {
		max-width: 750px;
	}
}

@media(min-width: 980px) {
	footer.main-footer .container {
		min-width: 980px;
		padding: 0;
	}
}

.text-12 {
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 300;
}

.text-center, .text-centered {
	text-align: center;
}


#cookies_popup_container {
	background-color: #44d62c;
	border-radius: 0.1875rem;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding: 30px;
	position: fixed;
	bottom: 0;
	transition: right .55s ease-in-out;
	overflow: hidden;
	box-sizing: content-box;
	z-index: 9999;
	opacity: 0.95;
}

#cookies_popup_container .close_btn {
	padding: 10px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

#cookies_popup_container h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 16px;
	margin-top: 0;
	color: #000000;
}

#cookies_popup_container p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
	font-size: 16px;
}

#cookies_popup_container #cookies_popup_text {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}

#cookies_popup_container a {
	color: #000000;
	text-decoration: underline !important;
}

#cookies_popup_container #agree_btn_container {
	margin-top: 15px;
	text-align: center;
	vertical-align: top;
}

#cookies_popup_container .btn {
	font-size: 14px !important;
	background-color: #44d62c;
	border: 2px solid #000000 !important;
	color: #000000;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 38px !important;
	margin: 0;
	padding: 0 12px;
	min-width: 120px;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0.1875rem;
	background-clip: padding-box;
	transition: color .45s, background .45s, border .45s;
}

@media (min-width: 768px) {
	body #cookies_popup_container {
		max-width: 590px !important;
		left: auto;
		right: 20px;
		bottom: 30px;
		opacity: 1;
	}

	#cookies_popup_container h4 {
		margin-bottom: 15px;
	}

	#cookies_popup_container p {
		margin-bottom: 15px;
	}

	#cookies_popup_container #cookies_popup_text {
		margin-bottom: 0;
	}

	#cookies_popup_container #cookies_popup_text {
		display: inline-block;
		width: 450px;
	}

	#cookies_popup_container #agree_btn_container {
		display: inline-block;
		width: 130px;
		margin-top: 5px;
		text-align: right;
	}

	#cookie_notice {
		color: #44d62c;
		font-size: 20px;
		margin-bottom: 10px;
	}
}

tos-razer-cookies {
	z-index: 1000 !important;
}