body {
	margin: 0;
	padding: 0;
	font-family: "Songti SC", serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
    letter-spacing: 0.01em;
}

body, html {
	position: relative;
	height: 100%;
}

	body.position-fixed {
		top: 0;
		left: 0;
		right: 0;
	}

a,
a:link {
	text-decoration: none;
	color: #333;
}

	a:hover,
	a:focus {
		text-decoration: underline;
		color: #333;
	}

	.active.focus,
	a.active:focus,
	a.focus,
	a:active.focus,
	a:active:focus,
	a:focus,
	button.active.focus,
	button.active:focus,
	button.focus,
	button:active.focus,
	button:active:focus,
	button:focus,
	.btn.active.focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn:active:focus,
	.btn:focus {
		outline: 0;
		outline-color: transparent;
		outline-width: 0;
		outline-style: none;
		box-shadow: 0 0 0 0 rgba(0,123,255,0);
	}

ul, ol {
	padding-left: 15px;
	margin-bottom: 0;
}

p, li, td, h1, h2, h3, h4, h5 {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

p, li, td, a {
	font-family: "Songti SC", serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
    letter-spacing: 0.01em;
}

@media (max-width: 575.98px) {
	p, li, td, a {
		font-size: 13px;
		line-height: 1.3;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Songti SC", serif;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: -0.003em;
	color: #333;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 18px;
}

@media (max-width: 767.98px) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 34px;
	}

	h4 {
		font-size: 26px;
	}

	h5 {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 28px;
	}
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-regular {
	font-family: "Songti SC", serif !important;
	font-weight: normal;
}

.text-lighter {
	font-family: "Songti SC", serif !important;
	font-weight: 300;
}

strong, table th, .text-bold {
	font-family: "Songti SC", serif !important;
	font-weight: 900;
}

.play-bold {
	font-family: "Playfair Display", serif !important;
	font-weight: bold;
}

.text-xsm {
	font-size: 12px !important;
}

.text-sm {
	font-size: 13px !important;
	letter-spacing: 0.01em;
}

.text-lg {
	font-size: 15px !important;
}

.text-grey {
	color: #999 !important;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-cross {
	border-top: 1px solid #CCC;
	position: relative;
	width: 100%;
}

	.text-cross p {
		position: absolute;
		top: 0;
		left: 50%;
		width: 45px;
		background: #FFF;
		font-size: 13px;
		color: #000;
		text-align: center;
		z-index: 1;
		transform: translate(-50%,-50%);
	}

.asterisk {
	font-family: "Songti SC", serif;
	color: #A7852E;
	font-size: 16px;
}

.min-h-auto {
	min-height: auto !important;
}

.letr-space-1 {
	letter-spacing: 0.01em;
}

.letr-space-2 {
	letter-spacing: 0.03em;
}

.letr-space-3 {
	letter-spacing: 0.08em;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

.disabled {
	opacity: 0.4 !important;
	cursor: auto;
}

label {
	margin-bottom: 5px;
	color: #000;
	font-weight: 900;
	font-size: 13.5px;
}

.form-group {
	position: relative;
	text-align: left;
	margin-bottom: 1rem;
}

.form-control {
	font-size: 14px;
    font-weight: normal;
	height: 47px;
	color: #333;
	border-radius: 10px;
	box-shadow: none;
}

	.form-control:disabled, .form-control[readonly] {
		background-color: #F1F1F1;
	}

.form-control-nominate {
	width: 90%;
	font-size: 15px;
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #A7852E;
	outline: 0;
	text-align: center;
	padding-bottom: 5px;
}

	.form-control-nominate::placeholder,
	.ppc-form-ctrl::placeholder,
	.ppd-form-ctrl::placeholder {
		color: #999 !important;
		font-size: 12px;
		padding-left: 10px;
	}

	.form-control-nominate::-webkit-input-placeholder,
	.ppc-form-ctrl::-webkit-input-placeholder,
	.ppd-form-ctrl::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #999 !important;
		font-size: 12px;
		padding-left: 10px;
	}

	.form-control-nominate::-moz-placeholder,
	.ppc-form-ctrl::-moz-placeholder,
	.ppd-form-ctrl::-moz-placeholder { /* Firefox 19+ */
		color: #999 !important;
		font-size: 12px;
		padding-left: 10px;
	}

	.form-control-nominate:-ms-input-placeholder,
	.ppc-form-ctrl::-moz-placeholder,
	.ppd-form-ctrl::-moz-placeholder { /* IE 10+ */
		color: #999 !important;
		font-size: 12px;
		padding-left: 10px;
	}

	.form-control-nominate:-moz-placeholder,
	.ppc-form-ctrl::-moz-placeholder,
	.ppd-form-ctrl::-moz-placeholder { /* Firefox 18- */
		color: #999 !important;
		font-size: 12px;
		padding-left: 10px;
	}

.ppc-form-ctrl, .ppd-form-ctrl {
	border: 0;
	min-height: 70px;
	font-size: 26px;
	text-align: center;
}

	.ppc-form-ctrl, .ppc-form-ctrl:focus {
		background-color: #F7F2E8;
	}

	.ppd-form-ctrl, .ppd-form-ctrl:focus,
	.ppd-form-ctrl[readonly] {
		background-color: #d6cede !important;
	}

.input-group-text {
	height: 47px;
	border-color: #ced4da;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #F1F1F1;
}

select {
	box-shadow: none;
}

	select.form-control:not([size]):not([multiple]) {
		height: 45px;
	}

	select.form-control {
		-webkit-appearance: menulist !important;
		-moz-appearance: menulist !important;
		-ms-appearance: menulist !important;
		-o-appearance: menulist !important;
		appearance: menulist !important;
	}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		selector {
			property: value;
		}

		.form-control {
			font-size: 14px;
			height: 45px;
			color: #333;
			border-radius: 0.1rem;
			border: 1px solid #333;
			background-color: transparent;
			box-shadow: none;
		}

		select {
			background-color: transparent;
			box-shadow: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
	}
}

textarea {
	resize: none;
	box-shadow: none;
	height: auto !important;
	padding-top: 13px;
	padding-bottom: 13px;
}

