@font-face {
	font-family:interRegular;src:url(../fonts/inter/interRegular/inter-regular-webfont.woff2) format("woff2"),url(../fonts/inter/interRegular/inter-regular-webfont.woff) format("woff"),url(../fonts/inter/interRegular/inter-regular-webfont.ttf) format("truetype"),url(../fonts/inter/interRegular/inter-regular-webfont.svg#inter_vregular) format("svg");font-weight:400;font-style:normal
}
@font-face {
	font-family:interBold;src:url(../fonts/inter/interBold/inter-bold-webfont.woff2) format("woff2"),url(../fonts/inter/interBold/inter-bold-webfont.woff) format("woff"),url(../fonts/inter/interBold/inter-bold-webfont.ttf) format("truetype"),url(../fonts/inter/interBold/inter-bold-webfont.svg#inter_vregular) format("svg");font-weight:400;font-style:normal
}
@font-face {
	font-family:interBold;src:url(../fonts/inter/interSemiBold/inter-semibold-webfont.woff2) format("woff2"),url(../fonts/inter/interBold/inter-semibold-webfont.woff) format("woff"),url(../fonts/inter/interBold/inter-semibold-webfont.ttf) format("truetype"),url(../fonts/inter/interBold/inter-semibold-webfont.svg#inter_vsemibold) format("svg");font-weight:400;font-style:normal
}
@font-face {
	font-family:iconfont;src:url(../fonts/iconFont/iconfont.eot);src:url(../fonts/iconFont/iconfont.eot?#iefix) format("embedded-opentype"),url(../fonts/iconFont/iconfont.woff2) format("woff2"),url(../fonts/iconFont/iconfont.woff) format("woff"),url(../fonts/iconFont/iconfont.ttf) format("truetype"),url(../fonts/iconFont/iconfont.svg#iconfont) format("svg")
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.iconcart:before {
	content: "\e613";
}
.iconuser:before {
	content: "\e619";
}
.iconicon-close:before {
	content: "\e663";
}
.iconlinkedin:before {
	content: "\e614";
}
.iconyoutube:before {
	content: "\e615";
}
.iconinstagram:before {
	content: "\e616";
}
.icontwitter:before {
	content: "\e617";
}
.iconfacebook:before {
	content: "\e618";
}
.iconblog:before {
	content: "\e611";
}
.iconorders:before {
	content: "\e61e";
}
.iconwenhao:before {
	content: "\e61f";
}

.iconinfor:before {
	content: "\e620";
}

header .header-wrapper .cart-account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	margin-right: 20px;
}
header .header-wrapper .minicart-wrapper {
	position: relative;
	padding-left: 30px;
}

header .header-wrapper .minicart-wrapper .text {
	display: none
}

header .header-wrapper .minicart-wrapper a {
	font-size: 22px !important;
	color: #145e8f !important;
	opacity:.9;
}
/*header .header-wrapper .minicart-wrapper a.iconcart:before{*/
/*	color: #145e8f*/
/*}*/

header .header-wrapper .minicart-wrapper .counter {
	font-size: 14px;
	color: #145e8f;
	font-weight:700 !important;
}

header .header-wrapper .minicart-wrapper .subtotal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .header-wrapper .minicart-wrapper .subtotal span {
	font-size: 18px;
	font-weight: 700;
	color: #8995a7
}

header .header-wrapper .minicart-wrapper .subtotal span.price {
	margin-left: 10px
}

header .header-wrapper .minicart-wrapper .subtotal span.label {
	font-size: 14px
}

header .header-wrapper .minicart-wrapper .toolbar {
	margin: 0 20px;
	padding-bottom: 20px;
	text-align: right
}

header .header-wrapper .minicart-wrapper .toolbar button {
	display: inline-block;
	background: #145e8f;
	width: 140px;
	padding: 12px 0;
	color:#fff;
	font-size:18px;
	margin-top:18px;
	cursor:pointer;
	border:0 none;
}

header .header-wrapper .minicart-wrapper .minicart-items-wrapper.overflowed {
	overflow-y: scroll;
	max-height: 412px
}

header .header-wrapper .minicart-block {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

header .header-wrapper .minicart-slide {
	display: none;
	position: absolute;
	min-width: 478px;
	z-index: 5;
	top: 0;
	margin-top: 26px;
	padding-top:18px;
	right: -32px
}

header .header-wrapper .minicart-content {
	padding-top: 10px;
	-webkit-box-shadow: 0 2px 5px #939598;
	box-shadow: 0 2px 5px #939598;
	background: #145e8f;
	border-radius: 10px
}

header .header-wrapper .minicart-content:before {
	border: 15px solid;
	border-color: transparent transparent #135f90 transparent;
	top: -11px;
	position: absolute;
	content: '';
	right: 26px;
	display: block
}

header .header-wrapper .minicart-content .minicart-items {
	padding: 20px
}

header .header-wrapper .minicart-content .minicart-items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #145e8f
}

header .header-wrapper .minicart-content .minicart-items li:first-child {
	padding-top: 0
}

header .header-wrapper .minicart-content .minicart-items li img {
	width: 52px;
	height: 52px
}

header .header-wrapper .minicart-content .product-item-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: 20px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .header-wrapper .minicart-content .product-item-details .product-name {
	display: -webkit-box;
	overflow: hidden;
	max-height: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: normal !important;
}

header .header-wrapper .minicart-content .minicart-total {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #145e8f;
	font-size: 20px;
	color: #145e8f;
	text-align:left;
}

header .header-wrapper .minicart-content .minicart-total span {
	font-weight: 700;
	font-size: inherit;
	color: inherit
}

header .header-wrapper .minicart-content .product-item-name-block {
	margin-right: 20px;
	text-align: left;
	width: 81%
}

header .header-wrapper .minicart-content .product-item-name-block a {
	font-size: 14px !important;
	color: #145e8f !important;
}

header .header-wrapper .minicart-content .product-item-name-block dl.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	color: #8995a7;
	font-size: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .header-wrapper .minicart-content .product-item-name-block dl.options dd {
	margin-left: 10px
}

header .header-wrapper .minicart-content .details-qty {
	width: 100px;
	margin: 0 20px;
	color: #8995a7;
	font-size:14px;
}

header .header-wrapper .minicart-content .product-item-pricing {
	color: #8995a7;
	font-size: 14px;
	width: 153px;
}

header .header-wrapper .account-wrapper {
	margin-left: 5px;
	padding-left: 25px;
	position: relative;
}
header .header-wrapper .account-wrapper .iconuser:before{
	display: block;
	margin-top: -2px;
}

header .header-wrapper .account-wrapper .welCome {
	font-size: 13px;
	display: block;
	font-weight:700;
	color: #145e8f;
	margin-top:5px;
	font-family:"interSemiBold";
	line-height: 23px;
}

header .header-wrapper .account-wrapper .accountLabel {
	font-size: 22px;
	color: #145e8f;
	display: block;
	margin-top: 6px;
	margin-right:18px;
	opacity:.9;
}
header .header-wrapper .account-wrapper .accountLabel.iconuser{
	font-size: 20px !important;
	margin-left:5px;
}
header .header-wrapper .account-wrapper .account-block {
	display: none;
	position: absolute;
	top: 0;
	right: -13px;
	min-width: 244px;
	z-index: 5;
	padding-top: 20px;
	margin-top: 26px;
}

header .header-wrapper .account-wrapper .account-content {
	background: #145e8f;
	border-radius: 10px;
	padding-top: 10px;
	border: none;
	-webkit-box-shadow: 0 2px 5px #939598;
	-moz-box-shadow: 0 2px 5px #939598;
	box-shadow: 0 2px 5px #939598;
}

header .header-wrapper .account-wrapper .account-content ul {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0;
	padding:0;
}

header .header-wrapper .account-wrapper .account-content ul a {
	display: block;
	padding: 15px 20px !important;
	font-size: 16px;
	font-family: interRegular;
	font-weight: 400 !important;
}

header .header-wrapper .account-wrapper .account-content ul li {
	border-bottom: none;
	list-style-type: none;
	padding: 0;
	text-align: left;
}
header .header-wrapper .account-wrapper .account-content ul li:hover{
	background: #eff8ff;
}

header .header-wrapper .account-wrapper .account-content ul li:last-child {
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

header .header-wrapper .account-wrapper .account-content:before {
	border: 15px solid;
	border-color: transparent transparent #145e8f transparent;
	top: -9px;
	position: absolute;
	content: '';
	right: 26px;
	display: block
}

.cart-account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.minicart-wrapper {
	position: relative
}

.minicart-wrapper .text {
	display: none
}

.minicart-wrapper a {
	font-size: 27px;
	color: #145e8f
}

.minicart-wrapper .counter {
	font-size: 18px;
	color: #145e8f
}

.minicart-wrapper .subtotal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.minicart-wrapper .subtotal span {
	font-size: 18px;
	font-weight: 700;
	color: #8995a7
}

.minicart-wrapper .subtotal span.price {
	margin-left: 10px
}

.minicart-wrapper .subtotal span.label {
	font-size: 14px
}

.minicart-wrapper .toolbar {
	margin: 0 20px;
	padding-bottom: 20px;
	text-align: right
}

.minicart-wrapper .toolbar button {
	display: inline-block;
	background: #145e8f;
	width: 140px;
	padding: 12px 0
}

.minicart-wrapper .minicart-items-wrapper.overflowed {
	overflow-y: scroll;
	max-height: 412px
}

.minicart-block {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.minicart-slide {
	display: none;
	position: absolute;
	min-width: 478px;
	z-index: 5;
	top: 0;
	padding-top: 48px;
	right: -27px;
}

.minicart-content {
	padding-top: 10px;
	-webkit-box-shadow: 0 2px 5px #939598;
	box-shadow: 0 2px 5px #939598;
	background: #145e8f;
	border-radius: 10px
}

.minicart-content:before {
	border: 15px solid;
	border-color: transparent transparent #135f90 transparent;
	top: 18px;
	position: absolute;
	content: '';
	right: 26px;
	display: block
}

.minicart-content .minicart-items {
	padding: 20px
}

.minicart-content .minicart-items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #145e8f
}

.minicart-content .minicart-items li:first-child {
	padding-top: 0
}

.minicart-content .minicart-items li img {
	width: 52px;
	height: 52px
}

.minicart-content .product-item-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: 20px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.minicart-content .product-item-details .product-name {
	display: -webkit-box;
	overflow: hidden;
	max-height: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.minicart-content .minicart-total {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #145e8f;
	font-size: 20px;
	color: #145e8f
}

.minicart-content .minicart-total span {
	font-weight: 700;
	font-size: inherit;
	color: inherit
}

.minicart-content .product-item-name-block {
	margin-right: 20px
}

.minicart-content .product-item-name-block a {
	font-size: 14px;
	color: #145e8f
}

.minicart-content .product-item-name-block dl.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	color: #8995a7;
	font-size: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.minicart-content .product-item-name-block dl.options dd {
	margin-left: 10px
}

.minicart-content .details-qty {
	width: 100px;
	margin: 0 20px;
	color: #8995a7
}

.minicart-content .product-item-pricing {
	color: #8995a7
}

.account-wrapper {
	margin-left: 40px;
	position: relative
}

.account-wrapper .welCome {
	font-size: 18px;
	display: block;
	font-weight: 700;
	color: #145e8f;
	margin-top: 5px
}

.account-wrapper .accountLabel {
	font-size: 22px;
	color: #145e8f;
	display: block;
	margin-top: 6px
}

.account-wrapper .account-block {
	display: none;
	position: absolute;
	top: 0;
	right: -32px;
	min-width: 244px;
	z-index: 5;
	padding-top: 48px
}

.account-wrapper .account-content {
	background: #145e8f;
	border-radius: 10px;
	padding-top: 8px;
	border: 2px solid #145e8f
}

.account-wrapper .account-content ul {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.account-wrapper .account-content ul a {
	display: block;
	padding: 15px 20px;
	font-size: 16px
}

.account-wrapper .account-content ul li {
	border-bottom: 2px solid #145e8f
}

.account-wrapper .account-content ul li:last-child {
	border-bottom: none
}

.account-wrapper .account-content:before {
	border: 15px solid;
	border-color: transparent transparent #145e8f transparent;
	top: 18px;
	position: absolute;
	content: '';
	right: 26px;
	display: block
}
