@font-face {
	font-family: "CamphorProForXiaoMi";
	src: url("fonts/CamphorProForXiaoMi-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "CamphorProForXiaoMi";
	src: url("fonts/CamphorProForXiaoMi-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "CamphorProForXiaoMi";
	src: url("fonts/CamphorProForXiaoMi-Medium.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
/*@font-face { font-family: 'CamphorProForXiaoMi'; src: url( 'fonts/CamphorProForXiaoMi-Bold.woff' ) format( 'woff' ); font-weight: 700; font-style:normal; }*/
@font-face {
	font-family: "CamphorProForXiaoMi";
	src: url("fonts/CamphorProForXiaoMi-Heavy.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

body {
	font-size: 15px;
}
* {
	font-family: "CamphorProForXiaoMi", sans-serif !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.cover {
	background-color: #eaeaea;
	background-image: url("../img/rn15-bgcover.webp");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 60px;
	background-size: 990px;
}
.cover .tile {
	background-color: #d6c6b9;
}

.logo-section {
	padding: 20px 30px;
	border-bottom: 1px solid #353535;
}
.main-section {
	background-image: url("../img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.main-section h4 {
	text-transform: uppercase;
}
.product img {
	width: 80%;
}
.cbproduct img {
	width: 80%;
}
.grey-section {
	background-color: #eee;
}
.dark-section {
	background-color: #353535;
	color: #fff;
}
.orange-section {
	background-color: #ff6700;
	color: #fff;
}
.orange {
	color: #ff6700;
}
.btn-orange {
	background-color: #ff6700;
	color: #fff;
}

.btn-orange:hover {
	background-color: #ff7920;
	color: #fff;
}

h1 {
	font-size: 1.75rem;
	font-weight: 500;
}
h1 strong {
	font-weight: 700;
}
h1 .orange {
	font-weight: 700;
}
h2 {
	font-size: 2rem;
	font-weight: 500;
}
h4 {
	font-size: 1.5rem;
	font-weight: 500;
}

#register select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
}
#register strong {
	font-size: 1.1rem;
}

#shops img {
	max-width: 90%;
	max-height: 100px;
}
form {
	width: 540px;
	max-width: 100%;
	padding: 3rem;
	background-color: #eee;
	border-radius: 1.5rem;
}
#howto i {
	font-size: 1.5rem;
}
#howto h3 {
	font-size: 1.25rem;
	/*font-weight: 300;*/
}
#howto small {
	/*font-weight: 300;*/
}
#howto p {
	font-size: 0.85rem;
	margin-top: 1rem;
	opacity: 0.8;
}
#howto a {
	color: #ccc;
}
#rules ol {
	max-width: 800px;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
#rules li {
	margin-top: 10px;
	font-size: 0.9rem;
}
#footer div {
	font-size: 0.8rem;
	color: #ccc;
}
#footer a {
	color: #ccc;
}
.infoblock {
	border-radius: 20px;
	margin-bottom: 15px;
}
img.popimage {
	width: 200px;
}
.productlogo {
	width: 340px;
	max-width: 90%;
}
.roundedblocks div {
	border-radius: 20px;
	border: 1px solid #a5a5a5;
	padding: 15px;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
}
.roundedblocks p {
	margin-bottom: 0px;
	font-size: 0.8rem;
}
.roundedblocks div img {
	height: 19px;
	margin-top: 5px;
	margin-bottom: 17px;
}

.roundedblocks div img.g1 {
	height: 30px;
	margin-top: 0px;
	margin-bottom: 11px;
}
.bonus {
	padding: 10px 20px;
	border: 1px solid #a5a5a5;
	border-radius: 10px;
	font-size: 2.5rem;
}
.menu a {
	color: #555;
	margin-right: 20px;
	font-weight: 500;
	text-decoration: none;
}
.menu a:hover {
	color: #000;
}
a {
	color: #555;
}
.logo {
	width: 45px;
}
small.rules {
	font-size: 0.8rem;
	color: #a5a5a5;
}
.social a {
	text-decoration: none;
	margin-right: 20px;
}
.social a i {
	margin-right: 5px;
}
#co img {
	max-width: 95%;
}
@media (max-width: 1199px) {
	.cover {
		background-size: 65%;
	}
}

@media (max-width: 991px) {
	.cover {
		background-size: 600px;
		background-position: bottom center;
		padding-bottom: 380px;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
	.menu a,
	#shops {
		display: none;
	}
	.logo {
		width: 35px;
	}

	.logo-section {
		padding: 10px 20px 0px 20px;
		border-bottom: 0px solid #353535;
	}

	.main-section {
		background-image: url("../assets/bg2.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.social a {
		display: inline-block;
		word-break: none;
		margin: 5px;
	}
	h1 {
		font-size: 1.5rem;
	}
	form {
		padding: 20px;
	}
	.cover {
		background-size: 450px;
		padding-bottom: 300px;
	}
}
.box {
	background-color: #f6f1ed !important;
}

.btn {
}

.btn-primary {
	background-color: rgb(39, 108, 211);
	border: rgb(39, 108, 211);
	padding: 0.5rem 2rem;
	font-weight: 500;
}

strong {
	font-weight: 600;
}
.help * {
	font-size: 0.95rem;
}

#result {
	padding: 15px 30px;
	border-radius: 15px;
	max-width: 400px;
	width: 80%;
	display: inline-block;
}

#result.success {
	background-color: #aafd79;
}
#result.alert {
	background-color: #f3e247;
}

.alert-darkblue {
	background-color: #040921;
	width: 480px;
	max-width: 100%;
}
.alert-darkblue2 {
	background-color: #040921;
	width: 90%;
	max-width: 100%;
}
.border-radius-xl {
	border-radius: 1rem !important;
}
.border-radius-xxl {
	border-radius: 1.5rem !important;
}
.offer img {
	max-width: 100%;
}
.text-sm {
	font-size: 0.8rem;
}
.text-xs {
	font-size: 0.6rem;
	color: #999;
}