.close {
	font-weight: 300;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	font-size: 2.3rem;
	background-color: transparent;
	border: 0;
}

a.close:hover {
	text-decoration: none
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #E9E9E9;
	border-radius: 4px;
}

	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

::placeholder {
	font-family: "Songti SC", serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: "Songti SC", serif;
	font-weight: normal;
	color: #555 !important;

	font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
	font-family: "Songti SC", serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
	font-family: "Songti SC", serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
	font-family: "Songti SC", serif;
	font-weight: normal;
	color: #555 !important;
	font-size: 14px;
}

.ppc-consent {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}

	.ppc-consent label {
		text-transform: inherit;
	}

	.ppc-consent p, .ppc-consent a {
		font-size: 14px;
		line-height: 20px;
	}

	.ppc-consent p {
		margin-top: -1px
	}

	.ppc-consent a {
		text-decoration: underline;
        font-weight: 900;
	}

	.ppc-consent .form-control {
		background-color: #FFF;
	}

	.ppc-consent input[type=checkbox] {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

		.ppc-consent input[type=checkbox]:checked ~ .checkmark {
			background-color: #A7852E;
			border-color: #A7852E;
		}

			.ppc-consent input[type=checkbox]:checked ~ .checkmark:after {
				display: block;
			}

	.ppc-consent .checkmark:after {
		left: 8px;
		top: 4px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

@media (max-width: 575px) {
	.ppc-consent p, .ppc-consent a {
		font-size: 13px;
		line-height: 18px;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

input:focus {
	outline: none !important;
	border-color: #333 !important;
	box-shadow: none !important;
}


/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

ol li {
	padding-left: 15px;
	font-size: 15px;
}

.nested-list ol {
	counter-reset: item;
	padding-left: 0;
}

	.nested-list ol ol {
		padding-left: 15px;
	}

	.nested-list ol li:not(.lower-alpha li) {
		display: block;
		position: relative;
		padding-left: 30px;
	}

		.nested-list ol li:not(.lower-alpha li):before {
			content: counters(item, ".")".";
			counter-increment: item;
			position: absolute;
			margin-right: 100%;
			right: -10px;
		}

.lower-alpha {
	list-style-type: lower-alpha;
}

.tnc a {
	text-decoration: underline;
}
.tnc .title {
	font-size: 16px;
    font-weight: 900;
    text-decoration: underline;
}

.tnc, .tnc li, .tnc a {
	font-size: 13.5px;
	line-height: 1.35;
}
.tnc p, .tnc ol {
    margin-bottom: 25px;
}
.tnc ol {
    margin-left: 5px;
}

	/*.tnc ol:not(ul) > li {
		margin-bottom: 20px;
	}*/

	.tnc ul li {
		list-style-type: lower-alpha;
	}

		.tnc ul li ol li {
			list-style-type: decimal;
			margin-bottom: 0;
		}

	.tnc .info-box-header {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}


/* responsive container image & text */
.responsive-container {
	position: relative;
	width: 100%;
}

.img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 15px;
	margin: auto;
	width: 100%;
	z-index: 1;
}

	.img-container .centerer {
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

/* popup modal */
.modal {
	padding-right: 0 !important;
}

.modal-content {
	border-radius: 10px;
}

.modal-header {
	padding: 1rem 2.5rem 0;
}

.modal-body {
	padding: 1.5rem 1rem;
}

.modal-footer {
	padding: 0 2.5rem 2.5rem;
	border-top: 0;
	justify-content: flex-start;
}

@media (max-width: 575px) {
	.modal-header {

		padding: 2.5rem 1.5rem 0;
	}

	.modal-body {
		padding: 1.5rem;
	}

	.modal-footer {
		padding: 0 1.5rem 1.5rem;
	}
}

.ppc-modal .modal-header {
	border-bottom: 0;
	padding-top: 3.5rem;
	padding-bottom: 0.9rem;
	justify-content: center;
}

.ppc-modal .modal-title {
	font-size: 34px;
}

.ppc-modal .modal-body {
	padding: 2.5rem;
}

.ppc-modal label {
	margin-bottom: 2px;
}

.ppc-modal .btn {
	min-width: auto;
}

.ppc-modal img, .ppc-modal .bg-style {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ppc-modal .form-control {
	border: none;
	background-color: #E9E9E9;
}

.ppc-modal .ppc-consent {
	padding-left: 27px;
	margin-bottom: 0;
}

	.ppc-modal .ppc-consent p {
		font-size: 13px;
		padding-top: 1px;
		margin-top: auto;
		line-height: normal;
	}

.ppc-modal .checkmark {
	height: 18px;
	width: 18px;
	border: none;
}

	.ppc-modal .checkmark:after {
		left: 7px;
		top: 3px;
	}

.modal-backdrop {
	opacity: 0.5;
}
/* end popup modal */

#pass-status, #pass-status-new, #pass-status-cfm {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#hover-content {
	display: none;
}

#tooltip:hover #hover-content {
	display: block;
	position: absolute;
	bottom: 0;
	left: 35%;
	z-index: 1;
	padding: 12px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.8);
}

	#tooltip:hover #hover-content p {
		font-size: 11px;
	}


/*======== header ========*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: background 0.3s;
}

	header.sticky {
		z-index: 3;
		background-color: #FFF;
		border-bottom: 1px solid rgba(167,133,46,0.3);
	}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	background-color: #FFF;
	border-bottom: 1px solid rgba(167,133,46,0.3);
}

.language .dropdown-toggle:after {
	display: none;
}

.language .dropdown-item:hover {
	text-decoration: none;
}

.language .dropdown-item.active {
	background-color: #A7852E;
	color: #FFF;
}

.language .dropdown-item {
	border-bottom: 0;
}

.cart-icon {
	background: url(../images/icons/cart_white.svg)no-repeat top;
	width: 22px;
	height: 22px;
}

header.sticky .cart-icon,
.header .cart-icon {
	background: url(../images/icons/cart_color.svg)no-repeat top;
}

.ppc-logo {
	background: url(../images/logos/PPC_logo_white.svg) no-repeat top;
	width: 244px;
	height: 80px;
	background-size: contain;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.ppc-logo-cn {
	background: url(../images/logos/PPC_logo_CN_white.svg) no-repeat top;
	width: 244px;
	height: 97px;
	background-size: contain;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

header.sticky .ppc-logo,
.header .ppc-logo {
	background: url(../images/logos/PPC_logo_color.svg) no-repeat top;
	width: 183px;
	height: 60px;
	background-size: contain;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

header.sticky .ppc-logo-cn,
.header .ppc-logo-cn {
	background: url(../images/logos/PPC_logo_CN_color.svg) no-repeat top;
	width: 183px;
	height: 73px;
	background-size: contain;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

@media (max-width: 575.98px) {
	.ppc-logo, header.sticky .ppc-logo,
	.header .ppc-logo {
		width: 145px;
		height: 48px;
	}

	.ppc-logo-cn, header.sticky .ppc-logo-cn,
	.header .ppc-logo-cn {
		width: 145px;
		height: 58px;
	}
}

@media (max-width: 350.98px) {
	.ppc-logo, header.sticky .ppc-logo,
	.header .ppc-logo {
		width: 137px;
		height: 45px;
	}

	.ppc-logo-cn, header.sticky .ppc-logo-cn,
	.header .ppc-logo-cn {
		width: 137px;
		height: 54px;
	}
}

.navbar {
	padding: 1rem;
	/*z-index: 1;*/
	flex-wrap: nowrap;
}

