body {
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body:lang(zh-CN) {
	font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
body:lang(zh-TW) {
	font-family: Roboto,Helvetica Neue,Helvetica,Noto Sans,Noto Sans TC,PingFang TC,微軟正黑體,Microsoft JhengHei,新細明體,PMingLiU,sans-serif;
}
body.memorial {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666;
}
a:hover, a:focus {
	color: #e10600;
	text-decoration: none;
}
img {
	line-height: 0;
	margin: 0;
	max-width: 100%;
}
img.lazy {
	display: block;
	border: 0;
	opacity: 0;
}
img:not(.initial) {
	transition: opacity 300ms;
}
img.initial,
img.loaded,
img.error {
	opacity: 1;
}
img:not([src]) {
	visibility: hidden;
}
video {
	max-width: 100%;
}
video::-internal-media-controls-download-button {
	display: none;
}
video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label, .label {
	font-weight: normal;
}
.container.padding-top {
	padding-top: 30px;
}
.row-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-xs-1, .row-sm .col-xs-10, .row-sm .col-xs-11, .row-sm .col-xs-12, .row-sm .col-xs-2, .row-sm .col-xs-3, .row-sm .col-xs-4, .row-sm .col-xs-5, .row-sm .col-xs-6, .row-sm .col-xs-7, .row-sm .col-xs-8, .row-sm .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
/*	position: relative;
	bottom: -0.15em;
	font-size: 1.1em;*/
}
.table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
		padding: 1rem 1.5rem;
		vertical-align: top;
		border-color: #f2f2f2;
}
.table > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
		border-color: #f2f2f2;
		border-bottom-width: 1px;
}
.table-bordered {
	border-color: #f2f2f2;
}
.icon-fw {
	width: 1.28571429em;
	text-align: center;
}
.table-bordered {
	border-color: #f2f2f2;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' *';
	color: #e10600;
	font-weight: bold;
}
.form-horizontal div.required .control-label:after {
	display: none;
}
.form-horizontal div.required .control-label:before {
	content: '* ';
	color: #e10600;
	font-weight: bold;
}
.text-danger {
	color: #e10600;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #e10600;
}
.has-error .form-control {
	border-color: #e10600;
}
.form-group .options {
	position: relative;
}
.form-control-feedback {
	top: 27px;
	line-height: 40px;
}
.form-group .options .form-control-feedback {
	top: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: -2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 18px;
	width: 18px \0;
	height: 18px;
	height: 18px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 2px;
	vertical-align: middle;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #dcdcdc;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #0275d8;
	border-color: #0275d8;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 18px;
	width: 18px \0;
	height: 18px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 4px;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	background: #fff;
	border-radius: 1em;
	vertical-align: middle;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked:hover, .checkbox input[type="checkbox"]:checked:hover, .checkbox-inline input[type="checkbox"]:checked:hover {
	border-color: #0275d8;
	-webkit-box-shadow: none;
	-webkit-box-shadow: none \9;
	box-shadow: none;
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e62a";
	-webkit-transition: .4s;
	transition: .4s;
}
.progress {
	height: 18px;
	background-color: #f5f5f5;
	border-radius: 10px;
	box-shadow: none;
}
.progress-bar {
	min-width: 28px;
	max-width: 100%;
	line-height: 18px;
	background-color: #888;
	border-radius: 10px;
	box-shadow: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-bar-danger {
	background-color: #d9534f;
}
a:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 16px;
}
.btn-group-giant>.btn, .btn-giant {
	padding: 14px 22px;
	font-size: 18px;
	line-height: 1.5;
}
.btn-block.btn-giant+.btn-block {
	margin-top: 15px;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 8px 22px;
}
.btn, .btn:hover, .btn:focus {
	border-color: transparent;
	outline: none;
}
.btn-default {
	border-color: #ddd;
}
.btn-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}
.btn-primary:hover {
	background-color: #025aa5;
	border-color: #01549b;
}
.btn-primary:focus, .btn-primary.focus {
	background-color: #0275d8;
	border-color: #0275d8;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #0275d8;
	border-color: #0275d8;
}
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	background-color: #025aa5;
	border-color: #01549b;
}
.btn-alipay {
	color: #fff;
	background-color: #1FBCEB;
	border-color: #1FBCEB;
}
.btn-alipay:hover {
	color: #fff;
	background-color: #0AE;
	border-color: #0AE;
}
.btn-alipay i {
	margin-right: 5px;
	transform: scale(1.5);
}
.btn-wechat {
	color: #fff;
	background-color: #07c160;
	border-color: #07c160;
}
.btn-wechat:hover {
	color: #fff;
	background-color: #2f9833;
	border-color: #2f9833;
}
.btn-wechat i {
	margin-right: 5px;
	transform: scale(1.5);
}
.btn-round {
	border-radius: 999px;
}
.btn-long {
	padding: 6px 26px;
}
.btn-lg.btn-long {
	padding: 12px 32px;
}
.btn-play-video, .btn-play {
	position: relative;
	z-index: 1001;
	display: inline-block;
	height: 46px;
	width: 46px;
	background-color: transparent;
	border: 2px solid #666;
	border-color: rgba(0,0,0,0.4);
	border-radius: 50%;
}
.btn-play-video:after, .btn-play:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 11px;
	height: 0;
	width: 0;
	border: 10px solid #666;
	border-width: 10px 17px;
	border-color: transparent transparent transparent #666;
	border-left-color: rgba(0,0,0,0.4);
}
.btn-play-video:hover, .btn-play:hover {
	border-color: #333;
	border-color: rgba(0,0,0,0.8);
}
.btn-play-video:hover:after, .btn-play:hover:after {
	border-left-color: #333;
	border-left-color: rgba(0,0,0,0.8);
}
.btn-close-video {
	position: relative;
	z-index: 1001;
	display: inline-block;
	height: 46px;
	width: 46px;
	color: #fff;
	font-size: 26px;
	background-color: #666;
	background-color: rgba(0,0,0,0.4);
	border: none;
	border-radius: 50%;
}
.btn-close-video:hover {
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
}
.form-control, .input-group {
	min-width: 60px;
	max-width: 562px;
}
.form-control.short, .input-group.short {
	max-width: 250px;
}
.form-control.long, .input-group.long {
	max-width: 750px;
}
.form-control.digit, .input-group.digit {
	max-width: 80px;
}
.three-input-group {
	max-width: 520px;
	margin-left: -10px;
	margin-right: -10px;
}
.three-input-group > div {
	padding-left: 10px;
	padding-right: 10px;
}
.three-input-group.short {
	max-width: 270px;
}
.table-borderless td, .table-borderless th {
	border: none !important;
}
/* breadcrumb */
.site-breadcrumb .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
}
.breadcrumb {
	flex: 1;
	margin: 0 0;
	padding: 20px 0;
	font-size: 12px;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.site-breadcrumb .action {
	margin-left: 20px;
	padding: 10px 0;
}

.pagination {
	margin: 0;
	padding: 2px 0;
}
.pagination > li {
	display: inline-block;
	margin: 0 5px;
}
.pagination > li a, .pagination > li span {
	height: 36px;
	min-width: 36px;
	padding: 0 5px;
	color: #333;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 20px !important;
}
.pagination li.active span, .pagination li:hover a {
	color: #fff;
	background: #e10600 !important;
	border-color: #e10600 !important;
}
.pagination.has-first .first, .pagination.has-first .prev, .pagination.has-last .last, .pagination.has-last .next {
	display: none;
}
.pagination-amount {
	display: inline-block;
	padding: 8px 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.dropdown-menu {
	min-width: 100px;
	margin: 0;
	border: rgba(0,0,0,0.07) 1px solid;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-menu li > a:hover {
	color: #e10600;
	background-color: #f3f3f3;
	background-image: none;
}
.dropdown-menu:after, .dropdown-menu:before {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	left: 9px;
	top: -12px;
}
.dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	left: 21px;
	top: -15px;
	opacity: 0;
}
.dropdown-menu-right:before {
	left: auto;
	right: 9px;
}
.dropdown-menu-right:after {
	left: auto;
	right: 21px;
}
.dropdown-menu .dropdown-toggle {
	position: relative;
	padding-right: 40px;
}
.dropdown-menu .dropdown-toggle i {
	position: absolute;
	top: 5px;
	right: 15px;
	line-height: 1.42857143;
}
.dropdown-menu .dropdown-menu {
	top: -5px;
	left: 100%;
}
.dropdown-menu .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent #fff transparent transparent;
	left: -7px;
	top: 7px;
}
.dropdown-menu .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent #fff transparent transparent;
	left: -16px;
	top: 12px;
	opacity: 0;
}
.dropdown.right .dropdown-menu {
	right: 0;
	left: auto;
}
.dropdown.right .dropdown-menu:before {
	right: 9px;
	left: auto;
}

