a {
	text-decoration: none !important;
}
body {
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif !important;
}
ul {
	margin-bottom: 0; 
	padding: 0;
}
.content > .container-fluid {
	max-width: 1920px;
}
.top_nav {
	/*background-color: #6e3b0d;*/
	background-color: #cc884c;
	overflow: auto;
	position: relative;
}
.top_nav .list {
	/*position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 15px;*/
	margin: 10px auto;
	text-align: right;
}
.logo img {
	max-width: 50px;
}
.top_nav li {
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
}
.top_nav li a {
	color: inherit;
} 
.top_nav li:last-child {
	border-right: none;
}
.top_nav li img {
	max-width: 20px;
}
.mobile_nav .top_nav li {
	border-right: none;
}
.mobile_nav .top_nav li img {
	max-width: 40px;
	vertical-align: inherit;
}
.bottom_nav {
	/*background-color: #cc884c;*/
	background-color: #6e3b0d;
	overflow: auto;
	position: relative;
}
.bottom_nav .row {
	justify-content: center;
	margin: 10px 0;
}
.main_nav {
	text-align: center;
	/*position: relative;*/
}
.main_nav .logo {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.main_nav .logo img {
	max-width: 70px;
}
.main_nav li {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 0 8.5rem;
	border-left: 1px solid #fff;
}
.main_nav li:last-child {
	border-right: 1px solid #fff;
}
.main_nav li.active {
	/*color: #462406;*/
	color: #cc884c;
}
.main_nav li img {
	max-width: 50px;
	display: block;
	margin: auto;
}
.main_nav li a {
	color: inherit;
}
.mobile_nav {
	display: none;
}
.sidebar_container {
	overflow: auto;
	width: 100%;
	height: 100%;
	display: none;
}
.sidebar_container .sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 80%;
	background-color: #000;
	transform: translateX(-100%);
	transition-duration: 1s;
	z-index: 999;
}
.sidebar_container .sidebar a {
	color: inherit;
}
.sidebar_container .sidebar li.active {
	text-decoration: underline;
}
.sidebar_container.active .sidebar {
	transform: translateX(0);
	transition-duration: 1s;
}	
.sidebar_container .blank {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	transform: translateX(100%);
	transition-duration: 1s;
	z-index: 998;
}
.sidebar_container.active .blank {
	transform: translateX(0);
	transition-duration: 1s;
}
.sidebar_container .sidebar_close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #fff;
	font-size: 40px;
	opacity: 0.5;
	cursor: pointer;
}
.sidebar_container .sidebar_close:hover {
	opacity: 1;
}
.mobile_nav .sidebar_icon {
	float: right;
	font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -28px;
    cursor: pointer;
}
.mobile_nav .logo {
	float: left;
}
.sidebar_container .container {
	margin: 3rem 1rem;
}
.sidebar_container ul {
	list-style-type: none;
}
.sidebar_container li {
	color: #fff;
	text-decoration: none;
	line-height: 3;
    font-size: 20px;
}
.sidebar_container li.active {
	text-decoration: underline;
}
.sidebar_container li img {
	max-width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.sidebar_container input {
	line-height: normal;
}
.content {
	background-color: #ead5a9;
	overflow: auto;
}
body > .content {
	min-height: 768px;
}
@media (max-width: 768px) {
	body > .content {
		min-height: 768px;
	}
}
.footer {
	/*background-color: #cd884c;*/
	background-color: #6e3b0d;
	text-align: center;
}
.footer div {
	display: inline-block;
	padding: 10px 0;
}
.footer li {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
}
.footer li a {
	color: inherit;
}
/*.footer li a.active {
	color: #442200;
	text-decoration: underline;
}*/
.copyright {
	text-align: center;
	/*background-color: #6e3b0d;*/
	background-color: #cc884c;
}
.copyright div {
	padding: 10px;
	color: #fff;
}
.overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	display: none;
	width: 100%;
    height: 100%;
	z-index: 996;
    top: 0;
}
.overlay.active {
	display: block;
}
.overlay_container {
	background-color: #ead5a9;
	width: 50%; 
	/*height: 80%; */
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	border-radius: 10px;
	z-index: 997;
	max-width: 500px;
}
.overlay_container .login {
	width: 100%;
	padding: 2rem;
}
.overlay_container .login .login_head {
	overflow: auto;
}
.overlay_container .login .login_head .login_title {
	font-size: 30px;
	color: #462406;
	float: left;
}
.overlay_container .login .login_head .register_button {
	font-size: 30px;
	color: #462406;
	float: right;
	margin-bottom: 1px;
	border-bottom: 1px solid #462406;
	cursor: pointer;
}
.overlay_container .login .login_form {
	line-height: 2;
}
.overlay_container .login .login_form input[type=email],
.overlay_container .login .login_form input[type=password] {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #8e5523;
    border-radius: 5px;
    padding: 10px;
    height: auto;
}
.overlay_container .login .login_form button {
	display: block;
    width: 100%;
    background-color: #6e3b0d;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
}
.overlay_container .login .forget {
	text-align: center;
	margin: 20px 0;
}
.overlay_container .login .forget span {
	margin-bottom: 1px;
	border-bottom: 1px solid;
	cursor: pointer;
}
.overlay_container .login .facebook_login {
	text-align: center;
	margin: 20px 0;
}
/*.overlay_container .login .facebook_login span {
	background-color: #475993;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-weight: 700;
}*/
.overlay_container .register {
	display: none;
	padding: 2rem;
	width: 100%;
}
.overlay_container .register .register_title {
	font-size: 30px;
	color: #482607;
}
.overlay_container .register .register_container {
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	/*transform: translateY(50%);*/
	margin: 40px 0;
}
.overlay_container .register .register_container div {
	/*margin: 2rem 0;*/
	margin: 40px 0;
}
/*.overlay_container .register .register_container .facebook_register span {
	background-color: #475993;
	color: #fff;
	padding: 10px 20px;
}*/
.overlay_container .register .register_container .normal_register span {
	background-color: #6b1d0a;
	color: #fff;
	padding: 10px 20px;
}
.overlay_container .register .register_container .facebook_register span a,
.overlay_container .register .register_container .normal_register span a {
	color: inherit;
}
.overlay_container .forget_password {
	display: none;
	padding: 2rem;
	width: 100%;
}
.overlay_container .forget_password .forget_title {
	font-size: 30px;
	color: #482607;
}
.overlay_container .forget_password .forget_form input[type=email] {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #8e5523;
    border-radius: 5px;
    padding: 10px;
    height: auto;
}
.overlay_container .forget_password .forget_form {
	line-height: 2;
	/*transform: translateY(50%);*/
	margin: 40px 0;
}
.overlay_container .forget_password .forget_form button {
	display: block;
    width: 100%;
    background-color: #6e3b0d;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
}
@media only screen and (max-width: 1366px) {
	.main_nav li {
		padding: 0 4.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.main_nav li {
		padding: 0 3rem;
	}
}
@media only screen and (max-width: 768px) {
	.desktop_nav .bottom_nav {
		display: none;
	}
	.desktop_nav .hidden-in-xs {
		display: none;
	}
	.mobile_nav {
		display: block;
		position: relative;
	}
	.logo img {
		/*max-width: 100px;*/
		max-width: 80px;
		margin: 5px auto;
	}
	.sidebar_container {
		display: block;
	}
	.footer div {
		display: block;
	}
	.footer .logo {
		display: none;
	}
	.overlay_container {
		width: 90%;
		/*height: 90%; */
	}
}
.isLoading {
	opacity: 0.2;
}
.isLoading img {
	cursor: default;
}
.form-error-message {
	color: #f44336;
}
.col-xs-4 > .form-error-message {
	display: inline-block;
}
debug-translation {
	position: relative;
}
debug-translation-text {
    position: absolute;
    background: #CCC;
    color: #000;
    top: -15px;
    left: 0;
    z-index: 999;
    font-size: 10px;
    padding: 2px;
    line-height: 10px;
}
@media (min-width: 768px) {
	.clearEvery2:nth-child(2n+1) {
		clear: left;
	}
	.clearEvery4:nth-child(4n+1) {
		clear: left;
	}
}
.page-profile .profile .history_detail .history_content .detail {
    padding: 0;
    width: 100%;
}
.page-profile .profile .history_detail .history_content .detail .price {
    text-align: right;
}
.page-profile .profile .history_detail .history_content .detail .price b {
    padding-left: 15px;
}
.page-profile .profile .history_detail .history_content .row {
    position: relative;
}
.page-profile .profile .history_detail .history_content .detail .name a,
.page-profile .profile .history_detail .history_content .detail .name a:hover,
.page-profile .profile .history_detail .history_content .detail .name a:focus,
.page-profile .profile .history_detail .history_content .detail .name a:active {
	color: #462406;
}
.page-profile .profile .history_detail .history_content .button span a,
.page-profile .profile .history_detail .history_content .button span a:hover,
.page-profile .profile .history_detail .history_content .button span a:focus,
.page-profile .profile .history_detail .history_content .button span a:active {
	color: #fff;
}
.page-profile .profile .history_detail .history_content .button {
    padding-left: 15px;
}
@media (max-width: 767px) {
    .page-profile .profile .history_detail .history_content .detail .price {
		text-align: left;
		margin-bottom: 20px;
    }
}
#header-search {
	padding: 2px 6px;
    border: 0;
	margin-right: 5px;
	font-size: 14px;
    color: #333;
}
#header-search::-webkit-input-placeholder {
	font-size: 14px;
    color: #333;
}
#header-search::-moz-placeholder {
	font-size: 14px;
    color: #333;
}
#header-search:-ms-input-placeholder {
	font-size: 14px;
    color: #333;
}
#header-search:-moz-placeholder {
	font-size: 14px;
    color: #333;
}
.page-aboutus .aboutus .text ul,
.page-aboutus .aboutus .text ol {
	padding-left: 30px;
}
.page-aboutus .aboutus .text h4 {
	margin-top: 30px;
}
.form-coupon-container {
	background: #FFF;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -40px;
}
.page-cart.form-coupon-container .cart_container .coupon span {
	font-size: 14px;
    color: #000;
}
.page-cart.form-coupon-container .cart_container .coupon div {
	padding: 10px 20px;
	line-height: 20px;
}