header.sticky .navbar {
	padding: 0.5rem 1rem;
}

@media (max-width: 575.98px) {
	.navbar, header.sticky .navbar {
		padding: 0.5rem 0
	}
}

.cart .fa-cart-shopping {
	font-size: 18px;
}

.cart a {
	color: #FFF;
	text-decoration: none;
}

header.sticky .cart a,
.header .cart a {
	color: #caa87a;
}

@media (max-width: 991.98px) and (min-width: 576px) {
	.cart a {
		padding-bottom: 5px;
	}
}

@media (max-width: 350.98px) {
	.cart a {
		padding-bottom: 5px;
	}
}

.navbar .btn-secondary, .navbar a.btn-secondary,
.navbar .btn-secondary:hover, .navbar a.btn-secondary:hover,
.navbar .btn-secondary:focus, .navbar .btn-secondary.focus,
.navbar .btn-secondary:not(:disabled):not(.disabled):active,
.navbar .btn-secondary:not(:disabled):not(.disabled).active,
.navbar .show > .btn-secondary.dropdown-toggle {
	border-color: #FFF;
	color: #FFF;
}

header.sticky .navbar .btn-secondary, header.sticky .navbar a.btn-secondary,
header.sticky .navbar .btn-secondary:hover, header.sticky .navbar a.btn-secondary:hover,
header.sticky .navbar .btn-secondary:focus, header.sticky .navbar .btn-secondary.focus,
header.sticky .navbar .btn-secondary:not(:disabled):not(.disabled):active,
header.sticky .navbar .btn-secondary:not(:disabled):not(.disabled).active,
header.sticky .navbar .show > .btn-secondary.dropdown-toggle,
.header .navbar .btn-secondary, .header .navbar a.btn-secondary,
.header .navbar .btn-secondary:hover, .header .navbar a.btn-secondary:hover,
.header .navbar .btn-secondary:focus, .header .navbar .btn-secondary.focus,
.header .navbar .btn-secondary:not(:disabled):not(.disabled):active,
.header .navbar .btn-secondary:not(:disabled):not(.disabled).active,
.header .navbar .show > .btn-secondary.dropdown-toggle {
	color: #333;
	border: 1px solid #333;
}

.navbar-light .navbar-nav .nav-link {
	font-family: "Songti SC", serif;
	font-weight: normal;
    letter-spacing: 0.07em;
	color: #FFF;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	text-decoration: none;
}

header.sticky .navbar-light .navbar-nav .nav-link,
.header .navbar-light .navbar-nav .nav-link {
	color: #333;
	text-shadow: none;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #FFF;
	opacity: 0.8;
}

header.sticky .navbar-light .navbar-nav .active .nav-link,
header.sticky .navbar-light .navbar-nav .nav-link:focus,
header.sticky .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .active .nav-link,
.header .navbar-light .navbar-nav .nav-link:focus,
.header .navbar-light .navbar-nav .nav-link:hover,
header.sticky .navbar-light .navbar-nav .show > .nav-link,
header.sticky .navbar-light .navbar-nav .active > .nav-link,
header.sticky .navbar-light .navbar-nav .nav-link.show,
header.sticky .navbar-light .navbar-nav .nav-link.active,
.header .navbar-light .navbar-nav .show > .nav-link,
.header .navbar-light .navbar-nav .active > .nav-link,
.header .navbar-light .navbar-nav .nav-link.show,
.header .navbar-light .navbar-nav .nav-link.active {
	color: #333;
	opacity: 0.8;
}

.navbar-light .navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