@media (min-width: 768px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-menu .see-all {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		margin: 0;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 20px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #e10600;
	}
}
@media (max-width: 768px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 60px auto;
	}
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
	display: flex;
	flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
	flex: 1;
  padding: 72px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog, .modal.modal-left.fade.in .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog, .modal.modal-right.fade.in .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog, .modal.modal-top.fade.in .modal-dialog {
  top: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog, .modal.modal-bottom.fade.in .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

.modal-header.fixed {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  background: #fff;
}
.modal-footer.fixed {
  position: fixed;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* plugins */
.swiper {
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
	position: relative;
}
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-pagination {
	bottom: 3px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px !important;
	height: 11px !important;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin: 0 5px;
	background: rgba(0, 0, 0, 0.7) !important;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: #e10600 !important;
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9) !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
	cursor: pointer;
	pointer-events: auto;
}
.swiper-button-prev, .swiper-button-next {
	height: 60px !important;
	width: 60px !important;
	margin-top: -30px;
	color: rgba(0, 0, 0, 0.9);
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
	transition: all .3s ease;
	z-index: 2;
	background-image: none !important;
	opacity: 0;
}
.swiper .swiper-button-prev {
	opacity: 0;
	left: 0px;
}
.swiper .swiper-button-next {
	opacity: 0;
	right: 0px;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
	color: #e10600;
	opacity: 1;
}
@media (max-width: 768px){
	.swiper {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
}
/* Desktop */
@media (min-width: 768px){
	.swiper .swiper-button-prev {
		opacity: 0;
		left: -60px;
	}
	.swiper .swiper-button-next {
		opacity: 0;
		right: -60px;
	}
	.swiper:hover .swiper-button-prev {
		opacity: 0.7;
		left: 0px;

	}
	.swiper:hover .swiper-button-next {
		opacity: 0.7;
		right: 0px;
	}
	.swiper-pagination {
		bottom: 10px;
	}
}
.swal2-content a {
	border-bottom: 1px dashed #eee;
}
.swal2-content a:hover {
	border-color: #e10600;
}
.swal2-modal .swal2-styled {
	font-weight: 300;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.alert-notify {
	max-width: 600px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #2c2c2c;
	background-color: rgba(0,0,0,.8);
	border-color: #2c2c2c;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.alert-notify.large{
	padding: 40px 20px;
}
.alert-notify hr {
	border-top-color: #1f1f1f;
}
.alert-notify a {
	color: #e6e6e6;
}
.alert-notify .close {
	color: #ffeb3b;
	opacity: 1;
}

/* top */
.top-notification {
	position: relative;
	margin-bottom: 0;
	border-radius: 0;
	border-width: 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.top-notification .close {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 28px;
}

.label-group, .label-group-price {
	padding: 0 8px;
	color: #fff;
	background-color: #666;
}
img.label-group, img.label-group-price {
	padding: 0;
	height: 18px;
	background-color: transparent;
	border-radius: 3px;
}
@media (max-width: 768px) {
	.top-notification .close {
		position: static;
	}
}
.site-topbar {
	position: relative;
	z-index: 1020;
	min-height: 36px;
	margin-bottom: 0;
	color: #b0b0b0;
	font-size: 12px;
	background-color: #333;
	border-width: 0;
	border-radius: 0;
}
.site-topbar a {
	color: #b0b0b0;
}
.navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.site-topbar .navbar-nav {
	float: left;
	margin: 0;
}
.site-topbar .navbar-nav > li {
	float: left;
}
.site-topbar .nav > li {
	float: left;
}
.site-topbar .sep {
	height: 10px;
	width: 1px;
	margin: 15px 5px;
	background-color: #666;
}
.site-topbar .navbar-nav .arrow {
	margin-left: 2px;
}
.site-topbar .location-selector .dropdown-toggle .icon {
	margin-right: 0.5rem;
	color: #e10600;
}
.site-topbar .language-selector .dropdown-toggle .icon {
	margin-right: 0.5rem;
}
.site-topbar .currency-selector .dropdown-toggle .icon {
	display: inline-block;
	margin-top: -0.24em;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	color: #333;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	text-align: center;
	background-color: #9d9d9d;
	border-radius: 50%;
	vertical-align: middle;
}
.site-topbar .wishlist .count {
	display: none;
}
.site-header {
	position: relative;
	z-index: 1010;
	left: 0;
	top: 0;
	background-color: #fff;
	border-bottom: rgba(0,0,0,0.05) 1px solid;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.site-header .logo {
	display: block;
	float: left;
	height: 96px;
	font-size: 30px;
	line-height: 96px;
}
.site-header .logo img {
	display: block;
	height: 80px;
	margin-top: 8px;
}
.site-header .quick-cart, .site-header .search, .site-header .sep {
	position: relative;
	float: right;
	margin-top: 39px;
	padding: 0 5px;
}
.site-header .sep {
	padding: 0;
	margin-right: 15px;
	height: 20px;
	width: 1px;
	background-color: #eee;
}
.site-header .quick-cart > a, .site-header .search > a {
	display: block;
	padding: 0 3px;
}
.site-header .quick-cart > a i, .site-header .search > a i {
	height: 20px;
	width: 20px;
	font-size: 18px;
}
.site-header .quick-cart .cart-count {
	position: absolute;
	top: -8px;
	right: -6px;
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	background-color: #e10600;
	opacity: .8;
}
.site-header .search-box {
	position: relative;
	float: right;
	max-width: 150px;
	margin-top: 31px;
	margin-right: 5px;
}
.site-header .search-box .link {
	display: none;
	height: 20px;
	width: 30px;
	padding: 0 3px;
	font-size: 18px;
}
.site-header .search-box .input-group-btn {
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	width: 34px;
}
.site-header .search-box .form-control {
	padding: 6px 34px 6px 15px;
	border-radius: 999px;
}
.site-header .search-box .input-group-btn .btn {
	height: 34px;
	width: 34px;
	padding: 0;
	color: #666;
	font-size: 18px;
	background-color: transparent;
}
.site-header .navbar-toggle {
	padding: 10px 15px;
	margin: 5px 0 0 5px;
	color: #666;
	font-size: 24px;
}
.nav-main-wrapper {
	float: right;
}
.nav-main > li {
	float: left;
}
.nav-main > li > a {
	height: 96px;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 76px;
}
[lang=en] .nav-main > li > a {
	padding: 10px 15px;
	font-size: 14px;
}
.nav-main > li:hover > a, .nav-main > li > a:hover, .nav-main .open > a, .nav-main .open > a:focus, .nav-main .open > a:hover {
	background-color: #f3f3f3;
}
.nav-main > li + li {
	margin-left: 0;
}
.nav-main .dropdown-menu:before {
	opacity: 0;
}
.nav-main .dropdown-menu:after {
	opacity: 1;
}
.nav-main .dropdown-menu .dropdown-menu:before {
	opacity: 0;
}
@media (max-width: 768px) {
	.site-header .logo {
		height: 66px;
		font-size: 20px;
		line-height: 66px;
	}
	.site-header .logo img {
		height: 50px;
		margin-top: 8px;
	}
	.site-header .quick-cart, .site-header .search, .site-header .sep {
		margin-top: 24px;
	}
	.site-header .search-box {
		margin-top: 24px;
	}
	.site-header .search-box .link {
		display: block;
	}
	.site-header .search-box form {
		display: none;
	}
	.site-header .navbar-toggle {
		margin-top: 5px;
	}
	.nav-main-wrapper {
		position: absolute;
		top: 100%;
		right: 10px;
		z-index: 1000;
		min-width: 160px;
		margin: 0 !important;
		padding: 0;
		background-color: #fff;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	}
	.nav-main-wrapper.in {
		overflow-y: inherit;
	}
	.nav-main > li {
		float: none;
	}
	.nav-main > li > a {
		height: auto;
		line-height: 1.5em;
	}
	.dropdown-menu li > a:hover {
		color: #e10600;
		background-color: #f3f3f3;
		background-image: none;
	}
	.nav-main-wrapper:before {
		border-bottom-style: solid;
		content: '';
		display: block;
		height: 0;
		position: absolute;
		width: 0;
		border: 8px solid;
		border-color: transparent transparent #fff transparent;
		z-index: 99;
		right: 9px;
		top: -15px;
	}
}
/* cart */
.quick-cart-box, .quick-search-box {
	left: auto !important;
	right: 0;
	min-width: 290px;
	padding: 0;
}
.quick-cart-box:before, .quick-search-box:before {
	left: auto;
	right: 8px;
}
.quick-cart-box:after, .quick-search-box:after {
	left: auto;
	right: 25px;
}
.quick-cart-box {
	z-index: 1001;
}
.quick-cart-box .cart-empty {
	text-align: center;
	padding: 25px 0;
}
.quick-cart-wrapper {
	padding: 5px 20px;
}
.quick-cart-content {
	max-height: 363px;
	overflow: auto;
	padding: 0 20px;
	margin: 0 -20px;
}
.quick-cart-box .item {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.quick-cart-box .item:last-child {
	border-bottom: none;
}
.quick-cart-box .info {
	position: relative;
	float: left;
	width: 160px;
}
.quick-cart-box .image {
	display: block;
	float: left;
	width: 80px;
	margin-right: 10px;
	background-color: #f6f6f6;
}
.quick-cart-box .name {
	display: block;
	display: -webkit-box;
	height: 40px;
	overflow: hidden;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.quick-cart-box .option {
	display: block;
	height: 18px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.quick-cart-content .price {
	line-height: 18px;
}
.quick-cart-content .quantity {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	color: #ccc;
	font-size: 14px;
	line-height: 18px;
}
.quick-cart-box .has-option .name {
	margin-bottom: 0;
}
.quick-cart-box .remove {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	padding: 0;
	color: #999;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f3f3;
	border: none;
	border-radius: 50%;
}
.quick-cart-box .item:hover .remove {
	display: block;
}
.quick-cart-box .remove i {
	display: block;
}
.quick-cart-box .remove:hover {
	color: #e10600;
}
.quick-cart-footer {
	padding-top: 5px;
}
.quick-cart-footer .totals {
	margin-bottom: 10px;
}
.quick-cart-footer .totals p{
	margin-bottom: 0;
}
.quick-cart-footer .totals .price {
	float: right;
}
.quick-cart-footer .btns{
	margin-bottom: 15px;
}
.quick-cart-footer .btns .btn {
	display: inline-block;
	width: 48%;
}
.quick-cart-footer .btns .checkout {
	float: right;
}
/* search */
.quick-search-box form {
	padding: 5px 20px;
}
.quick-search-box .input-group {
	padding: 15px 0;
}

.search-history-box {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	width: 300px;
	margin-top: 10px;
	padding: 0 0 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.search-history-box .header {
	margin-bottom: 10px;
	padding: 10px 20px 0;
}
.search-history-box .header h3 {
	margin: 0;
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
.search-history-box .header .clear {
	float: right;
	color: #666;
}
.search-history-box .header .clear:hover {
	color: #e10600;
}
.search-history-list .item {
	padding: 0 20px;
	height: 30px;
	color: #333;
	line-height: 30px;
}
.search-history-list .item:hover {
	background-color: #f5f5f5;
}
.search-history-list .item a {
	display: block;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-history-list .item .remove {
	float: right;
	color: #999;
	font-size: 22px;
	line-height: 30px;
}
.search-history-list .item .remove:hover {
	color: #e10600;
	cursor: pointer;
}
.page-main {
	padding-bottom: 40px;
}
/* footer */
.site-footer {
	margin-top: 0;
	padding: 50px 0 40px;
	color: #777;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
}
.site-footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.site-footer a {
	color: #777;
}
.site-footer a:hover {
	color: #e10600;
}
.site-footer h4 {
	font-weight: 400;
}
.site-footer .contact-phone {
	color: #e10600;
	font-size: 18px;
}
.footer-title h4{
	margin-top: 0;
	margin-bottom: 20px;
}
.footer-content{
	margin-bottom: 30px;
	line-height: 30px;
}
.footer-content i {
	margin-right: 0.5em;
}

.footer-content .icon-wechat {
	color: #07c160;
}
.footer-bar {
	padding: 15px 0;
	color: #9d9d9d;
	background-color: #181818;
}
.footer-bar a {
	color: #9d9d9d;
}
.footer-bar a:hover {
	color: #fff;
}
.footer-bar .copyright .text, .footer-bar .copyright a {
	margin-right: 10px;
}
.footer-bar .copyright a img {
	position: relative;
	top: -1px;
	height: 16px;
	margin-right: 5px;
}
.footer-bar .links a {
	display: inline-block;
	margin-right: 7px;
	padding-right: 10px;
	line-height: 1;
	border-right: 1px solid #9d9d9d;
	white-space: nowrap;
}
.footer-bar .links > a:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.footer-bar .site-links {
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.footer-bar .site-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-bar .site-links li {
	display: inline-block;
	margin-bottom: 10px;
}
.footer-bar .site-links img {
	max-height: 31px;
}

.back-to-top {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	height: 40px;
	width: 40px;
	padding: 3px;
	color: #fff;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
.back-to-top.active {
	opacity: 1;
	pointer-events: auto;
}
.back-to-top:after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 18px;
	height: 0;
	width: 0;
	border: 2px solid #e10600;
	opacity: 0;
	border-radius: 50%;
}
.back-to-top:hover:after {
	bottom: -5px;
	right: -5px;
	height: 50px;
	width: 50px;
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
}
.back-to-top:hover, .back-to-top:focus {
	color: #fff;
	background-color: #e10600;
}

.price {
	color: #e10600;
}

.card {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
}
.card-header, .card-footer {
	padding: 20px;
}
.card-header .more {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 1;
}
.card-title {
	margin: 0;
	color: #333;
	font-size: 20px;
}
.card-subtitle {
	display: block;
	margin-top: 0.5rem;
	color: #999;
}
.card-body {
	padding: 20px;
}
.card-footer, .card-header + .card-body {
	padding-top: 0;
}
.card-borderless {
	background-color: transparent;
	border-width: 0;
}
.card-borderless .card-header, .card-borderless .card-footer {
	padding-left: 0;
	padding-right: 0;
}
.card-borderless .card-header .more {
	right: 0;
}
.card-borderless .card-body {
	padding-left: 0;
	padding-right: 0;
}

h1.heading {
	margin: 0;
	padding: 20px 0;
	color: #666;
	font-size: 28px;
	font-weight: 400;
}
h1.heading small, h1.heading .subtitle {
	margin-left: 10px;
	color: #777;
	font-size: 20px;
	line-height: 1.5;
}
h2.subtitle {
	padding: 20px 0;
	color: #666;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}
.box {
	margin-bottom: 10px;
	border:	1px solid #e8e8e8;
}
.box .header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
}
.box .header h3 {
	margin: 0;
	padding: 0 15px;
	color: #333;
	font-size: 17px;
	line-height: 39px;
}
.box .header .action {
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	color: #999;
	font-size: 15px;
	line-height: 39px;
}
.box .header .action:hover {
	color: #e10600;
	text-decoration: none;
}
.box.accordion .panel-group {
	margin-bottom: 0;
}
.box.accordion .panel {
	border-width: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #e8e8e8;
}
.box.accordion .panel:last-child {
	border-bottom-width: 0;
}
.box.accordion .panel+.panel {
	margin-top: 0;
}
.box.accordion .panel-heading {
	background-color: #fff;
}
.box.accordion .panel-heading+.panel-collapse>.panel-body {
	border-top-width: 0;
}
.box.accordion .panel-title {
	font-size: 14px;
}
.box.accordion .panel-title a {
	display: block;
}
.box.accordion .toggle {
	display: block;
	float: right;
	margin-left: 5px;
	height: 18px;
	width: 18px;
	color: #333;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
.box.accordion .toggle:hover {
	color: #e10600;
}
.box.accordion .panel-heading.active {
	background-color: #f5f5f5;
}
.box.accordion .subs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box.accordion .subs li {
	display: block;
}
.box.accordion .subs li a {
	display: block;
	padding: 5px 10px;
}
.box.accordion .subs li.active a {
	color: #e10600;
}

.box-title {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}
.box-title .action {
	float: right;
	padding-left: 15px;
	color: #999;
	font-size: 15px;
}
.message-board, .no-data-box, .loading-box {
	padding: 80px 20px;
	text-align: center;
}
.message-board .title i, .no-data-box i, .loading-box i {
	display: block;
	margin: 0 auto 30px;
	color: #ddd;
	font-size: 90px;
}
.message-board .title i.success, .no-data-box i.success, .loading-box i.success {
	color: #07c160;
}
.message-board .title i.danger, .no-data-box i.danger, .loading-box i.danger {
	color: #ee0a24;
}
.message-board .title i.warning, .no-data-box i.warning, .loading-box i.warning {
	color: #f0ad4e;
}
.message-board .title i.round, .no-data-box i.round, .loading-box i.round {
	height: 90px;
	width: 90px;
	color: #fff;
	font-size: 70px;
	line-height: 90px;
	text-align: center;
	background-color: #eee;
	border-radius: 999px;
}
.message-board .title i.round.success, .no-data-box i.round.success, .loading-box i.round.success {
	background-color: #07c160;
}
.message-board .title i.round.danger, .no-data-box i.round.danger, .loading-box i.round.danger {
	background-color: #ee0a24;
}
.message-board .title i.round.warning, .no-data-box i.round.warning, .loading-box i.round.warning {
	background-color: #f0ad4e;
}
.message-board .title .text {
	margin-bottom: 20px;
	color: #555;
	font-size: 20px;
	line-height: 1.5;
}
.message-board .message, .no-data-box .text, .loading-box .text {
	display: block;
	margin: 0 auto;
	margin-top: 3rem;
	max-width: 600px;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5;
}
.message-board .message .link, .no-data-box .text .link, .loading-box .text .link {
	text-decoration: underline;
}
.message-board .action, .no-data-box .action, .loading-box .action {
	margin-top: 3rem;
	text-align: center;
}
.message-board .action .btn, .no-data-box .action .btn, .loading-box .action .btn {
	margin: 0 10px;
}
.message-board.small, .no-data-box.small, .loading-box.small {
	padding: 5rem 1rem;
}
.message-board.small .title i, .no-data-box.small i, .loading-box.small i {
	font-size: 5rem;
}
.message-board.small .message, .no-data-box.small .text, .loading-box.small .text {
	margin-top: 1.5rem;
}
.message-board .text.success, .message-board .message.success, .no-data-box .text.success, .loading-box .text.success {
	color: #07c160;
}
.message-board .text.danger, .message-board .message.danger, .no-data-box .text.danger, .loading-box .text.danger {
	color: #ee0a24;
}
.message-board .text.warning, .message-board .message.warning, .no-data-box .text.warning, .loading-box .text.warning {
	color: #f0ad4e;
}
@media (max-width: 768px) {
	.message-board, .no-data-box, .loading-box {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

#content {
	min-height: 200px;
}
/* product list */
.main-filters {
	margin: 10px 0 30px;
}
.main-filters .filter {
	float: left;
	width: 100%;
	padding: 15px 0 0;
	border-bottom: 1px dashed #eee;
}
.main-filters .filter:last-child {
	border-bottom: 1px solid #eee;
}
.main-filters .filter .name {
	float: left;
	margin: 0 30px 15px 0;
	color: #999;
	font-size: 1.5rem;
}
.main-filters .filter .items {
	float: none;
}
.main-filters .filter .items a{
	float: left;
	margin: 0 30px 15px 0;
	font-size: 1.5rem;
}
.main-filters .filter .items a.active {
	color: #e10600;
}
.main-filters .filter a span {
	vertical-align: middle;
}
.main-filters .filter i {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #ddd;
	border-radius: 50%;
	vertical-align: middle;
}
.main-filters .filter a:hover i, .main-filters .filter a.active i {
	background-color: #e10600;
}
.product-item {
	margin-bottom: 20px;
	overflow: auto;
}
.product-item.border{
	border: 1px solid #eaeaea;
}
.product-img {
	position: relative;
}
.product-img .image {
	background-color: #f6f6f6;
}
.product-img .image a {
	display: block;
}
.product-img .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-img .tip {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}

.product-list .product-img .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-img .image {
		position: relative;
	}
}
.product-list .product-info {
	padding: 10px 15px 15px;
	min-height: 92px;
}
.product-list .product-info .labels {
	margin-bottom: 8px;
	text-align: center;
}
.product-list .product-info .title {
	height: 24px;
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-list .product-info .intro {
	height: 24px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.product-list .product-img .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-info {
		min-height: 0;
		margin-left: 0;
		padding: 10px;
	}
}
.product-list .product-img .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-list .product-info .price {
	min-height: 24px;
	color: #e10600;
	text-align: center;
}
.product-list .product-info .price .price-value {
	font-family: arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}
.product-list .product-info .price .symbol, .product-list .product-info .price .decimal {
	font-size: 12px;
	vertical-align: middle;
}
.product-list .product-info .price .price-value .symbol:first-child {
	margin-right: 2px;
}
.product-list .product-info .price .price-value .symbol:last-child {
	margin-left: 2px;
}
.product-list .product-info .price .unit {
	margin-left: 2px;
	color: #333;
	font-size: 12px;
	vertical-align: middle;
}
.product-list .product-info .price-now {
	display: inline-block;
	padding: 0 6px;
	color: #fff;
	background-color: #e10600;
	border-radius: 2px;
}
.product-list .product-info .price-now .unit {
	color: #fff;
}
.product-list .product-info .price-pre {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-list .product-info .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-list .product-info .sales {
	margin-top: -8px;
	margin-bottom: 5px;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.product-list .product-info .sales .count {
	margin: 0 3px;
	/*color: #e10600;*/
}
.product-list .product-info .sales .count.zero {
	color: #999;
}
.product-list .product-img .action {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 36px;
	text-align: center;
	pointer-events: none;
}
.product-list .product-img .action button, .product-list .product-img .action a {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 0 6px;
	color: #999;
	font-size: 16px;
	line-height: 32px;
	background-color: #eee;
	border: none;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	transform: scale(0);
	pointer-events: auto;
}
.product-list .product-img .action button:hover, .product-list .product-img .action a:hover {
	background-color: #3c3c3c;
	color: #dedede;
}
.product-item:hover .product-img .action button, .product-item:hover .product-img .action a {
	transform: scale(1);
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (max-width: 768px) {
	.product-list .product-img .button-group {
		border-left: none;
	}
}
.product-list .product-img .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-list .product-img .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-list .product-img .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-list .product-img .button-group button, .product-list .product-img .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-list .product-img .button-group button, .product-list .product-img .button-group button + button {
		width: 33.33%;
	}
}
.product-list .product-img .commission {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #ee0a24;
	background-image: linear-gradient(120deg, #ff6034, #ee0a24);
	border-radius: 999px;
}
.product-list .product-img .commission .icon {
	margin-left: -5px;
	margin-right: 5px;
}
.product-list .product-action {
	margin-top: -10px;
	padding-bottom: 15px;
	text-align: center;
}

.product-list-sidebar .product-item {
	margin-bottom: 10px;
}
.product-list-sidebar .product-img {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.product-list-sidebar .product-img .action {
	display: none;
}
.product-list-sidebar .product-info {
	min-height: 60px;
	padding: 0;
}
.product-list-sidebar .product-info .title {
	height: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	-webkit-line-clamp: 1;
}
.product-list-sidebar .product-info .labels, .product-list-sidebar .product-info .price-hidden-tip {
	display: none;
}
.product-list-sidebar .product-info .intro {
	height: 18px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.product-list-sidebar .product-info .price {
	margin-bottom: 0;
	text-align: left;
}
.product-list-sidebar .product-info .price-pre {
	margin-left: 5px;
}

.product-list-grouped {
	padding: 20px;
	border: 1px solid #eee;
}
.product-list-grouped .product-item {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.product-list-grouped .product-img {
	float: left;
}
.product-list-grouped .product-img .image {
	height: 100px;
	width: 100px;
}
.product-list-grouped .product-info {
	min-height: 100px;
	margin: 0 100px;
	padding: 0 10px;
}
.product-list-grouped .product-info .title {
	height: 48px;
	text-align: left;
	-webkit-line-clamp: 2;
}
.product-list-grouped .product-info .price {
	font-size: 16px;
	text-align: left;
}
.product-list-grouped .product-count {
	float: right;
	height: 100px;
	width: 100px;
	font-size: 26px;
	line-height: 100px;
	text-align: center;
	background-color: #f0f0f0;
	border-radius: 8px;
}
.product-list-grouped .product-item:first-child {
	padding-top: 0;
}
.product-list-grouped .product-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}
.product-list-grouped .product-item.disabled .title {
	color: #999;
}


@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
		#column-left  .product-item .col-md-3 {
			 width: 100%;
		}

	#column-left + #content .product-item .col-md-3 {
			 width: 50%;
		}

	#column-left + #content + #column-right .product-item .col-md-3 {
			 width: 100%;
		}

		#content + #column-right .product-item .col-md-3 {
			 width: 100%;
		}
}

/* fixed product layouts used in left and right columns */
#column-left .product-item, #column-right .product-item {
	width: 100%;
}
.primary-images {
	position: relative;
}
.primary-images .image{
	margin-bottom: 10px;
	background-color: #f6f6f6;
}
.primary-images .image img {
	width: 100%;
}
.primary-images .btn-play-video {
	position: absolute;
	left: 18px;
	bottom: 18px;
}
.primary-images .btn-close-video {
	display: none;
	position: absolute;
	top: 18px;
	right: 18px;
}
.primary-images video {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.primary-images.video-active video, .primary-images.video-active .btn-close-video {
	display: block;
}
.primary-images.video-active .btn-play-video {
	display: none;
}
.thumbnails .image{
	float: left;
	width: 25%;
	min-height: 1px;
	margin-bottom: 10px;
}
.thumbnails .image a {
	display: block;
	margin-right: 10px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
}
.thumbnails .image a:hover, .thumbnails .image.active a {
	border-color: #666;
}
.thumbnails .image img {
	width: 100%;
}
.product-label {
	display: inline-block;
	height: 20px;
	padding: 0 6px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
	border: 1px solid transparent;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}
img.product-label {
	height: 20px;
	padding: 0;
	border-width: 0;
}
.product-con {
	position: relative;
	min-height: 60px;
	padding-right: 80px;
}
.product-con .name {
	margin-bottom: 12px;
}
.product-con .name h1 {
	display: inline;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	vertical-align: middle;
}
.product-con .review {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 10px;
	height: 60px;
	min-width: 50px;
	color: #999;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 5px;
}
.product-con .review:hover {
	color: #e10600;
	cursor: pointer;
}
.product-con .review .number {
	display: block;
	font-size: 22px;
	line-height: 28px;
}
.product-con .review .text {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.product-con .intro {
	display: block;
	padding: 5px 0;
	padding-right: 80px;
	color: #e10600;
	font-size: 14px;
	line-height: 20px;
}
.product-con .intro a {
	color: #e10600;
	text-decoration: underline;
}
.product-con .desc {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.product-details .box-options {
	margin-top: 25px;
	padding: 25px 0;
	color: #666;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.product-details .box-options ul {
	list-style: none;
	margin-bottom: 0;
}
.price-box {
	margin-top: 10px;
	padding: 10px 0;
}
.price-box .price {
	color: #e10600;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}
.price-box .price .price-value {
	vertical-align: middle;
}
.price-box .price .symbol {
	font-size: 14px;
}
.price-box .price .price-value .symbol:first-child {
	margin-right: 3px;
}
.price-box .price .price-value .symbol:last-child {
	margin-left: 3px;
}
.price-box .price .unit {
	margin-left: 3px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}
.price-box .price-pre, .price-box .compare-at-price {
	color: #a3a3a3;
	display: inline-block;
	font-size: 18px;
	margin-left: 8px;
	vertical-align: middle;
}
.price-box .price-pre .number, .price-box .compare-at-price .number {
	text-decoration: line-through;
}
.price-box .market-price, .price-box .tip {
	color: #999;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	vertical-align: middle;
}
.price-box .market-price .text {
	vertical-align: middle;
}
.price-box .market-price .price {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}
.price-box .market-price .price .number {
	text-decoration: line-through;
}
.price-box .tax, .price-box .points {
	display: block;
	color: #a3a3a3;
}
.price-box .label {
	vertical-align: middle;
}
.price-hidden-alert {

}
.price-hidden-tip {
	display: inline-block;
	margin-left: 8px;
	padding: 0 8px;
	color: #999;
	font-size: 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	vertical-align: middle;
	white-space: nowrap;
}
.promotion-box {
	color: #e10600;
}
.maximum-tip {
	color: #e10600;
}
.maximum-tip .count {
	margin: 0 3px;
	color: #e10600;
}
.product-details .sales {
	color: #999;
}
.product-details .sales .count {
	margin: 0 3px;
	/*color: #e10600;*/
}
.product-details .sales .count.zero {
	color: #999;
}
.discounts-table-wrapper {
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #eee;
}
.discounts-table {
	margin-top: 20px;
	max-width: 28em;
	color: #666;
}
.discounts-table th, .discounts-table td {
	border: none !important;
	font-weight: 400;
}
.discounts-table > thead > tr > td, .discounts-table > thead > tr > th, .discounts-table > tbody > tr > td {
	padding: 5px 10px 5px 0;
	font-weight: 400;
	border: none;
}
.discounts-table-wrapper .login-to-view {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 26px 36px;
	color: #666;
	font-size: 16px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transform: translate(-50%, -50%);
}
.product-details .product-variations {
	margin-top: 25px;
}
.variations .control-label {
	margin: 7px 15px 7px 0;
	color: #343434;
	font-size: 14px;
	line-height: 24px;
}
.variations div.required .control-label:after {
	display: none;
}
.variations .has-error .control-label {
	color: #e10600;
}
.variations .control-content {
	flex: 1;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.variations .control-content label {
	font-size: 14px;
}
.variations .form-group {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.variations .form-control {
	height: 38px;
	font-size: 14px;
	line-height: 24px;
	/*border-radius: 2px;*/
}
.variations select.form-control {
	min-width: 12em;
}
.variations .btn {
	line-height: 24px;
	border-radius: 2px;
}
.variations textarea.form-control {
	height: auto;
}
.variations div.required .control-label:before {
	display: none;
}
.variations .input-group.date, .variations .input-group.time, .variations .input-group.datetime {
	width: 15em;
}
.variations .qty .control-label {
	margin: 14px 15px 14px 0;
}
.variations .radio, .variations .checkbox {
	display: inline-block;
	margin: 0 8px 8px 0;
}
.variations .radio label, .variations .checkbox label {
	display: inline-block;
	position: relative;
	min-width: 8rem;
	padding: 8px 15px;
	line-height: 22px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.variations .radio.has-image label, .variations .checkbox.has-image label {
	padding-left: 51px;
}
.variations .radio.has-image label img, .variations .checkbox.has-image label img {
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	width: 38px;
}
.variations .radio input, .variations .checkbox input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
	border-width: 0;
}
.variations .radio label:hover, .variations .checkbox label:hover {
	color: #e10600;
	border-color: #e10600;
}
.variations .radio label.selected, .variations .checkbox label.selected {
	color: #e10600;
	border-color: #e10600;
}
.variations .radio label.disabled, .variations .checkbox label.disabled {
	color: #999;
	background-color: #f8f8f8;
	border: 1px dashed #ccc;
	cursor: not-allowed;
	opacity: 0.8;
}
.variations .radio .additional, .variations .checkbox .additional {
	margin-left: 0.5em;
	font-size: 0.8em;
	opacity: 0.8;
}
.variations .radio .checkmark, .variations .checkbox .checkmark {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
	color: #fff;
}
.variations .radio .checkmark:before, .variations .checkbox .checkmark:before {
		border: 20px solid transparent;
		border-bottom-color: #e10600;
		content: "";
		position: absolute;
		right: -20px;
		bottom: 0;
}
.variations .radio .checkmark i, .variations .checkbox .checkmark i {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
}
.variations .radio label.selected .checkmark, .variations .checkbox label.selected .checkmark {
	display: block;
}
.variations .radio label.disabled .checkmark, .variations .checkbox label.disabled .checkmark {
	display: none;
}
.variations .style-single_row .radio, .variations .style-single_row .checkbox {
	display: block;
	margin: 0 0 8px 0;
}
/*.variations .style-single_row .radio label, .variations .style-single_row .checkbox label {
	display: block;
	text-align: left;
}*/
@media (max-width: 767px) {
	.variations .form-group {
		flex-direction: column;
	}
}
.quantity-box {
	min-width: 112px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.quantity-box .minus, .quantity-box .plus, .quantity-box .quantity {
	height: 46px;
	box-shadow: none;
	font-weight: 400;
	text-align: center;
	width: 30px;
	font-size: 18px;
	line-height: 46px;
	border-radius: 2px;
	padding: 0;
	color: #666666;
	float: left;
	border: 0;
}
.quantity-box .quantity {
	width: 50px;
	min-width: auto;
	margin: 0;
	border-radius: 0;
}
.quantity-box .minus {
	min-width: auto;
	border-radius: 2px 0 0 2px;
}
.quantity-box .plus {
	min-width: auto;
	border-radius: 0 2px 2px 0;
}
.quantity-box .minus:hover, .quantity-box .plus:hover {
	color: #e10600;
	background-color: #eee;
}
.quantity-box.small .minus, .quantity-box.small .plus, .quantity-box.small .quantity {
	height: 36px;
	line-height: 36px;
}
.product-form .quantity-box {
	margin-right: 4px;
	vertical-align: middle;
}
.product-form .stock {
	margin-left: 8px;
	color: #888;
	font-size: 16px;
	vertical-align: middle;
}

.product-btns {
	margin-top: 30px;
	margin-bottom: 20px;
}
.product-btns .btn {
	margin: 0 15px 15px 0;
	padding: 6px 16px;
	min-width: 167px;
	height: 52px;
	line-height: 38px;
	font-size: 20px;
	border-radius: 2px;
}
.product-btns .btn i {
	margin-right: 8px;
	font-size: 20px;
}
.product-btns .btn-icon {
	padding: 6px;
	min-width: 52px;
	line-height: 16px;
}
.product-btns .btn-icon i {
	display: block;
	margin-right: 0;
	font-size: 18px;
}
.product-btns .btn-icon .text {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.product-btns .btn-default, .product-btns .btn-default:focus {
	color: #e10600;
	background-color: #fdedef;
	border-color: #e10600;
}
.product-btns .btn-default:hover {
	background-color: #fff;
}
.product-btns .btn-primary, .product-btns .btn-primary:focus {
	color: #fff;
	background-color: #e10600;
	border-color: #e10600;
}
.product-btns .btn-primary:hover {
	background-color: #eb4b57;
	border-color: #eb4b57;
}
.product-btns .btn:last-child {
	margin-right: 0;
}


.product-content {
	margin-top: 22px;
	margin-bottom: 60px;
}
.tab-switcher .nav-tabs {
	margin-bottom: 0;
	background-color: #f5f5f5;
	border: 1px solid #eee;
}
.tab-switcher .nav-tabs li {
	border-bottom: 2px solid transparent;
}
.tab-switcher .nav-tabs li a {
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	padding: 1.5rem 2rem;
	margin: 0;
	position: relative;
}
.tab-switcher .nav-tabs .name {
	vertical-align: middle;
}
.tab-switcher .nav-tabs .badge {
	margin-left: 5px;
	color: #999;
	background-color: #eee;
	vertical-align: middle;
}

.tab-switcher .nav-tabs li a:hover, .tab-switcher .nav-tabs li a:focus {
	color: #e10600;
	background-color: transparent;
}
.tab-switcher .nav-tabs li.active {
	color: #e10600;
	border-color: #e10600;
}
.tab-switcher .nav-tabs li.active a {
	color: #e10600;
	background-color: transparent;
	border: none;
}
.tab-switcher .nav-tabs li a:hover .badge, .tab-switcher .nav-tabs li a:focus .badge, .tab-switcher .nav-tabs li.active .badge {
	color: #fff;
	background-color: #e10600;
}
.product-content .tab-content {
	line-height: 1.5;
	padding: 2rem 4rem;
	background: #fff;
	color: #666;
	border: 1px solid #f3f3f3;
	border-top: 0;
}

.product-content .subtitle {

}

@media (max-width: 767px) {
	.product-content .container {
		padding: 0;
	}
	.product-content .tab-content {
		padding: 2rem 2rem;
	}
}
.comment-form {
	margin: 20px 0;
	padding: 15px 25px;
	background-color: #f8f8f8;
	border-radius: 10px;
}

.search-form {
	margin: 30px 0;
	padding: 30px 30px 15px;
	background-color: #f6f6f6;
	border-radius: 10px;
}
.search-form .checkbox-inline {
	margin-top: 6px;
}

.login-form {
	position: relative;
	background-color: #fff;
	box-shadow: none;
	overflow: hidden;
}
.login-form form {
}
.login-form .nav-tabs {
	margin-bottom: 30px;
	border-bottom-width: 0;
}
.login-form .nav-tabs > li {
	margin-right: 20px;
}
.login-form .nav-tabs > li:last-child {
	margin-right: 0;
}
.login-form .nav-tabs > li > a {
	margin: 0;
	padding: 0 0 5px;
	font-size: 18px;
	text-align: center;
	border-radius: 0;
	border-width: 0;
}
.login-form .nav-tabs>li>a:hover {
	background-color: transparent;
	border-bottom-color: transparent;
}
.login-form .nav-tabs > li.active:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 4px;
	background-color: #ee5554;
	border-radius: 5px;
}
.login-form .nav-tabs>li.active>a, .login-form .nav-tabs>li.active>a:focus, .login-form .nav-tabs>li.active>a:hover {
	background-color: #fff;
	font-weight: 500;
	border-width: 0;
}
.login-form .nav-tabs > li.active:last-child > a {
	border-right-width: 0;
}
.login-form .form-control {
	height: 40px;
	font-size: 16px;
	line-height: 26px;
}
.login-form .control-label {
	font-size: 16px;
}
.login-form .input-group .btn {
	height: 40px;
	font-size: 16px;
	line-height: 26px;
}
.login-form .form-password {
	position: relative;
}
.login-form .form-password .forgotten {
	position: absolute;
	top: 0;
	right: 0;
	color: #e10600;
}
.login-form .form-password .forgotten:hover {
	color: #c9302c;
	text-decoration: underline;
}
.login-form .btn-block {
	line-height: 36px;
}
.login-form .links {
	padding: 20px 0;
	text-align: center;
}
.login-form .lead {
	font-size: 18px;
	font-weight: normal;
}
.login-form .form-group + .links {
	padding-top: 5px;
}
.login-form .links > div {
	text-align: left;
}
.qr-login-switch {
	position: absolute;
	top: 0;
	right: 0;
	height: 64px;
	width: 64px;
	cursor: pointer;
	border: 32px solid #ee5554;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.qr-login-switch .icon {
	position: absolute;
	top: -22px;
	right: -22px;
	color: #fff;
	font-size: 36px;
}
.qr-login-switch .icon-device-desktop {
	display: none;
}
.login-qrcode .qr-login-switch .icon-qrcode {
	display: none;
}
.login-qrcode .qr-login-switch .icon-device-desktop {
	display: block;
}
.scan-code-box {
	padding-top: 20px;
}
.scan-code-box__title {
	margin-bottom: 30px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}
.scan-code-box__qrcode {
	position: relative;
	height: 180px;
	width: 180px;
	margin: 0 auto;
	background-color: #fff;
	outline: 5px solid #f5f5f5;
}
.scan-code-box__tips {
	margin-top: 26px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.scan-code-box__qrcode .image {
	height: 100%;
	width: 100%;
}
.scan-code-box__qrcode .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 48px;
	width: 48px;
	margin: -24px 0 0 -24px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 999px;
}
.scan-code-box__qrcode .loading i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	color: rgba(0,0,0,0.6);
	font-size: 30px;
	line-height: 48px;
	text-align: center;
}
.scan-code-box__qrcode .mask {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
}
.scan-code-box__qrcode .mask .action {
	margin-top: 10px;
}
.scan-code-box__qrcode .mask .icon {
	height: 36px;
	width: 36px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	background-color: #07c160;
	border-radius: 50%;
}
.scan-code-box__qrcode .mask .icon-cross {
	background-color: #e10600;
}
#checkout-cart {
	padding-bottom: 0;
}
.cart-form .table {
	border-bottom: 1px solid #e8e8e8;
}
.cart-form .table td, .cart-form .table th {
	padding: 9px 12px;
	text-align: center;
	vertical-align: middle;
}
.cart-form .table th {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.cart-form .table thead td {
	color: #999;
	text-transform: uppercase;
	border-bottom-width: 1px;
}
.cart-form .col-check {
	width: 30px;
}
.cart-form .col-check input[type="checkbox"], .cart-total input[type="checkbox"] {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	cursor: pointer;
}
.cart-form .col-check input[type="checkbox"]:checked::after, .cart-total input[type="checkbox"]:checked::after {
	top: 2px;
	left: 3px;
	font-size: 18px;
}
.cart-form .table .col-image {
	width: 144px;
	text-align: left;
}
.cart-form .col-image a {
	display: block;
	background-color: #f6f6f6;
}
.cart-form .table .col-name {
	min-width: 12em;
	text-align: left;
}
.cart-form .col-name .title {
	display: block;
}
.cart-form .col-name .title .name {
	font-size: 18px;
	vertical-align: middle;
}
.cart-form .col-name .label {
	margin-left: 3px;
	vertical-align: middle;
}
.cart-form .col-name .extra {
	display: block;
	color: #999;
	font-size: 14px;
}
.cart-form .col-name .extra .option {
	margin-right: 10px;
}
.cart-form .col-text, .cart-form .col-price, .cart-form .col-subtotal {
	width: 120px;
}
.cart-form .col-text, .cart-form .col-price, .cart-form .col-subtotal {
	font-size: 16px;
}
.cart-form .table .col-subtotal {
	text-align: right;
	white-space: nowrap;
}
.cart-form .col-subtotal .price-tip {
	display: block;
	font-size: 12px;
}
.cart-form .col-quantity {
	width: 200px;
	font-size: 16px;
}
.cart-form .col-action {
	width: 30px;
}
.cart-form .col-action .btn {
	height: 30px;
	width: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.cart-form .col-action .btn-remove {
	height: 30px;
	width: 30px;
	padding: 0;
	color: #999;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.cart-form .col-action .btn-remove:hover {
	color: #fff;
	background-color: #e10600;
}
.cart-form .tip-update {
	color: #999;
	text-align: right;
}
.cart-form.small .col-image {
	min-width: 80px;
	width: 80px;
}
.cart-form.small .col-name .name {
	font-size: 16px;
}
.cart-form.small .col-quantity {
	width: 100px;
	font-size: 14px;
}
.cart-form.small td.col-text, .cart-form.small td.col-price, .cart-form.small td.col-subtotal {
	font-size: 14px;
}
.cart-form .has-error {
	background-color: #eee;
}
.cart-form .has-error td.col-subtotal {
	color: #666;
}

.cart-modules .panel {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.cart-modules .icon {
	height: 20px;
	width: 20px;
	margin-right: 8px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.cart-modules .success .icon {
	color: #fff;
	background-color: #07c160; 
}
.cart-modules .panel .panel-heading {
	padding-left: 0;
	background-color: transparent;
}
.cart-modules .panel-heading a {
	color: #666;
}
.cart-modules .panel-heading a:hover {
	color: #e10600;
}

.cart-modules .panel-heading a:hover .icon-plus {
	color: #fff;
	background-color: #e10600;
}
.cart-modules .panel .panel-body {
	padding: 20px;
	background-color: #f8f8f8;
	border: none !important;
	border-radius: 5px;
}
.cart-modules .panel .panel-body-title {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
.total-table .col-title, .total-table .col-text {
	padding: 4px;
	text-align: right;
}
.total-table .col-title {
	color: #999;
}
.total-table .col-text {
	width: 100px;
}
.total-table .total-table__total .col-title {
	padding-top: 10px;
}
.total-table .total-table__total .col-text .price {
	padding-top: 10px;
	font-size: 28px;
}
.total-table .price-tip {
	display: block;
	font-size: 12px;
}
#cart-total-placeholder {
	height: 0;
	padding-bottom: 60px;
}
#cart-total-placeholder.fixed {
	height: 60px;
}
.cart-total-wrapper.fixed {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
}
.cart-total {
	height: 60px;
	font-size: 18px;
	background-color: #f8f8f8;
	overflow: hidden;
}
.cart-total-wrapper.fixed .cart-total {
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.cart-total .col-check {
	float: left;
	padding: 15px 12px;
	line-height: 30px;
}
.cart-total .col-check .select-all {
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
}
.cart-total .col-check .select-all-tip {
	margin-left: 8px;
}
.cart-total .col-check .selected-tip {
	margin-left: 12px;
	color: #999;
}
.cart-total .col-check .selected-tip .count {
	margin-left: 5px;
}
.cart-total .col-action {
	float: right;
}
.cart-total .col-action .btn {
	padding: 15px 30px;
	font-size: 18px;
	line-height: 30px;
	border-width: 0;
	border-radius: 0;
}
.cart-total .col-total {
	float: right;
	padding: 15px 20px;
	line-height: 30px;
}
.cart-total .col-total .price {
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 425px) {
	.cart-total-wrapper .container {
		width: 100%;
		padding: 0;
	}
}
.area-selector select.none {
	opacity: 0;
	pointer-events: none;
	transition: all 1s;
}
.article-list {
	margin-bottom: 3em;
}
.article-list .item {
	position: relative;
	margin-bottom: 10px;
	padding-right: 10em;
	font-size: 1.2em;
	line-height: 1.8em;
}
.article-list .item .time {
	position: absolute;
	right: 0;
	color: #999;
	font-size: 1em;
}
.post-list .post {
	max-width: 880px;
	margin: 0 auto 6rem;
}
.post-list .post .title a {
	color: #333;
	font-size: 2rem;
}
.post-list .post .title a:hover {
	color: #e10600;
}
.post-list .post .time {
	display: block;
	margin-bottom: 1rem;
	color: #999;
}
.post-list .post .image {
	display: block;
	margin-bottom: 2rem;
}
.post-list .post .description {
	margin-bottom: 2rem;
	color: #666;
	line-height: 1.8em;
}
.post-list .post .more {
	color: #e10600;
}
.post-list .post .more:hover {
	color: #c12e2a;
}

.post-wrapper {
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.post-header {
	margin-bottom: 3rem;
	text-align: center;
}
.post-header .avatar {
	height: 36px;
	width: 36px;
	margin-right: 5px;
	border-radius: 999px;
	vertical-align: middle;
}
.post-header .name {
	margin-right: 5px;
	color:rgba(0,0,0,0.8);
	vertical-align: middle;
}
.post-header .date {
	color:rgba(0,0,0,0.5);
	vertical-align: middle;
}
.post-content {
	font-size: 16px;
	line-height: 1.5em;
}
.post-content h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 500;
}
.post-content p {
	margin-bottom: 1em;
}
.checkout-login-form .tips {
	padding: 20px;
	color: #999;
	text-align: center;
}
.checkout-detail {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.checkout-detail:before {
	content: '';
	width: 100%;
	height: 8px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 12px, transparent 12px, transparent 20px, #83b3db 20px, #84adcb 32px, transparent 32px, transparent 40px);
	border-radius: 4px 4px 0 0;
}
.checkout-detail:after {
	position: absolute;
	top: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 180px;
	display: block;
	background-image: linear-gradient(to bottom, #f6f6f2, transparent);
	border-radius: 5px 5px 0 0;
}
.checkout-detail .checkout-login-box {
	display: none;
	margin: 60px 0;
}
.checkout-detail.login-first .checkout-login-box {
	display: block;
}
.checkout-detail.login-first .checkout-address-box, .checkout-detail.login-first .checkout-method-box, .checkout-detail.login-first .checkout-confirm-box {
	display: none;
}
.checkout-detail .section {
	margin: 30px;
	border-bottom: 1px solid #ddd;
}
.checkout-detail .section-title {
	float: left;
	margin: 0 0 20px;
	font-size: 18px;
}
.checkout-detail .section-header .more {
	float: right;
	font-size: 14px;
}
.checkout-detail .section-confirm {
	margin-bottom: 0;
}
.checkout-detail .section-bar {
	padding: 20px 30px;
}
.checkout-detail .section-bar .action {
	text-align: right;
}
.address-selector .address-item {
	display: block;
	position: relative;
	height: 150px;
	margin-bottom: 20px;
	padding: 15px 24px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.address-selector .address-item .checkmark{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
	color: #fff;
}
.address-selector .address-item .checkmark:before, .address-selector .address-item .checkmark:before {
		border: 20px solid transparent;
		border-bottom-color: #e10600;
		content: "";
		position: absolute;
		right: -20px;
		bottom: 0;
}
.address-selector .address-item .checkmark i, .address-selector .address-item .checkmark i {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
}
.address-selector .address-item.selected .checkmark {
	display: block;
}
.address-selector .address-item:hover {
	text-decoration: none;
	border-color: #bbb;
	cursor: pointer;
}
.address-selector .address-item.selected, .address-selector .address-item.selected:hover {
	border-color: #e10600;
}
.address-selector .address-item input {
	position: absolute;
	opacity: 0;
}
.address-selector .address-item .name {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.address-selector .address-item .telephone, .address-selector .address-item .address {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.address-selector .address-item .address {
	height: 66px;
	overflow: hidden;
	margin-bottom: 10px;
}
.address-selector .address-item .default {
	display: block;
	position: absolute;
	top: 19px;
	right: 24px;
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-color: #5cb85c;
	border-radius: 3px;
}
.address-selector .address-item .action {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.address-selector .address-item:hover .action {
	display: block;
}
.address-selector .address-item.empty {
	color: #aaa;
	line-height: 30px;
	text-align: center;
}

.address-selector .address-item.empty i {
	display: block;
	height: 30px;
	width: 30px;
	margin: 30px auto 10px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.address-selector .address-item.empty:hover {
	color: #666;
}
.address-selector .address-item.empty:hover i {
	color: #fff;
	background-color: #666;
}
.address-show-more {
	clear: both;
}
.address-show-more .btn {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	font-size: 14px;
	background-color: #eee;
	border-color: #eee;
}
.address-show-more .btn:hover {
	color: #e10600;
}
.address-selector.show-all .show {
	display: none !important;
}
.address-selector.show-all .hide {
	display: block !important;
}
.checkout-agree {
	margin: 20px 0 0;
	color: #999;
}
.checkout-agree .check {
	margin-right: 5px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.checkout-agree {
		margin: 0 0 20px;
	}
}
.checkout-detail .section-success {
	border-bottom: none;
}
.checkout-success-description {
	margin-bottom: 20px;
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
}
.checkout-success-description .tip {
	color: #666;
	font-size: 16px;
}
.checkout-success-message {
	text-align: center;
}
.checkout-success-message .link {
	text-decoration: underline;
}
.checkout-success-payment {
	padding: 20px 0;
}
.checkout-success-payment .total {
	margin-bottom: 20px;
	text-align: center;
}
.checkout-success-payment .total .text {
	margin-right: 5px;
	color: #666;
	font-size: 20px;
	vertical-align: middle;
}
.checkout-success-payment .total .value {
	color: #e10600;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}
.checkout-success-payment .payment-action {
	text-align: center;
}
.checkout-success-payment .alipay-form {
	text-align: center;
}
.checkout-success-payment .wechat-pay-form {
	text-align: center;
}
.checkout-success-action {
	margin-top: 30px;
	text-align: center;
}
.payment-method-switcher {
	display: flex;
	flex-direction: row;
}
.payment-method-switcher .switcher-title {
	margin-right: 10px;
	padding: 8px 0;
	line-height: 22px;
}

/* account */
.user-address-list td {
	padding: 9px 12px;
	text-align: center;
	vertical-align: middle !important;
}
.user-address-list thead td {
	color: #999;
	text-transform: uppercase;
	border-bottom-width: 1px !important;
}
.user-address-list .col-name {
	width: 100px;
}
.user-address-list .col-address {
	text-align: left;
}
.user-address-list .col-telephone {
	width: 150px;
}
.user-address-list .col-action {
	width: 180px;
}

.page-title {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.page-title .logo {
	margin-right: 0.5em;
	height: 1.2em;
	vertical-align: middle;
}
.page-title .title {
	vertical-align: middle;
}
.page-introduction {
	margin-bottom: 20px;
	text-align: center;
}
.page-description {
	margin-bottom: 20px;
}

.brand-list .brand-item {
	margin-bottom: 15px;
	text-align: center;
}
.brand-list .image {
	display: block;
	margin-bottom: 10px;
}
.review-item, .comment-item {
	position: relative;
	padding: 30px 0 10px 80px;
}
.review-item .user-image, .comment-item .user-image {
	position: absolute;
	left: 0;
	top: 30px;
	height: 60px;
	width: 60px;
}
.review-item .user-image img, .comment-item .user-image img {
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 50%;
}
.review-info, .comment-info {
	position: relative;
	margin-bottom: 10px;
}
.review-info .user-name, .comment-info .user-name {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.review-info .time {
	display: block;
	color: #ccc;
}
.review-info .rating, .comment-info .time {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.review-content, .comment-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.review-content .review-text, .comment-content .comment-text {
	margin-bottom: 20px;
}
.review-item:last-child .review-content, .comment-item:last-child .comment-content {
	border-bottom-width: 0;
}
.review-images {
	margin-top: 10px;
}
.review-images .image, .review-images .video {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 8px 8px 0;
	overflow: hidden;
}
.review-images .video {
	position: relative;
	background-color: #f5f5f5;
}
.review-images .video .btn-play {
	position: absolute;
	top: 27px;
	left: 27px;
}
.reply-item {
	position: relative;
	min-height: 110px;
	padding: 20px 20px 10px 85px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.reply-item:not(:last-child) {
	margin-bottom: 10px;
}
.reply-item .reply-image {
	position: absolute;
	left: 20px;
	top: 30px;
	height: 50px;
	width: 50px;
}
.reply-item .reply-image img {
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 50%;
}
.reply-info {
	position: relative;
	margin-bottom: 10px;
}
.reply-info .reply-name {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.reply-info .reply-time {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.reply-info .label {
	margin-left: 0.5em;
	padding: .2em .6em .2em;
	font-weight: 300;
	vertical-align: middle;
}
.reply-item.official .reply-name {
	color: #e10600;
}
.nav-box {
	margin-bottom: 20px;
	padding: 20px 15px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
.nav-box li {
}
.nav-box li a {
	display: block;
	padding: 6px 10px;
	font-size: 16px;
	border-radius: 5px;
}
.nav-box li a:hover {
	background-color: #f3f3f3;
}
.nav-box li.active a {
	color: #e10600;
}
.nav-box li i {
	display: none;
	margin-right: 0.5em;
}

.user-info-box {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.user-info-box .info {
	flex: 1;
	position: relative;
	padding-left: 160px;
	min-height: 160px;
}
.user-info-box .avatar {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.user-info-box .avatar img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.user-info-box .avatar .edit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
}
.user-info-box .avatar:hover .edit {
	opacity: 1;
}
.user-info-box .avatar .edit:hover {
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.user-info-box .user {
	padding-top: 40px;
	margin-bottom: 10px;
}
.user-info-box .name {
	margin-right: 5px;
	font-size: 23px;
	vertical-align: middle;
}
.user-info-box .name small {
	margin-right: 5px;
	color: #999;
}
.user-info-box .user .label {
	margin-right: 10px;
	vertical-align: middle;
}
.user-info-box .tip {
	display: block;
	color: #999;
	margin-bottom: 10px;
}
.user-info-box .label-group {
	display: inline-block;
	height: 26px;
	margin-right: 10px;
	padding: 4px 10px;
	color: #666;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid #999;
	border-radius: 999px;
}
.user-info-box img.label-group {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.user-info-box .actions {
	padding: 20px 0 0;
}
.user-info-box .actions .btn {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.user-info-box .info {
		min-height: 100px;
		padding-left: 100px;
	}
	.user-info-box .avatar {
		left: 0;
		top: 0;
		height: 80px;
		width: 80px;
	}
	.user-info-box .name {
		padding-top: 0;
	}
}
.filter-list {
	border-bottom-width: 0;
}
.filter-list > li {
	margin: 10px 0;
	border-right: 1px solid #e0e0e0;
}
.filter-list > li:last-child {
	border-right-width: 0;
}
.filter-list > li > a {
	margin: 0;
	padding: 0 20px;
	color: #777;
	font-size: 16px;
	line-height: 20px;
	border-width: 0;
	border-radius: 0;
}
.filter-list > li > a:hover, .filter-list > li.active > a, .filter-list > li.active > a:hover, .filter-list > li.active > a:focus {
	color: #e10600;
	background-color: transparent;
	border-width: 0;
}
.filter-list > li:first-child > a {
	padding-left: 0;
}
.filter-list > li > a .text {
	vertical-align: middle;
}
.filter-list > li.active > a .badge {
	background-color: #e10600;
}
.order-search-form {
	margin: 5px 0 15px;
}
.data-panel, .order-item {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
}
.data-panel .panel-footer, .order-item .order-action {
	padding: 20px 30px;
	text-align: right;
	background-color: #f8f8f8;
}
.data-panel .footer-action {
	padding: 20px 30px;
}
.data-panel .order-action .price, .order-item .order-action .price {
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 34px;
}
.data-panel .order-summary, .order-item .order-summary {
	margin: 0 30px;
	padding: 20px 0;
}
.order-summary .number {
	margin-right: 10px;
	color: #333;
	font-size: 18px;
}
.order-summary .date, .order-summary .invoice {
	margin-right: 10px;
	color: #777;
	white-space: nowrap;
}
.order-summary .status {
	float: right;
}
.order-summary .action {
	float: right;
	margin-left: 10px;
}
.order-summary .action .dropdown {
	display: inline-block;
}
.order-summary .description {
	margin-top: 15px;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.order-items {
	margin: 0 30px;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
}
.order-items .description {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}
.order-list .order-items {
	border-bottom: none;
}
.order-items .table {
	margin-bottom: 0;
}
.order-items .table td, .order-items .table th {
	padding: 10px 0;
	border-width: 0;
	vertical-align: middle;
}
.order-items .table .col-image {
	width: 80px;
}
.order-items .table .col-image a {
	display: block;
	background-color: #f6f6f6;
}
.order-items .table .col-image img {
	max-width: 80px;
}
.order-items .table .col-name {
	padding: 9px 20px;
	min-width: 12em;
	text-align: left;
}
.order-items .table .col-name .name {
	font-size: 16px;
	line-height: 26px;
}
.order-items .table .col-name .spec {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
.order-items .table .col-name .spec-item {
	margin-right: 10px;
}

.order-items .table .col-text, .order-items .table .col-price, .order-items .table .col-subtotal, .order-items .table .col-action {
	font-size: 14px;
	text-align: right;
}
.order-items .extra {
	padding-top: 5px;
}
.data-panel .info-card, .order-detail-info {
	margin: 0 30px;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
}
.data-panel .info-card.no-border {
	border-bottom-width: 0;
}
.data-panel .info-card .title .action, .order-detail-info .title .action {
	float: right;
}
.data-panel .info-card h3, .order-detail-info h3 {
	margin: 0 0 15px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.data-panel .info-card dl:last-child, .order-detail-info dl:last-child {
	margin-bottom: 0;
}
.data-panel .info-card dt, .data-panel .info-card dd, .order-detail-info dt, .order-detail-info dd {
	min-height: 26px;
	padding: 3px 0;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.data-panel .info-card dt, .order-detail-info dt {
	float: left;
	clear: left;
	min-width: 80px;
	margin-right: 10px;
}
.data-panel .info-card dd, .order-detail-info dd {
	margin-left: 90px;
}
.data-panel .form {
	margin: 0 30px;
	padding: 20px 0;
}
.order-detail-info .payment-action {
	padding: 10px 0;
	text-align: center;
}
.order-detail-info .alipay-form {
	padding: 10px 0;
	text-align: center;
}
.order-detail-info .wechat-pay-form {
	padding: 10px 0;
	text-align: center;
}
.order-total {
	margin: 0 30px;
	padding: 30px 0 0;
	border-top: 1px solid #e0e0e0;
}
.total-table .col-text, .total-table .col-price {
	width: 150px;
	white-space: nowrap;
}

.label-default {
	font-weight: 400;
	background-color: #aaa;
}
.label-complete {
	background-color: #5cb85c;
}
.label-processing {
	background-color: #5bc0de;
}
.label-shipped {
	background-color: #337ab7;
}

.quick-stats {
	display: block;
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
	padding: 12px 15px 15px 66px;
	text-align: left;
	border-radius: 5px;
}
.quick-stats i {
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 40px;
	opacity: 0.8;
}
.quick-stats .count {
	display: block;
	font-size: 28px;
	line-height: 32px;
}
.quick-stats .text {
	display: block;
	font-size: 14px;
}

.upload-image-box{position:relative;height:360px;width:360px;border:1px solid #eee;}
.upload-image-box .icon{margin:70px auto 20px auto;}
.upload-image-box .icon i{width:100%;color:#b1b1b1;font-size:100px;text-align:center;pointer-events:none;}
.upload-image-box .tips{margin-bottom:70px;color:#8f8f8f;font-size:16px;text-align:center;}
.upload-image-box .action{margin:0 15px 15px;text-align:center;}
.upload-image-box .use{display:none;text-align:center;}
.upload-image-box input[type=file]{display:none;}
.upload-image-box .preview{display:none;position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;line-height:360px;}
.upload-image-box .preview img{display:block;max-width:100%;max-height:100%;vertical-align:middle;}
.upload-image-box .preview img.cr-original-image{display:none;}
.upload-image-box.has-preview .preview, .upload-image-box.only-preview .preview{display:block;}
.upload-image-box.only-preview .use{display:block;position:absolute;top:300px;width:100%;}
.upload-image-box.only-preview .icon, .upload-image-box.only-preview .tips, .upload-image-box.only-preview .action{display:none;}
.upload-image-box.has-preview .icon, .upload-image-box.has-preview .tips, .upload-image-box.has-preview .action{display:none;position:relative;z-index:10;}
.upload-image-box.has-preview:hover .preview{opacity:0.3;}
.upload-image-box.has-preview:hover .icon, .upload-image-box.has-preview:hover .tips, .upload-image-box.has-preview:hover .action{display:block;}
.upload-image-box.has-error .icon i{color:#a94442;}
.modal .upload-image-box{margin:0 auto;border-color:transparent;}

.order-shipping .telephone {
	margin-left: 10px;
}
.trace-list .time {
	margin-right: 10px;
	color: #999;
}

.checkin-board {
	position: relative;
	padding-top: 50px;
	text-align: center;
}
.checkin-board .tip {
	margin: 15px auto 0;
	font-size: 16px;
}
.checkin-board .point-total {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #999;
	font-size: 16px;
	line-height: 16px;
}
.checkin-board .point-total:hover {
	color: #e10600;
}
.checkin-board .current-month {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #ddd;
	font-size: 100px;
	line-height: 100px;
	letter-spacing: -8px;
	opacity: 0.5;
}
.checkin-loop-days {
	margin-top: 15px;
	font-size: 0;
	text-align: center;
}
.checkin-loop-days .item {
	position: relative;
	display: inline-block;
	margin: 5px;
}
.checkin-loop-days .reward {
	height: 40px;
	width: 40px;
	color: #aaa;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.checkin-loop-days .reward i {
	font-size: 20px;
	line-height: 38px;
}
.checkin-loop-days .day {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.checkin-loop-days .current .reward {
	color: #e10600;
	border-color: #e10600;
}
.checkin-loop-days .current:before {
	content: '';
	position: absolute;
	left: 15px;
	top: -10px;
	display: block;
	height: 0;
	width: 0;
	border: 5px solid;
	border-color: #e10600 transparent transparent transparent;
}
.checkin-rule {
	margin-bottom: 30px;
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.checkin-charts h2 {
	margin-bottom: 30px;
	color: #333;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.checkin-charts ul {
	display: table;
	width: 100%;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #eee;
}
.checkin-charts li {
	display: table-row;
	border-bottom: 1px solid #eee;
}
.checkin-charts li span {
	display: table-cell;
	padding: 20px 0;
	border-top: 1px solid #eee;
	white-space: nowrap;
	vertical-align: middle;
}
.checkin-charts .ranking {
	width: 70px;
	padding-left: 10px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.checkin-charts .avatar {
	width: 46px;
	padding-left: 10px;
}
.checkin-charts .avatar img {
	height: 36px;
	width: 36px;
	min-width: 36px;
	border-radius: 50%;
}
.checkin-charts .user {
	padding-left: 10px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.checkin-charts .days {
	width: 70px;
	padding-right: 10px;
	color: #999;
	text-align: right;
}
.checkin-charts .number_1 .ranking {
	color: #333;
	font-size: 20px;
}
.checkin-charts .number_2 .ranking, .checkin-charts .number_3 .ranking {
	color: #666;
	font-size: 18px;
}
.checkin-charts .current {
	background-color: #fdedef;
}
.checkin-charts .current span {
	border-color: transparent;
}
.checkin-charts .current .ranking, .checkin-charts .current .days {
	color: #e10600;
}
.checkin-charts .current .user {
	color: #333;
}

.captcha {
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}

.message-item {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 3px;
}
.message-item .header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.message-item .title {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
.message-item .subtitle {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
}
.message-item .extra {
	position: absolute;
	top: 20px;
	right: 20px;
}
.message-item .body {
	padding-top: 10px;
}
.message-item .image {
	margin-bottom: 10px;
}
.message-item .content {
	font-size: 14px;
	line-height: 1.5;
}
.message-item .action a {
	color: #e10600;
}
.message-item .action a:hover {
	text-decoration: underline;
}
.third-login {
	margin-top: 20px;
	padding: 20px 0 10px;
}
.third-login .title {
	margin-bottom: 20px;
	color: #999;
	text-align: center;
}
.third-login .title:before, .third-login .title:after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 2em;
	margin: 0 1em;
	background-color: #eee;
	vertical-align: middle;
}
.third-login .inner {
	text-align: center;
}
.third-login .item {
	display: inline-block;
}
.third-login .login {
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0 10px 10px;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
}
.third-login .login:hover {
	background-color: #f8f8f8;
	border-color: #ccc;
}
.third-login .login i {
	font-size: 30px;
}
.third-login .login .name {
	display: none;
}
.third-login .wechat i {
	color: #55bc40;
}
.third-login .qq i {
	color: #28b4fc;
}
.third-login .weibo i {
	color: #fc5c3f;
}
.third-login .facebook i {
	color: #4267b2;
}
.third-login .google i {
	color: #1a73e8;
}
.third-login .apple i {
	color: #000;
}
.third-login .twitter i {
	color: #1da1f2;
}
.wechat-pay-board .title {
	color: #333;
	font-size: 22px;
	text-align: center;
}
.wechat-pay-board .qrcode {
	padding: 20px 0;
	text-align: center;
}
.wechat-pay-board .qrcode img {
	height: 256px;
	width: 256px;
}
.wechat-pay-board .tip {
	margin-bottom: 20px;
	color: #999;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.wechat-pay-board .total {
	margin-bottom: 20px;
	color: #e10600;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}
.wechat-pay-board .action {
	margin-bottom: 20px;
	padding: 0 20px;
	text-align: center;
}

.marketing-flash_sale .page-main {
	background-color: #f6f6f6;
}

.marketing-flash_sale .page-title {
	margin: 2em 0;
}
.flash-sale-product-list .product-item {
	height: 220px;
	overflow: hidden;
	background-color: #fff;
}
.flash-sale-product-list .product-img {
	float: left;
	height: 220px;
	width: 220px;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.flash-sale-product-list .product-img .image {
	background-color: #fff;
}
.flash-sale-product-list .product-info {
	position: relative;
	height: 220px;
	margin-left: 220px;
	padding: 20px 15px;
}
.flash-sale-product-list .product-info .title {
	height: 26px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.flash-sale-product-list .product-info .intro {
	margin-bottom: 20px;
	text-align: left;
}
.flash-sale-product-list .product-info .price {
	position: absolute;
	left: 15px;
	bottom: 20px;
	text-align: left;
}
.flash-sale-product-list .progress {
	margin-bottom: 10px;
}
.flash-sale-product-list .extra {
	margin-bottom: 10px;
	color: #888;
}
.flash-sale-product-list .product-info .price-now {
	padding: 0 10px;
	font-size: 20px;
}
.flash-sale-product-list .product-info .action {
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.flash-sale-product-list .btn {
	padding: 5px 18px;
	min-width: 120px;
	height: 44px;
	line-height: 32px;
	font-size: 18px;
	border-radius: 2px;
}
.flash-sale-product-list .btn-default, .flash-sale-product-list .btn-default:focus {
	color: #e10600;
	background-color: #fdedef;
	border-color: #e10600;
}
.flash-sale-product-list .btn-default:hover {
	background-color: #fff;
}
.flash-sale-product-list .btn-primary, .flash-sale-product-list .btn-primary:focus {
	color: #fff;
	background-color: #e10600;
	border-color: #e10600;
}
.flash-sale-product-list .btn-primary:hover {
	background-color: #eb4b57;
	border-color: #eb4b57;
}

.flash-sale-nav {
	margin-bottom: 20px;
	background-color: #fff;
}
.flash-sale-nav.count-1 {
	display: none;
}
.flash-sale-nav li {
	float: left;
	width: 190px;
	width: 16.6666666%;
}
.flash-sale-nav.count-5 li {
	width: 20%;
}
.flash-sale-nav.count-4 li {
	width: 25%;
}
.flash-sale-nav.count-3 li {
	width: 33.333333%;
}
.flash-sale-nav.count-2 li {
	width: 50%;
}
.flash-sale-nav li a {
	display: block;
	padding: 10px;
}
.flash-sale-nav li a .name {
	display: block;
	height: 28px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.flash-sale-nav li a .status {
	display: block;
	height: 24px;
	text-align: center;
	overflow: hidden;
}
.flash-sale-nav li.status-ended a {
	color: #999;
}
.flash-sale-nav li.active a {
	color: #fff;
	background-color: #e10600;
}

.flash-sale-countdown {
	min-height: 54px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}
.flash-sale-countdown .tip {
	display: inline-block;
	vertical-align: middle;
}
.flash-sale-countdown .countdown {
	display: inline-block;
	vertical-align: middle;
}
.flash-sale-countdown .days {
	color: #e10600;
	font-size: 28px;
}
.flash-sale-countdown .hours, .flash-sale-countdown .minutes, .flash-sale-countdown .seconds {
	display: inline-block;
	min-width: 46px;
	margin: 0 3px;
	padding: 0 3px;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	background-color: #333;
	border-radius: 3px;
}
.flash-sale-countdown .colon {
	color: #666;
	font-size: 28px;
	line-height: 32px;
}

@media (max-width: 768px) {
	.flash-sale-nav li {
		width: 33.3333333%;
	}
	.flash-sale-product-list .product-item {
		height: 180px;
	}
	.flash-sale-product-list .product-img {
		height: 180px;
		width: 180px;
	}
	.flash-sale-product-list .product-info {
		height: 180px;
		margin-left: 180px;
	}
}
@media (max-width: 425px) {
	.flash-sale-nav.count-5 li {
		width: 33.33333%;
	}
	.flash-sale-nav.count-4 li {
		width: 25%;
	}
}
@media (max-width: 320px) {
	.flash-sale-countdown .tip {
		display: block;
	}
	.flash-sale-nav.count-5 li {
		width: 50%;
	}
	.flash-sale-nav.count-4 li {
		width: 50%;
	}
}

.activity-banner {
	height: 32px;
	color: #fff;
	line-height: 32px;
	background-color: #e10600;
	border-radius: 3px;
}

.activity-banner .activity-type {
	padding: 0 10px;
	font-size: 16px;
}
.activity-banner .activity-type i {
	margin: 0 5px 0 0;
	font-size: 18px;
}
.activity-banner .activity-more {
	float: right;
	padding: 0 10px;
	color: #fff;
}
.activity-banner .activity-more:hover {
	background-color: #eb4b57;
	border-radius: 0 3px 3px 0;
}


.action-history {
	position: relative;
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.history-item:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.history-item .history-image {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}
.history-item .history-image img {
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 50%;
}
.history-info {
	position: relative;
	margin-bottom: 5px;
}
.history-info .history-name {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.history-info .history-time {
	color: #999;
}
.history-info .history-status {
	float: right;
	color: #666;
}
.history-info .label {
	margin-left: 0.5em;
	padding: .2em .6em .2em;
	font-weight: 300;
	vertical-align: middle;
}
.history-item.official .history-name {
	color: #e10600;
}
.payment-countdown-wrapper {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.payment-countdown-wrapper i, .payment-countdown {
	color: #e10600;
}
.more-order-product {
	color: #888;
	font-size: 16px;
}

.coupon-item {
	position: relative;
	margin-bottom: 20px;
	height: 146px;
	overflow: hidden;
}
.coupon-item:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 47px;
	height: 6px;
	width: 6px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff, 0 30px 0 #fff, 0 40px 0 #fff, 0 50px 0 #fff, 0 60px 0 #fff, 0 70px 0 #fff, 0 80px 0 #fff, 0 90px 0 #fff, 0 100px 0 #fff, 0 110px 0 #fff;
}
.coupon-wrapper {
	position: relative;
	height: 100%;
	padding: 0 50px 0 125px;
	background-color: #fcf8e3;
	border: 1px solid #eee;
	border-radius: 5px;
}
.coupon-item.no-image .coupon-wrapper {
	padding-left: 0;
}
.coupon-item .info-wrapper {
	padding: 10px 15px;
}
.coupon-item .price {
	height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon-item .price em {
	display: inline-block;
	margin: 3px 3px 0 0;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	vertical-align: top;
}
.coupon-item .price strong {
	display: inline-block;
	font-size: 34px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
.coupon-item .range {
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.coupon-item .limit {
	margin-bottom: 5px;
}
.coupon-item .time {
	margin-bottom: 5px;
	color: #888;
	font-size: 14px;
	line-height: 20px;
}
.coupon-item .image-wrapper {
	position: absolute;
	top: 18px;
	left: 15px;
	height: 110px;
	width: 110px;
	background-color: #fff;
	border-radius: 5px;
}
.coupon-item .type-badge {
	position: absolute;
	top: 18px;
	left: 15px;
	height: 110px;
	width: 110px;
	color: #f23030;
	font-size: 28px;
	line-height: 110px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}
.featured-label {
	display: inline-block;
	height: 19px;
	margin-right: 4px;
	padding: 0 5px;
	color: #f23030;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #f23030;
	border-radius: 2px;
}
.limit-label {
	display: inline-block;
	padding: 0 5px;
	color: #f23030;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff4ec;
}
.coupon-item .price .limit-label {
	margin: 10px 0 0 3px;
}
.coupon-item .date-range {
	display: inline-block;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
}
.coupon-item .date-range .to {
	padding: 2px 0;
	text-align: center;
}
.coupon-item .other-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
}
.coupon-item .other-wrapper:before, .coupon-item .other-wrapper:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	display: block;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 1px rgba(0,0,0,0.6);
}
.coupon-item .other-wrapper:after {
	top: auto;
	bottom: -10px;
}
.coupon-item .btn-action {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 0 0 3px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	background-color: #fb0f3a;
	background-image: linear-gradient(to bottom, #fb0f3a 0, #f02353 100%);
	border-width: 0;
	border-radius: 0 5px 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.coupon-item .btn-action span {
	display: block;
	width: 20px;
	margin: 28px auto;
}
.coupon-item .btn-action:hover {
	font-weight: 500;
	background-color: #fb0f3a;
	background-image: linear-gradient(to bottom, #fb0f3a 0, #d01a45 100%);
}
.coupon-item.soon .btn-action {
	background-color: #444;
	background-image: linear-gradient(to bottom, #444 0, #333 100%);
}
.coupon-item.soon .btn-action:hover {
	background-image: linear-gradient(to bottom, #444 0, #222 100%);
}
.coupon-item.invalid .btn-action, .coupon-item.invalid .btn-action:hover {
	background-color: #ccc;
	background-image: linear-gradient(to bottom, #ccc 0, #bbb 100%);
}
.simple-coupon-item {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #fcf8e3;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
}
.simple-coupon-item .check {
	float: right;
	height: 26px;
	width: 26px;
	margin: 2px 0 2px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
}
.simple-coupon-item .price {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.simple-coupon-item .price em {
	display: inline-block;
	margin: 3px 3px 0 0;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	vertical-align: middle;
}
.simple-coupon-item .price strong {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}
.simple-coupon-item .price strong.small {
	font-size: 20px;
}
.simple-coupon-item .range {
	display: inline-block;
	margin-right: 5px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.simple-coupon-item .limit {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.simple-coupon-item .time {
	display: inline-block;
	margin-right: 5px;
	color: #888;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}
.simple-coupon-item:hover {
	border-color: #ccc;
}
.simple-coupon-item.disabled {
	background-color: #eee;
	cursor: default;
}
.simple-coupon-item.disabled:hover {
	border-color: #eee;
}
.simple-coupon-item.disabled .check {
	opacity: 0;
}
.simple-coupon-item.disabled .price {
	color: #999;
}
.simple-coupon-item.disabled .limit-label {
	color: #999;
	background-color: #f4f4f4;
}
.simple-coupon-item.disabled .featured-label {
	color: #999;
	border-color: #999;
}
.simple-coupon-item.active .check {
	background-color: #0275d8;
	border-color: #0275d8;
}
.coupon-dialog .tab-pane {
	height: 220px;
}
.coupon-dialog .filter-list li {
	width: 50%;
	margin-left: -1px;
}
.coupon-dialog .filter-list a {
	display: block;
	padding: 0;
	text-align: center;
}
.card-dialog-empty {
	padding: 60px 0;
	color: #b0b0b0;
	text-align: center;
}
.card-dialog-empty .text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}
.card-dialog-action {
	text-align: center;
}
.coupon-dialog .coupon-code-section {
	padding: 50px 20px 20px;
}
.coupon-dialog .simple-coupon-list {
	height: 166px;
	overflow-y: auto;
	margin-bottom: 20px;
}
.point-dialog .reward-point-section {
	padding: 20px;
}

.steps {
	display: flex;
	flex-direction: row;
	max-width: 800px;
	margin: 0 auto 20px;
}
.steps .step {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.steps .icon {
	height: 30px;
	width: 30px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	background-color: #ddd;
	border-radius: 999px;
}
.steps .title {
	color: #888;
	font-size: 16px;
	line-height: 1.5;
}
.steps .line {
	position: absolute;
	top: 14px;
	left: 50%;
	height: 2px;
	width: 100%;
	padding: 0 30px;
}
.steps .line:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #eee;
	border-radius: 2px;
}
.steps .step:last-child .line {
	display: none;
}
.steps .step-finished .icon, .steps .step-finished .line:after {
	background-color: #07c160;
}
.steps .step-finished .title {
	color: #333;
}
.steps .step-process .icon {
	background-color: #e10600;
}
.steps .step-process .title {
	color: #e10600;
}

.form-board {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
}
.form-board-title {
	margin-bottom: 20px;
	padding: 20px 0;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.form-board-action {
	padding: 20px 0;
	text-align: center;
}

.quickview-modal .modal-dialog {
	width: 802px;
}
.quickview-modal .modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	padding: 0;
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	background-color: #c40000;
	border: none;
	border-radius: 15px;
}
.quickview-modal .modal-close:hover {
	background-color: #333;
}
.quickview-modal .modal-next, .quickview-modal .modal-prev {
	position: absolute;
	top: 180px;
	right: -60px;
	height: 40px;
	width: 40px;
	padding: 0;
	color: #fff;
	font-size: 26px;
	line-height: 42px;
	text-align: center;
	background-color: #333;
	border: none;
	border-radius: 20px;
}
.quickview-modal .modal-prev {
	right: auto;
	left: -60px;
}
.quickview-modal .modal-next:hover, .quickview-modal .modal-prev:hover {
	background-color: #c40000;
}
.quickview-modal .modal-content {
	overflow: hidden;
}
.quickview-modal .product-action-bar {
	display: block;
	position: static;
	background-color: transparent;
}
.quickview-modal .product-action-bar .container {
	width: 100%;
	padding: 0;
}
.quickview-modal .product-details {
	padding-right: 15px;
}
.quickview-modal .product-con {
	margin-top: 15px;
}
.quickview-modal .product-content {
	margin: 0;
	padding: 20px;
	border-top: 1px solid #eee;
}
.checkout-modal .checkout-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
}
.checkout-modal .checkout-product .image-wrapper {
	width: 200px;
	height: 200px;
}
.checkout-modal .checkout-product .image-wrapper img {
	width: 100%;
}
.checkout-modal .checkout-product .info {
	padding: 10px;
}
.checkout-modal .checkout-address {
	max-width: 400px;
	margin: 20px auto 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.checkout-modal .checkout-address:before {
	content: '';
	width: 100%;
	height: 8px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 12px, transparent 12px, transparent 20px, #83b3db 20px, #84adcb 32px, transparent 32px, transparent 40px);
	border-radius: 4px 4px 0 0;
}
.checkout-modal .checkout-address:after {
	position: absolute;
	top: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 180px;
	display: block;
	background-image: linear-gradient(to bottom, #f6f6f2, transparent);
	border-radius: 5px 5px 0 0;
}
.checkout-modal .checkout-address .btn-full {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
}
.checkout-modal .checkout-address .btn-full .text {
	flex: 1;
	font-size: 18px;
}
.checkout-modal .checkout-address .btn-full .icon {
	margin-left: 10px;
	color: #666;
	font-size: 20px;
}

.checkout-modal .address-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding: 15px;
}
.checkout-modal .address-box:hover {
	text-decoration: none;
	cursor: pointer;
}
.checkout-modal .address-box .icon {
	margin-right: 10px;
	color: #666;
	font-size: 20px;
}
.checkout-modal .address-box .arrow {
	margin-left: 10px;
	color: #666;
	font-size: 20px;
}
.checkout-modal .address-box .info {
	flex: 1;
}
.checkout-modal .address-box input {
	position: absolute;
	opacity: 0;
}
.checkout-modal .address-box .name {
	display: block;
	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.checkout-modal .address-box .telephone, .checkout-modal .address-box .address {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.product-added-box .image {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.product-added-box .image img {
	display: inline-block;
	height: 80px;
	width: 80px;
	border-radius: 5px;
}
.product-added-box .message {
	display: block;
	text-align: center;
}
.selected-option-box {
	margin: 20px 10px 0;
	padding: 15px;
	text-align: left;
	background-color: #f8f8f8;
	border-radius: 8px;
}
.selected-option-box .option-item {
	margin-bottom: 8px;
}
.selected-option-box .option-item:last-child {
	margin-bottom: 0;
}
.selected-option-box .name {
	margin-right: 10px;
	color: #333;
	font-weight: bold;
}
.modal-total-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 15px;
}
.modal-total-box .text {
	margin-right: 5px;
	color: #333;
	font-size: 18px;
}
.modal-total-box .price {
	font-size: 22px;
	font-weight: bold;
}
.promote-button {
	position: relative;
	padding: 6px 10px;
	height: 60px;
	min-width: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #ee0a24;
	background-image: linear-gradient(120deg, #ff6034, #ee0a24);
	border-radius: 5px;
}
.promote-button .icon {
	display: block;
	font-size: 22px;
	line-height: 28px;
}
.promote-button .text {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.promote-button:hover {
	background-color: #eb4b57;
	background-image: linear-gradient(120deg, #ff6034, #eb4b57);
	cursor: pointer;
}
.promote-button .tip {
	position: absolute;
	top: 50%;
	right: 60px;
	margin-top: -10px;
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	background-color: #ee0a24;
	border-radius: 3px;
}
.promote-button .tip:after {
	content: '';
	position: absolute;
	z-index: 99;
	top: 5px;
	right: -10px;
	border: 5px solid;
	border-color: transparent transparent transparent #ee0a24;
}
.share-modal .modal-content {
	border-radius: 10px;
}
.share-modal .modal-header {
	text-align: center;
	border-bottom-width: 0;
}
.share-modal .close {
	font-size: 25px;
	font-weight: 400;
}
.share-modal .modal-footer {
	text-align: center;
	border-top-width: 0;
}
.share-modal .share-tip {
	margin: 0 10px;
	color: #888;
	font-size: 14px;
	text-align: center;
}
.share-modal .share-link {
	margin: 20px 20px 0;
}
.footer-cookie-modal {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.footer-cookie-modal .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 2.125rem;
	padding-bottom: 2.25rem;
}
.footer-cookie-modal .content {
	flex: 1;
}
.footer-cookie-modal .action {
	float: right;
	margin-left: 30px;
}
.footer-cookie-modal .action .btn {
	background-color: #f5f5f5;
	border-width: 0;
	border-radius: 999px;
}
.product-box-item {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.product-box-item .image-wrapper {
	position: relative;
	height: 80px;
	width: 80px;
	border-radius: 3px;
	overflow: hidden;
}
.product-box-item .quantity {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 24px;
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-top-left-radius: 3px;
	background-color: rgba(0,0,0,0.5);
}
.data-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.data-header .info {
	flex: 1;
	display: inline-block;
}
.data-header .info .title {
	color: #333;
	font-size: 16px;
}
.data-header .info .value {
	margin-top: 5px;
	font-size: 18px;
}
.data-header .action {
	float: right;
}
.data-header form {
	flex: 1;
	padding-top: 15px;
}
.data-table {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
.data-table .table {
	margin-bottom: 0;
}
.data-table .column-label, .data-table .column-date, .data-table .column-price {
	width: 120px;
	white-space: nowrap;
}
.table-attribute .group-name {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.table-attribute tr:first-child td {
	border-top-width: 0;
}
.table-attribute .column-name {
	min-width: 3em;
	width: 6em;
	color: #333;
	vertical-align: middle;
	white-space: nowrap;
}
.table-attribute .column-name .icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 3px;
	vertical-align: middle;
}
.table-attribute .column-name .text {
	display: inline-block;
	vertical-align: middle;
}
.table-attribute .column-text {
	color: #666;
	vertical-align: middle;
}
.table-attribute .value-item {
	display: inline-block;
	margin-right: 8px;
}
.table-attribute .value-item .icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 3px;
	vertical-align: middle;
}
.table-attribute .value-item .text {
	display: inline-block;
	vertical-align: middle;
}

.content-images {
	margin-bottom: 30px;
}
.content-gallery {
	width: 100%;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.content-gallery {
		height: 422px;/* 632.5 */
	}
}
@media (min-width: 992px) {
	.content-gallery {
		height: 465px;/* 697.5 */
	}
}
@media (min-width: 1200px) {
	.content-gallery {
		height: 565px;/* 847.5 * 0.666 */
	}
}
.content-gallery .swiper-slide {
	background-size: cover;
	background-position: center;
}
.content-gallery .swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.content-gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.03);
}
.content-gallery-thumbs .swiper-slide {
	width: 100px;
	height: 80px;
	opacity: 0.4;
	background-size: cover;
	background-position: center;
}
.content-gallery-thumbs .swiper-slide:hover {
	cursor: pointer;
}
.content-gallery-thumbs .swiper-slide-active {
	border: 2px solid #e10600;
	opacity: 1;
}

.main-filter {
	margin-bottom: 20px;
}
.main-filter__title {
	margin-bottom: 10px;
	color: #333;
	font-size: 24px;
	text-anchor: ;
}
.main-filter__footer {
	text-align: right;
}
.main-filter__items {
	margin-bottom: 10px;
}
.main-filter__item {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.main-filter__item .item-name {
	float: left;
	min-width: 4em;
	margin-right: 10px;
	font-weight: 500;
}

.product-board {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f8f8f8;
	border-radius: 10px;
}
.product-board .info {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}
.product-board .image {
	width: 100%;
	border-radius: 8px;
}

.rating-group {
	display: inline-flex;
}
.rating-group .rating__label {
	margin: 0;
	padding: 0 8px 0 0;
	font-size: 26px;
	line-height: 1.2;
	cursor: pointer;
}
.rating-group .rating__input {
	position: absolute !important;
	left: -9999px !important;
}
.rating-group .rating__icon {
	color: #ee0a24;
	pointer-events: none;
}
.rating-group .rating__input:checked ~ .rating__label .rating__icon {
	color: #eee;
}
.rating-group:hover .rating__label .rating__icon {
	color: #ee0a24 !important;
}
.rating-group .rating__input:hover ~ .rating__label .rating__icon {
	color: #eee !important;
}
.product-service-item {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #b0b0b0;
	line-height: 30px;
	white-space: nowrap;
}
.product-service-item .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #b0b0b0;
	border-radius: 999px;
	vertical-align: middle;
}
.product-service-item img.icon {
	width: auto;
	border-width: 0;
	border-radius: 0;
}
.product-service-item .text {
	vertical-align: middle;
}
.select-input-group {
	position: relative;
	min-width: 280px;
}
.select-input-group .form-control {
	max-width: 100%;
}
.select-input-group .form-control[readonly] {
	background-color: #fff;
	cursor: pointer;
}
.select-input-group .arrow {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	color: #999;
	font-size: 22px;
	line-height: 1;
	transform-origin: 50% 50%;
	transition: transform 0.2s linear;
	pointer-events: none;
}
.select-input-group.active .arrow {
	transform: rotate(180deg);
}
.select-input-group.active .dropdown-menu {
	display: block;
	margin-top: 6px;
	padding: 0;
}
.time-slot-selector {
	max-width: 520px;
}
.time-slot-selector .cascader-menus {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 520px;
	height: 240px;
}
.time-slot-selector .cascader-menu {
	min-width: 120px;
	height: 100%;
	padding: 10px 0;
	overflow: auto;
	border-right: 1px solid #eee;
}
.time-slot-selector .cascader-menu:last-child {
	border-right: none;
}
.time-slot-selector .cascader-menu.full {
	flex: 1;
}
.time-slot-selector .cascader-menu-item {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 5px 12px;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.2s;
}
.time-slot-selector .cascader-menu-item .day {
	margin-left: 5px;
}
.time-slot-selector .cascader-menu-item:hover {
	background-color: #f6f6f6;
}
.time-slot-selector .cascader-menu-item.active {
	color: #fff;
	background-color: #e10600;
}
.time-slot-selector .cascader-menu-inner {
	display: none;
}
.time-slot-selector .cascader-menu-inner.active {
	display: block;
}
.time-slot-selector .item-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0 0 10px;
}
.time-slot-selector .item-list .item {
	min-width: 120px;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.2s;
}
.time-slot-selector .item-list .item:hover {
	background-color: #f6f6f6;
}
.time-slot-selector .item-list .item.active {
	color: #fff;
	background-color: #e10600;
	border-color: #e10600;
}
.time-slot-selector .item-list .item.disabled {
	color: #ccc;
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	cursor: default;
}
.membership-start-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 280px;
	margin: 10px 0;
	padding: 8px 10px;
	color: #663300;
	background-color: #fff4d2;
	background: linear-gradient(90deg,#fff4d2,#ffecb6);
	border-radius: 6px;
}
.membership-start-btn__content {
	flex: 1;
	padding-left: 3px;
}
.membership-start-btn__content .title {
	color: #663300;
	font-size: 16px;
	font-weight: 600;
}
.membership-start-btn__content .subtitle {
	margin-top: 5px;
	color: #a88100;
}
.membership-start-btn__action {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.membership-start-btn__action .icon {
	margin-left: 3px;
}
.user-data-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 15px;
	color: #333;
	font-size: 16px;
	background-color: #f8f8f8;
	border-width: 0;
	border-radius: 10px;
}
.user-data-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.user-data-item .text {
	margin-top: 5px;
	color: #666;
}
.user-data-item .value {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.user-data-item .tip {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}
.user-data-item:hover .text, .user-data-item:hover .value {
	color: #e10600;
}
.user-center .container > .row {
	display: flex;
	flex-direction: row;
}
.user-center #column-left, .user-center #column-right {
	width: 240px;
}
.user-center #content {
	flex: 1;
}
@media (max-width: 992px) {
	.user-info-box {
		flex-direction: column;
		align-items: flex-start;
	}
}
.tag {
	display:inline;
	margin-right: 5px;
	padding: 3px 8px;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	background-color: #eee;
	border-radius:999px;
	white-space: nowrap;
}
.tag:hover {
  color: #fff;
  background-color: #666;
}
.multiseat-box {
	padding: 15px;
	background-color: #f4f4f4;
	border-radius: 5px;
}
.multiseat-box .empty {
	padding: 30px 15px;
	color: #666;
	text-align: center;
}
.multiseat-box .add-form {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.multiseat-box .form-option {
	flex: 1;
	display: flex;
	flex-direction: row;
	margin: 0 -5px;
}
.multiseat-box .option-item {
	flex: 1;
	margin: 0 5px;
}
.multiseat-box .form-action {
	margin-left: 10px;
}
.multiseat-box .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.multiseat-box .item-number {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	color: #333;
	font-size: 16px;
	background-color: #ddd;
	border-radius: 999px;
}
.multiseat-box .item-info {
	flex: 1;
}
.multiseat-box .form-action {
	margin-left: 10px;
}