.navbar-light .fa-bars:before {
	color: #333;
	font-size: 24px;
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		justify-content: space-between !important;
	}

		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: 0.8rem;
			padding-left: 0.8rem;
		}

	.nav-button {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg .navbar-nav {
		flex-direction: column;
	}

	.navbar-nav > li img {
		display: none;
	}

	.main-menu {
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}

		.main-menu .navbar-nav {
			margin-top: 90px;
		}

	.nav-open .main-menu {
		opacity: 1;
		visibility: visible;
		background: rgba(167, 133, 46, .95);
	}

	.main-menu .navbar-nav li a {
		color: #FFF;
		font-size: 18px;
	}

		.main-menu .navbar-nav li a:hover {
			color: #666;
		}

	.d-menu-mobile a {
		text-decoration: none;
	}

	.main-menu .navbar-nav li,
	.main-menu .d-menu-mobile {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		-webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-o-animation-timing-function: cubic-bezier(.45,.005,0,1);
		animation-timing-function: cubic-bezier(.45,.005,0,1);
	}

	.nav-open .main-menu .navbar-nav li,
	.nav-open .main-menu .d-menu-mobile {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform .2s,opacity .2s;
		transition: transform .2s,opacity .2s;
	}

		.nav-open .main-menu .navbar-nav li a {
			color: #FFF;
			font-size: 22px;
		}

	.nav-open .main-menu .btn {
		font-size: 14px;
		min-width: auto;
		width: 50%;
	}

	.main-menu .navbar-nav li.delay-1 {
		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		-ms-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.main-menu .navbar-nav li.delay-2 {
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		-ms-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.main-menu .navbar-nav li.delay-3 {
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.main-menu .navbar-nav li.delay-4 {
		-webkit-transition-delay: 0.4s;
		-moz-transition-delay: 0.4s;
		-ms-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.nav-button {
		position: relative;
		z-index: 1111;
		height: 40px;
		display: block;
	}

		.nav-button #nav-icon3 {
			width: 28px;
			display: inline-block;
			position: relative;
			margin-top: 8px;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			cursor: pointer;
		}

	header.sticky .nav-button #nav-icon3,
	.header.sticky .nav-button #nav-icon3 {
		margin-top: 10px;
	}

	.nav-button #nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #FFF;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	header.sticky .nav-button #nav-icon3 span,
	.header .nav-button #nav-icon3 span {
		background: #333;
	}

	.nav-button #nav-icon3 span:nth-child(1) {
		top: 0
	}

	.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		top: 7px
	}

	.nav-button #nav-icon3 span:nth-child(4) {
		top: 15px
	}

	.nav-open #nav-icon3 span:nth-child(1) {
		top: 9px;
		width: 0;
		left: 50%
	}

	.nav-open #nav-icon3 span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.nav-open #nav-icon3 span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.nav-open #nav-icon3 span:nth-child(4) {
		top: 9px;
		width: 0;
		left: 50%
	}

	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		right: 0;
		left: auto;
		width: 70%;
	}

	.nav-open .navbar-light .navbar-nav .nav-link {
		font-family: "Songti SC", serif;
		color: #FFF;
		text-shadow: none;
		padding: 0.7rem 1.5rem;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(255, 255, 255, 0.3);
	}

	.nav-open header.sticky .navbar-light .navbar-nav .nav-link,
	.nav-open .header .navbar-light .navbar-nav .nav-link {
		color: #FFF;
	}

	.nav-open .navbar-light .navbar-nav .active .nav-link,
	.nav-open .navbar-light .navbar-nav .nav-link:focus,
	.nav-open .navbar-light .navbar-nav .nav-link:hover {
		color: #DDD;
	}

	.nav-open .nav-button #nav-icon3 {
		zoom: 1.5;
	}

		.nav-open .nav-button #nav-icon3 span {
			background: #FFF !important;
			zoom: 0.6;
		}
}

@media (max-width: 575.98px) {
	header.sticky .nav-button #nav-icon3,
	.header.sticky .nav-button #nav-icon3,
	.nav-button #nav-icon3 {
		margin-top: 12px;
	}
}

@media (max-width: 350.98px) {
	header.sticky .nav-button #nav-icon3,
	.header.sticky .nav-button #nav-icon3,
	.nav-button #nav-icon3 {
		margin-top: 8px;
	}
}

.dropdown {
	display: inline;
	cursor: pointer;
}

.dropdown-toggle::after {
	vertical-align: 0.15em;
}

.dropdown-menu {
	min-width: max-content;
	color: #333;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}

	.dropdown-menu p {
		cursor: default;
	}

.dropdown-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 0 14px;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
	line-height: 1.15;
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

a.dropdown-item {
	color: #333;
}

.dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0;
}

a.dropdown-item:hover, a.dropdown-item:focus,
a.dropdown-item.active, a.dropdown-item:active
.dropdown-item:hover, .dropdown-item:focus,
.dropdown-item.active, .dropdown-item:active {
	color: #333;
	background-color: transparent;
}

@media (max-width: 1199.98px) {
	.dropdown-menu {
		top: 37px;
	}
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

	.overlay.active {
		display: block;
		opacity: 1;
	}

.nav-shadow, .nav-shadow-top,
.nav-shadow-bottom {
	position: absolute;
	width: 100%;
}

.nav-shadow {
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.nav-shadow-top {
	top: 0;
	height: 150px;
	background: rgba(0,0,0,4);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.nav-shadow-bottom {
	bottom: 0;
	height: 300px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333000', endColorstr='#333000', GradientType=0 );
}

@media (min-width: 768px) {
	.border-md-right {
		border-right: 1px solid #333;
	}

	.border-md-right-light {
		border-right: 1px solid #dee2e6;
	}
}

@media (max-width: 767.98px) {
	.border-md-right {
		border-bottom: 1px solid #333;
	}

	.border-md-right-light {
		border-bottom: 1px solid #dee2e6;
	}
}

.bg-style {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-bg {
	height: 100vh;
}

.inner-bg {
	height: 650px;
}

@media (max-width: 991.98px) {
	.home-bg, .inner-bg {
		height: 500px;
	}
}

@media (max-width: 575.98px) {
	.home-bg, .inner-bg {
		height: 350px;
	}
}

.main-heading {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	margin: auto;
}

	.main-heading h1 {
		font-size: 64px;
		font-weight: 900;
		max-width: 870px;
		text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
	}

	.main-heading h6 {
		font-size: 19px;
		max-width: 650px;
		margin: auto;
	}

@media (max-width: 991.98px) {
	.main-heading h1 {
		font-size: 50px;
		max-width: 700px;
	}

	.main-heading h6 {
		font-size: 18px;
		max-width: 500px;
	}
}

@media (max-width: 767.98px) {
	.main-heading h1 {
		font-size: 40px;
		max-width: 550px;
	}

	.main-heading h6 {
		font-size: 16px;
		max-width: 400px;
	}
}

@media (max-width: 575.98px) {
	.main-heading h1 {
		font-size: 32px;
		max-width: 430px;
	}

	.main-heading h6 {
		font-size: 12px;
		max-width: 350px;
	}
}

@media (max-width: 460.98px) {
	.main-heading h1 {
		max-width: 290px;
	}

	.main-heading h6 {
		font-size: 12px;
		max-width: 300px;
	}
}

@media (max-width: 370.98px) {
	.main-heading h1 {
		font-size: 26px;
		max-width: 200px;
	}

	.main-heading h6 {
		font-size: 11px;
		max-width: 200px;
	}
}

.banner-info-center .img-container {
	padding: 0;
}

.banner-info-center .main-heading {
	width: 100%;
	max-width: 1000px;
}

	.banner-info-center .main-heading p {
		line-height: 1.3;
	}

	.banner-info-center .main-heading h2 {
		font-size: 54px;
        letter-spacing: 2px;
	}

.banner-info-center .nav-shadow {
	background: rgba(0,0,0,0.5);
}

@media (max-width: 1100.98px) {
	.banner-info-center .main-heading {
		max-width: 850px;
	}
}

@media (max-width: 991.98px) {
	.banner-info-center .main-heading {
		max-width: 500px;
	}

	.banner-info-center .inner-bg {
		height: 500px;
	}
}

@media (max-width: 767.98px) {
	.banner-info-center.container {
		max-width: 100%;
		padding: 0;
	}

	.banner-info-center .main-heading {
		max-width: 400px;
	}

		.banner-info-center .main-heading h2 {
			font-size: 46px;
		}
}

@media (max-width: 575.98px) {
	.banner-info-center .main-heading {
		max-width: 200px;
	}

		.banner-info-center .main-heading h2 {
			font-size: 38px;
		}
}

@media (max-width: 300.98px) {
	.banner-info-center .main-heading {
		max-width: 150px;
	}

		.banner-info-center .main-heading h2 {
			font-size: 34px;
		}
}

.animate-wrap {
	position: relative;
	overflow: hidden;
}

.animate-img img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

	.animate-img img:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

.frame-img {
	height: 100%;
}

	.frame-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/*======== content ========*/
#content {
	padding-top: 140.85px;
}

@media (max-width: 575.98px) {
	#content {
		padding-top: 114.8px;
	}
}

.short-container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.login-container .form-group {
	max-width: 400px;
	margin: auto auto 1rem;
}

.login-container .btn {
	border-radius: 10px;
	padding: 11px 10px;
	min-width: 130px;
}

.login-container .ppc-col {
	border-radius: 10px;
	padding: 14px 20px;
}

.theme-color {
	color: #A7852E;
}

.border-theme {
	border-color: #A7852E !important;
}

.bg-theme {
	background-color: #A7852E;
}

.bg-theme-light {
	background-color: #F7F2E8;
}

.bg-blue-light {
	background-color: #dae2e5;
}

.bg-standard {
	background-color: #F2F2F2;
}

/* slick */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url(../webfonts/slick.eot);
	src: url(../webfonts/slick.eot?#iefix) format('embedded-opentype'), url(../webfonts/slick.woff) format('woff'), url(../webfonts/slick.ttf) format('truetype'), url(../webfonts/slick.svg#slick) format('svg');
}

.ppc-slick.slick-slider {
	margin: auto;
}

.ppc-slick .slick-track {
	margin: 0;
}

.ppc-slick .slick-prev,
.ppc-slick .slick-next {
	width: auto;
	height: auto;
}

.ppc-slick .slick-prev {
	z-index: 1;
}

	.ppc-slick .slick-prev:before {
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		content: "\f177";
	}

[dir='rtl'] .ppc-slick .slick-prev:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f178"
}

.ppc-slick .slick-next:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f178"
}

[dir='rtl'] .ppc-slick .slick-next:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f177";
}

.ppc-slick .slick-prev:before,
.ppc-slick .slick-next:before {
	font-size: 40px;
}

.ppc-slick .slick-dots {
	bottom: 30px;
}

	.ppc-slick .slick-dots li {
		margin: 0;
	}

		.ppc-slick .slick-dots li button:hover:before,
		.ppc-slick .slick-dots li button:focus:before {
			opacity: .4;
		}

		.ppc-slick .slick-dots li button:before {
			font-size: 10px;
			color: #FFF;
		}

		.ppc-slick .slick-dots li.slick-active button:before {
			opacity: .85;
			color: #FFF;
		}

.hero.slick-slider {
	max-width: 100%;
}

.hero .slick-slide {
	margin: 0;
}

.hero img {
	width: 100%;
	height: 100%;
}

.hero.ppc-slick .slick-prev,
[dir='rtl'] .hero.ppc-slick .slick-next {
	left: 80px;
}

[dir='rtl'] .hero.ppc-slick .slick-prev,
.hero.ppc-slick .slick-next {
	right: 80px;
}

.hero.slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.hero.ppc-slick .slick-prev:before,
	.hero.ppc-slick .slick-next:before {
		zoom: 0.9;
	}
}

@media (max-width: 575.98px) {
	.hero.ppc-slick .slick-prev,
	[dir='rtl'] .hero.ppc-slick .slick-next {
		left: 30px;
	}

	[dir='rtl'] .hero.ppc-slick .slick-prev,
	.hero.ppc-slick .slick-next {
		right: 30px;
	}

		.hero.ppc-slick .slick-prev:before,
		.hero.ppc-slick .slick-next:before {
			zoom: 0.7;
		}
}

/* animation */
@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSD {
	-webkit-animation: fadeInUpSD;
	animation: fadeInUpSDs;
}

.intro h2 {
	font-size: 42px;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
	.intro h2 {
		font-size: 38px;
	}
}

@media (max-width: 575.98px) {
	.intro h2 {
		font-size: 30px;
	}
}

.ppc-col {
	position: relative;
	height: 100%;
	border-radius: 12px;
}

	.ppc-col .icon {
		font-size: 20px;
	}

	.ppc-col .rounded-top {
		border-top-left-radius: 12px !important;
		border-top-right-radius: 12px !important;
	}

	.ppc-col img {
		width: 100%;
		border-radius: 12px;
	}

.ppc-col-content {
	padding: 25px 20px 100px;
	/*height: 100%;*/
}

	.ppc-col-content .fa-cart-shopping {
		pointer-events: none;
	}

	.ppc-col-content .fix-btn {
		bottom: 25px;
	}

	.ppc-col-content p {
        font-family: "Raleway", sans-serif;
	    font-weight: 500;
	}

	.ppc-col-content h5 {
		font-size: 24px;
		margin-bottom: 25px;
		min-height: 67.2px;
	}

@media (max-width: 991.98px) {
	.ppc-col-content h5 {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.ppc-col-content {
		padding-bottom: 25px;
		height: auto;
	}

		.ppc-col-content h5 {
			min-height: auto;
			margin-bottom: 15px;
		}

		.ppc-col-content .fix-btn {
			position: relative;
			bottom: 0;
		}
}

.item-details .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: auto;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 6px;
}

	.item-details .btn i {
		font-size: 13px;
	}

.item-name {
	margin-bottom: 80px;
}

@media (max-width: 767.98px) {
	.item-name {
		margin-bottom: 20px;
	}
}

.brand-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 150px;
}

	.brand-logo img {
		zoom: 1.3;
		width: auto;
		border-radius: 0;
	}

@media (max-width: 767.98px) {
	.brand-logo {
		min-height: auto;
		padding: 30px 0;
	}
}

@media (max-width: 991.98px) and (min-width: 768px) {
	.benefits-icons img {
		zoom: 0.8;
	}
}

@media (max-width: 575.98px) {
	.benefits-icons img {
		zoom: 0.9;
	}
}

.naming-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

	.naming-bar p {
		font-family: "akkuratllwebpan-regular", Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #FFF;
		padding: 15px;
		position: absolute;
		bottom: 0;
		right: 0;
	}

@media (max-width: 991.98px) and (min-width: 768px) {
	.naming-bar p {
		font-size: 12px;
		padding: 10px;
	}
}

.category-tab {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.category-tab ul {
		margin: 0;
		padding: 0;
	}

	.category-tab li {
		list-style-type: none;
		display: inline-block;
		text-align: center;
		margin-right: 20px;
	}

		.category-tab li:last-child {
			margin-right: 0;
		}

		.category-tab li a {
			color: #333;
			font-size: 19px;
			font-weight: 900;
			text-decoration: none;
		}

			.category-tab li a:hover,
			.category-tab li a.active {
				color: #333;
				border-bottom: 3px solid #A7852E;
				background-color: transparent;
			}

@media (max-width: 991.98px) {
	.category-tab li a {
		font-size: 16.5px;
	}
}

@media (max-width: 767.98px) {
	.category-tab {
		border-top: 0 !important;
		border-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.info-box-content .category-tab {
		border-top: 1px solid #dee2e6;
		border-bottom: 1px solid #dee2e6;
		padding-top: 15px;
		padding-bottom: 15px;
	}

		.info-box-content .category-tab li a {
			font-size: 15.5px;
		}
}

.vertical-tab.fixed-top {
	top: 100px;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.vertical-tab.fixed-top {
		top: 86px;
	}
}

@media (max-width: 575.98px) {
	.vertical-tab.fixed-top {
		top: 81px;
	}
}

.vertical-tab li a {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #dee2e6;
	text-decoration: none;
}

	.vertical-tab li a:hover,
	.vertical-tab li a.active {
		color: #FFF;
		background-color: #333;
	}

.con-item {
	background-color: #9b9381;
	border-radius: 20px;
	min-height: 170px;
}

@media (min-width: 1200px) {
	.con-item .main-heading {
		max-width: 300px;
	}
}

@media (max-width: 767.98px) {
	.con-item .main-heading {
		max-width: 250px;
	}

		.con-item .main-heading h5 {
			font-size: 24px;
		}
}

@media (max-width: 360.98px) {
	.con-item .main-heading {
		max-width: 200px;
	}

		.con-item .main-heading h5 {
			font-size: 20px;
		}

		.con-item .main-heading .btn {
			font-size: 14px;
			padding: 5px 15px;
		}
}

@media (max-width: 310.98px) {
	.con-item .img-container {
		padding: 0;
	}

	.con-item .main-heading {
		max-width: 150px;
	}

		.con-item .main-heading h5 {
			font-size: 18px;
		}

		.con-item .main-heading .btn {
			font-size: 13px;
			min-width: auto;
		}
}

.fa-round {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #A7852E;
	border-radius: 50%;
}

.fa-3xs {
	font-size: 0.5em;
}


.nav-tabs {
	border-bottom: 0;
}

	.nav-tabs li {
		list-style-type: none;
		display: inline-block;
		text-align: center;
		margin-right: 8px;
	}

		.nav-tabs li a {
			font-size: 14.5px;
			display: block;
			border-radius: 30px;
			border: 1px solid #333;
			color: #333;
			opacity: 0.6;
			padding: 6px 30px;
			background-color: #FFF;
		}

			.nav-tabs li a:hover,
			.nav-tabs li a.active {
				opacity: 1;
				color: #A7852E;
				border: 1px solid #A7852E;
				text-decoration: none;
			}

@media (max-width: 991.98px) {
	.nav-tabs li a {
		padding: 5px 20px;
	}
}

.loggedin-container .fixed-top {
	top: 100px;
	z-index: 1;
}


.loggedin-container-cn .fixed-top {
	top: 115px;
	z-index: 1;
}

.loggedin-menu {
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
}

@media (max-width: 991.98px) {
	.loggedin-menu {
		background-color: #A7852E;
		padding: 15px;
		border-radius: 0;
	}
}

.loggedin-menu ul {
	padding: 20px 0;
	margin-bottom: 0;
}

.loggedin-menu li {
	list-style-type: none;
}

	.loggedin-menu li:hover {
		background-color: #F5F5F5;
	}

	.loggedin-menu li.active {
		background-color: #caa87a;
	}

		.loggedin-menu li.active a {
			border-bottom: 0;
			color: #FFF;
		}

			.loggedin-menu li.active a .fa-round {
				background-color: #FFF;
			}

			.loggedin-menu li.active a i {
				color: #caa87a;
			}

	.loggedin-menu li a {
		display: flex;
		align-items: center;
		color: #A7852E;
		margin: 0 20px;
		padding: 10px 0;
		border-bottom: 1px solid #dee2e6;
	}

	.loggedin-menu li:last-child a {
		border-bottom: 0;
	}

	.loggedin-menu li a:hover, .loggedin-menu li a:focus,
	.loggedin-menu .dropdown-toggle:hover,
	.loggedin-menu .dropdown-toggle:focus {
		text-decoration: none;
	}

	.loggedin-menu li a .fa-round,
	.loggedin-menu li a .icon-img {
		margin-right: 12px;
	}

	.loggedin-menu li a .dricon {
		background-image: url("../images/icons/GHA-Discovery.svg");
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
	}


		.loggedin-menu li a .dricon.active,
		#MainContentPlaceHolder_ctrlAccountLink_DR1.active .dricon {
			background-image: url("../images/icons/GHA-Discovery_active.svg");
		}

.loggedin-menu i {
	font-size: 15px;
	color: #FFF;
}

.loggedin-menu .dropdown {
	background-color: #FFF;
	border-radius: 10px;
	padding: 0;
	width: 100%;
	display: block;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.loggedin-menu .dropdown-toggle {
	display: block;
	padding: 15px;
}

.loggedin-menu .dropdown-menu {
	padding: 0;
	margin-top: 0;
	width: 100%;
}

@media (max-width: 991.98px) {
	.loggedin-menu li a {
		padding: 15px 0;
	}
}

@media (max-width: 767.98px) {
	.loggedin-menu .dropdown-toggle,
	.loggedin-menu li a {
		font-size: 14px;
	}
}

.info-box {
	position: relative;
	padding: 25px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
}

	.info-box .btn {
		min-width: auto;
		font-size: 15px;
	}

	.info-box .fix-btn {
		left: 25px;
		right: 25px;
		bottom: 25px;
	}

@media (max-width: 767.98px) {
	.info-box .fix-btn {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.info-box-header {
	border-bottom: 1px solid #dee2e6;
}

.info-box-content {
	position: relative;
	padding-top: 30px;
}
.info-box-content li {
    font-size: 15px;
    line-height: 1.45;
}

	.info-box-content .subtitle {
		font-family: "Songti SC", serif;
		font-weight: 900;
		font-size: 20px;
		color: #a7852e;
	}

.info-sm-box {
	position: relative;
	background-color: #EEE;
	border-radius: 1.5rem;
	padding: 30px 20px;
}

.info-sm-box {
	font-size: 2.5em;
}

	.info-sm-box img, .info-sm-box i {
		min-height: 41px;
	}

@media (max-width: 767.98px) {
	.info-sm-box h3 {
		font-size: 28px;
	}

	.info-sm-box h6 {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.info-sm-box {
		padding: 25px 10px;
	}

		.info-sm-box img, .info-sm-box i {
			zoom: 0.9;
		}
}

.stats-box {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: #EEE;
}

@media (max-width: 900.98px) {
	.stats-box {
		width: 70px;
		height: 70px;
	}

		.stats-box h5 {
			font-size: 22px;
		}
}

.bar {
	height: 45px;
	width: 80%;
	margin: 0 auto 10px auto;
	line-height: 30px;
	color: white;
	padding-left: 10px;
	position: relative;
	z-index: 1;
	border: 3px solid #EEE;
}

	.bar::before {
		content: '';
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		background: #EEE;
	}

	.bar::after {
		content: '';
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
	}

.bar1::after {
	background-color: #A7852E;
	max-width: 85%;
}

.label_title1 {
	font-family: "Songti SC", serif;
	font-weight: normal;
	letter-spacing: -0.003em;
	font-size: 34px;
}

@media (max-width: 767.98px) {
	.label_title1 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.label_title1 {
		font-size: 26px;
	}
}

.ppc-datepicker .bootstrap-datetimepicker-widget {
	font-family: "Songti SC", serif;
	font-weight: normal;
	font-size: 14px;
}

	.ppc-datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
		background-color: #FFF;
		padding: 10px;
		border: 1px solid #DDD;
		border-radius: 4px;
		width: 20rem;
	}

	.ppc-datepicker .bootstrap-datetimepicker-widget table td,
	.ppc-datepicker .bootstrap-datetimepicker-widget table th {
		border: none;
	}

	.ppc-datepicker .bootstrap-datetimepicker-widget table td {
		padding: 8px;
	}

		.ppc-datepicker .bootstrap-datetimepicker-widget table td.active,
		.ppc-datepicker .bootstrap-datetimepicker-widget table td.active:hover {
			background-color: #A7852E;
		}

		.ppc-datepicker .bootstrap-datetimepicker-widget table td.today:before {
			border-bottom-color: #A7852E;
		}

@media (max-width: 991.98px) {
	.ppc-datepicker.form-group {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.ppc-datepicker .form-control {
		font-size: 14px;
	}
}

.quantity .input-text.qty {
	padding: 0 5px;
	text-align: center;
	border: 1px solid #263A50;
}

.quantity .input-text.qty,
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	width: 40px;
	height: 40px;
	color: #263A50;
	border-radius: 6px;
	background-color: #FFF;
}

.quantity.buttons_added {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
}

	.quantity.buttons_added input {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: top;
		box-shadow: none;
	}

	.quantity.buttons_added .minus,
	.quantity.buttons_added .plus {
		border: 1px solid #777;
		cursor: pointer;
	}

		.quantity.buttons_added .minus:focus,
		.quantity.buttons_added .plus:focus {
			outline: none;
		}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

@media (max-width: 575.98px) {
	.quantity .input-text.qty,
	.quantity.buttons_added .minus,
	.quantity.buttons_added .plus {
		width: 41.6px;
		height: 41.6px;
	}
}

.show_hide {
	display: block;
	position: absolute;
	bottom: -20px;
	right: 1.5rem;
	cursor: pointer;
	color: #333;
	margin-top: 15px;
}

.scrollmenu {
	/*white-space: nowrap;*/
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

	.scrollmenu::-webkit-scrollbar {
		background-color: #FFF;
		width: 12px;
		height: 6px;
	}

	.scrollmenu::-webkit-scrollbar-track {
		background-color: #FFF;
	}

	.scrollmenu::-webkit-scrollbar-thumb {
		opacity: 0;
		border-radius: 12px;
		transition: 0.3s;
	}

	.scrollmenu:hover::-webkit-scrollbar-thumb {
		background: rgba(0,0,0,.17);
		opacity: 1;
	}

	.scrollmenu::-webkit-scrollbar-button {
		display: none;
	}

.ppc-table-points table {
	border: 3px solid #DDD;
	margin-bottom: 15px;
}

.ppc-table-points tr:first-child {
	background-color: #A7852E;
	color: #FFF;
}

	.ppc-table-points tr:first-child td {
		font-size: 15px;
		font-weight: 900;
		padding: 12px 20px;
	}

.ppc-table-points td {
	border: 1px solid #DDD;
	padding: 10px 20px;
}

@media (max-width: 575.98px) {
	.ppc-table-points tr:first-child td {
		padding: 12px 10px;
	}

	.ppc-table-points td {
		padding: 10px;
	}
}

.ppc-table-points tr:last-child {
	border-top: 2px solid #DDD;
}

	.ppc-table-points tr:last-child td {
		font-weight: 900;
		font-size: 16px;
	}

.ppc-table-points .modal-dialog {
	max-width: 1000px;
}

	.ppc-table-points .modal-dialog tr:last-child {
		border-top: 1px solid #CCC;
		background-color: #FFF;
	}

.ppc-table-points .btn-text {
	text-decoration: underline;
}

.ppc-table-popup table {
	border: 3px solid #DDD;
	margin-bottom: 15px;
}

.ppc-table-popup tr:first-child {
	background-color: #A7852E;
	color: #FFF;
}

	.ppc-table-popup tr:first-child td {
		font-size: 14px;
		line-height: 1.3;
		padding: 12px 20px;
	}

.ppc-table-popup td {
	border: 1px solid #DDD;
	padding: 10px 20px;
}

.ppc-table-popup.scrollmenu {
	white-space: normal;
}

.connpl-table-popup.scrollmenu::-webkit-scrollbar,
.connpl-table-popup.scrollmenu::-webkit-scrollbar-track {
	background-color: #242021;
}

.ppc-table-popup.scrollmenu:hover::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.3);
}

/* button */
.btn {
	font-family: "Songti SC", serif;
    font-weight: 900;
	font-size: 16px;
    letter-spacing: 0.02em;
	padding: 8px 20px;
	margin: 0;
	min-width: 180px;
	border-radius: 25px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary, a.btn-primary {
	color: #FFF;
	background-color: #A7852E;
	border: 1px solid #A7852E;
}

	.btn-primary:hover, a.btn-primary:hover,
	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle {
		color: #FFF;
		background-color: #A7852E;
		border: 1px solid #A7852E;
		text-decoration: none;
		opacity: 0.9;
	}

	.btn-primary:focus, .btn-primary.focus {
		color: #FFF;
		background-color: #A7852E;
		border: 1px solid #A7852E;
		text-decoration: none;
	}

	.btn-primary:not(:disabled):not(.disabled):active:focus,
	.btn-primary:not(:disabled):not(.disabled).active:focus,
	.show > .btn-primary.dropdown-toggle:focus {
		box-shadow: none;
	}

	.btn-primary:disabled, .btn-primary.disabled,
	a.btn-primary:disabled, a.btn-primary.disabled {
		background-color: #D5D5D5;
		border-color: #D5D5D5;
	}

.btn-secondary, a.btn-secondary {
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
}

	.btn-secondary:hover, a.btn-secondary:hover,
	.btn-secondary:focus, .btn-secondary.focus,
	.btn-secondary:not(:disabled):not(.disabled):active,
	.btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
		color: #333;
		background-color: transparent;
		border: 1px solid #333;
		text-decoration: none;
		opacity: 0.9;
	}

		.btn-secondary:not(:disabled):not(.disabled):active:focus,
		.btn-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: none;
		}

	.btn-secondary:disabled, .btn-secondary.disabled,
	a.btn-secondary:disabled, a.btn-secondary.disabled {
		background-color: #D5D5D5;
		border-color: #D5D5D5;
	}

.btn-text, a.btn-text {
	color: #A7852E;
	text-decoration: underline;
}

	.btn-text:hover, a.btn-text:hover {
		opacity: 0.9;
		text-decoration: underline;
	}

.fix-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/* end button */


/*======== footer ========*/
footer {
	position: relative;
}

.footer-container {
	max-width: 1000px;
}
.footer-container p span {
    font-family: "Playfair Display", serif;
    font-size: 13px;
    vertical-align: top;
}

.top-footer {
	background-color: #FFF;
}

	.top-footer h5 {
		font-size: 22px;
	}

	.top-footer p {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.9;
	}

@media (max-width: 575.98px) {
	.top-footer h5 {
		font-size: 18px;
	}

	.top-footer p {
		line-height: 1.5;
	}
}

.footer-brand-logo a {
	padding: 0 20px;
}

@media (max-width: 767.98px) {
	.footer-brand-logo a {
		padding: 15px 20px;
	}
}

.bottom-footer {
	background-color: #9b9281;
}

	.bottom-footer h1, .bottom-footer h2,
	.bottom-footer h3, .bottom-footer h4,
	.bottom-footer h5, .bottom-footer h6,
	.bottom-footer p, .bottom-footer li,
	.bottom-footer td, .bottom-footer a,
	.bottom-footer a:link {
		color: #FFF;
	}

	.bottom-footer .border-bottom {
		border-bottom-color: rgba(255, 255, 255, 0.3) !important;
	}

.footer-navigation ul {
	padding-left: 0;
}

.footer-navigation li {
	list-style-type: none;
	padding-bottom: 10px;
}

	.footer-navigation li a:hover,
	.footer-navigation li a:focus {
		color: #FFF;
		opacity: 0.9;
	}

.scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: .4;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	background: url('../images/icon_top.png') no-repeat;
	z-index: 1;
}

.hotdeals ol li {
	font-size: 14px;
}

.hotdeals a, .hotdeals a:link {
	color: #A7852E;
	text-decoration: underline;
}