/*
	Future Imperfect by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/* Reset */
@font-face {
font-family: Oxygen;
     url('../font/Oxygen-Regular.ttf'); /* IE9+ */
}

@font-face {
font-family: Oxygen-Bold;
src: url('../font/Oxygen-Bold.ttf'),
}

/* Header-pc */

#header-pc {
	/* display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	display: block\9\0;
	ie9 */
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0 0 0;
	/*left: 0;
	position: absolute;
	top: 60px;*/
	width: 100%;
	z-index: 100000;
	color: #fff;
}

.header-pc-top {
	margin-top: 90px;
}

.header-pc-box {
	/*min-width: 1024px;*/
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}

.header-pc-box .fa {
	margin-left: 5px;
}

.header-pc-line {
	margin: 0 auto;
	padding: 0 5em;
	border-bottom: solid 1px #E67079;
}

.header-pc-box-line {}

.search-pc-a {
	font-size: 12px;
	margin-top: 5px !important;
	color: #aaa;
}

.header-pc-box2 {
	min-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.header-pc {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	display: block\9\0;
	/* ie9 */
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background-color: #ffffff;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	height: 3.5em;
	left: 0px;
	line-height: 3.5em;
	position: absolute;
	top: 31px;
	width: 100%;
	z-index: 10000;
	text-align: center;
}

#header-pc a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 8px;
	font-family: "Oxygen";
}

.header-pc a {
	color: inherit;
	text-decoration: none;
	display: block;
	float: left;
}

.main ul>.left {
	margin: 0 0px;
	color: #aaaaaa;
	padding: 0 20px 0 20px;
	font-size: .9em;
}

.main ul>.left a.fa-angle-down:before {
	float: right;
	margin: 0 5px;
}

.main ul>.left a.fa-angle-down {
	margin: 0 0 0 25px;
}

.main ul>.left span {
	margin: 0 5px;
}

#header-pc ul {
	/*list-style: none;
	margin: 0;
	padding-left: 0;
	float: left;
	height: 45px;
	overflow: hidden;*/
	list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
    text-align: center;
}

.header-pc ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#header-pc ul li,
.header-pc ul li {
	display: inline-block;
	padding-left: 0;
	/*position: relative;*/
	margin: 0 10px;
}

#header-pc h1 {
	height: inherit;
	line-height: inherit;
	padding: 0 0 0 1.5em;
	white-space: nowrap;
	font-size: 1.5em;
}

.header-pc h1 {
	height: inherit;
	line-height: inherit;
	/*padding: 0 0 0 5.375em;*/
	position: absolute;
	white-space: nowrap;
	font-size: 1.5em;
	z-index: 3;
}

#header-pc h1:before,
.header-pc h1:before {
	content: "\f055";
	font-size: 1em;
	float: right;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	display: none;
	margin: 0 0 0 5px;
}

#menu-icon.active:before {
	content: "\f056";
}

#header-pc h1 a,
.header-pc h1 a {
	font-size: 0.7em;
	margin-top: 0px;
}

.header-pc h1 a img {
	width: 10.5em;
}

.mav-logo {
	display: table;
	margin: 0 auto 20px auto;
}

.mav-left {
	position: absolute;
	left: 0em;
	font-size: 14px;
	top: 3em;
}

.nav-main {
	position: absolute;
	right: 5px;
	top: 3.4em;
}

.mav-left .fa-angle-down:before {
	float: right;
	height: 24px;
	margin: 2px 0 0 5px;
}

#header-pc .sf-menu-phone,
.header-pc .sf-menu-phone {
	/*-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 1.5em;
	border-left: solid 1px rgba(160, 160, 160, 0.3);*/
	height: inherit;
	line-height: inherit;
	/*overflow: hidden;*/
	position: relative;
	float: left;
	margin: 0 -270px;
	left: 50%;
}

#header-pc .sf-menu-phone ul li,
.header-pc .sf-menu-phone ul li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	line-height: 1;
	margin-left: 1em;
	padding-left: 1em;
	position: relative;
}

#header-pc .sf-menu-phone ul li:first-child,
.header-pc .sf-menu-phone ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#header-pc .sf-menu-phone ul li a,
.header-pc .sf-menu-phone ul li a {
	border-bottom: 0;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 5px;
}

.sf-menu-phone a:before {
	float: right;
	margin-left: 8px;
}

#header-pc .main {
	height: inherit;
	line-height: inherit;
	text-align: right;
	float: right;
	/*right:6.175em;
	position: absolute;*/
}

.header-pc .main {
	height: inherit;
	line-height: inherit;
	text-align: right;
}

#header-pc .main ul,
.header-pc .main ul {
	height: inherit;
	line-height: inherit;
}

#header-pc .main ul li,
.header-pc .main ul li {
	height: inherit;
	line-height: inherit;
	white-space: nowrap;
	font-size: .9em;
	margin-right: 0;
}

#header-pc .main ul li>*,
.header-pc .main ul li>* {
	display: block;
	float: left;
}

#header-pc .main ul li>a,
.header-pc .main ul li>a {
	text-decoration: none;
	border-bottom: 0;
	color: #aaaaaa;
	/*overflow: hidden;*/
	position: relative;
	/*text-indent: 4em;*/
	left: 0px;
	text-align: center;
	padding: 0 30px;
}

#header-pc .dropdown-menu-head>li>a {
	padding: 0 0px !important;
}

#header-pc .main ul li.search,
.header-pc .main ul li.search {
	margin-left: 20px;
}

.dropdown-menu-head li>a {
	text-align: left !important;
}

#header-pc .main ul li>a:before,
.header-pc .main ul li>a:before {
	display: block;
	height: inherit;
	left: 10px;
	line-height: inherit;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	/*width: inherit;*/
}

#header-pc .main ul li>.right_corner,
.header-pc .main ul li>.right_corner {
	background: #e62e04;
	border-radius: 14px;
	box-sizing: border-box;
	height: 14px;
	line-height: 14px;
	color: #fff;
	padding: 0 3px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	display: block;
	font-size: .8em;
	min-width: 14px;
}

#header-pc form,
.header-pc form {
	margin: 0;
}

.search-pc form input {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	background: #fff;
	border-radius: 30px;
	font-size: 12px;
	width: 200px;
	color: #aaa;
}

#header-pc #search,
.header-pc #search {
	/*-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 0;
	opacity: 0;
	overflow: hidden;*/
	padding: 0;
	white-space: nowrap;
	float: left;
}

.search-pc {
	border: 0 !important;
	position: relative;
	width: 200px;
	float: left;
	font-family: "Oxygen";
	margin-right: 10px;
}

.head-search {
	height: 30px;
	line-height: 30px;
	margin: 0px 2px 0 0px !important;
	position: absolute;
	right: 0;
	color: #000;
	font-size: 14px;
	border-radius: 30px;
	padding: 0 15px;
	text-transform: none !important;
	/*color: #fff !important;    
	background: #E67079;
    background: -moz-linear-gradient(top,  #E67079 0%, #E6939A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E67079), color-stop(100%,#E6939A));
    background: -webkit-linear-gradient(top,  #E67079 0%,#E6939A 100%);
    background: -o-linear-gradient(top,  #E67079 0%,#E6939A 100%);
    background: -ms-linear-gradient(top,  #E67079 0%,#E6939A 100%);
    background: linear-gradient(to bottom,  #E67079 0%,#E6939A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#704491', endColorstr='#432269',GradientType=0 );*/
}

:root .gradient {
	filter: none;
}

.header-pc #search input {
	width: 14em;
	height: 30px;
	margin: 10px 0 0 0px;
	background: #fff;
	border-radius: 15px;
	padding: 0 75px 0 15px;
	font-size: 14px;
}

#header-pc #search.visible,
.header-pc #search.visible {
	max-width: 13.5em;
	opacity: 1;
	padding: 0 0.5em 0 0;
}

.sub-menu {
	/*width: 130px;*/
	margin: 0;
	padding: 5px 10px !important;
	position: absolute;
	top: 30px;
	left: 0;
	background: #fff;
	z-index: 9999;
	display: none;
	border: solid 1px rgba(160, 160, 160, 0.3)
}

.sub-menu li {
	width: 100%;
	height: 30px;
	line-height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-transform: capitalize;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
}

.sub-menu li a {
	text-transform: capitalize !important;
}

.cartsAll {
	color: #F68720;
	position: relative;
}

.cartsAll i {
	font-size: 30px;
	color: #F68720;
}

.cartsAll span {
	display: block;
	float: right;
	margin: 3px 0 0 5px !important;
}


/* Menu */

.menu {
	margin: 10px auto 0 auto;
	display: table;
}

.menu a {
	color: #333;
	font-size: 16px;
	border: 1px solid transparent;
	padding: 5px 10px;
	position: relative;
	z-index: 10;
}


/*.menu a:hover {
	color: #333;
	font-size: 18px;
	border-top: 1px solid #dedbdb;
	border-left: 1px solid #dedbdb;
	border-right: 1px solid #dedbdb;
	background: #fff;
	padding: 5px 10px;
	background: #fff;
}*/

.menu li:hover a {
	/*background: #fff none repeat scroll 0 0;
	border-left: 1px solid #dedbdb;
	border-right: 1px solid #dedbdb;
	border-top: 1px solid #dedbdb;*/
	color: #333;
	font-size: 16px;
	padding: 5px 10px;
}

.dropdown-head-ul li:hover a {
	/*background: #fff none repeat scroll 0 0;*/
	border: 0 !important;
	color: #aaa;
	font-size: 16px;
	padding: 5px 10px;
}


/* Shopping-up */

#menu>h3 {
	padding: 2em 3em;
	margin: 0;
}

.shopping-up li {
	position: relative;
}

.shopping-up li a {
	position: relative;
	display: block;
}

#menu .links>li a {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.shopping-up li a div>img {
	width: 60px;
	position: relative;
	margin: 0;
	float: left;
}

.shopping-up li a>h3 {
	position: relative;
	margin-left: 70px;
}

.shopping-up li a>p {
	position: relative;
	margin-left: 70px;
}

#menu .links>li .red.fa-remove {
	position: absolute;
	top: 18px;
	right: 20px;
}

@media screen and (min-width: 1024px) {
	.header-pc-box {
		width: 100%;
		margin: 0 auto;
	}
	.header-pc-box2 {
		width: 100%;
		margin: 0 auto;
		padding: 0 5em;
	}
}

@media screen and (max-width: 980px) {
	#header-pc .sf-menu-phone {
		display: block;
	}
	.header-pc .sf-menu-phone {
		display: block;
	}
}

@media screen and (max-width: 736px) {
	#header-pc,
	.#header-pc {
		height: 2.75em;
		line-height: 2.75em;
		display: none;
	}
	#header-pc h1,
	.#header-pc h1 {
		padding: 0 0 0 1em;
	}
	#header-pc .main .search,
	.header-pc .main .search {
		display: none;
	}
	#header-app {
		display: block;
	}
	#main .nav {
		left: -3em;
		width: calc(100% + (3em * 2));
	}
}

@media screen and (max-width: 436px) {
	#header-pc,
	.header-pc {
		display: none;
	}
	#header-pc h1,
	.header-pc h1 {
		padding: 0 0 0 1em;
	}
	#header-pc h1:before,
	.header-pc h1:before {
		content: "\f055";
		font-size: 1em;
		float: right;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
		display: block;
	}
	#header-pc .sf-menu-phone,
	.header-pc .sf-menu-phone {
		position: absolute;
		height: auto;
		top: 44px;
		left: 0;
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		display: none;
	}
	#header-pc .active,
	.header-pc .active {
		display: block;
	}
	#header-pc .sf-menu-phone ul li,
	.header-pc .sf-menu-phone ul li {
		width: 100%;
		border: 1px solid #E3E3E3;
		margin: -1px 0 0 0;
		padding: .5em 1em;
		background: #F1F1F1;
		line-height: 1em;
		display: block;
	}
	#header-pc .sf-menu-phone ul li:first-child,
	.header-pc .sf-menu-phone ul li:first-child {
		border: 1px solid #E3E3E3;
		margin: 0;
		padding: .5em 1em;
	}
	#menu>h3 {
		font-size: .9em;
		padding: 2em 1.5em;
	}
	#menu .links>li .red.fa-remove {
		position: absolute;
		top: 18px;
		right: 0px;
	}
	.main ul>.left {
		display: none;
	}
	.actions.vertical li a {
		padding: 0;
	}
}


/* Header-app */

#header-app {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background-color: #ffffff;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	height: 3.5em;
	left: 0;
	line-height: 3.5em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}

#header-app a {
	color: inherit;
	text-decoration: none;
	padding: 0 1em;
	text-transform: uppercase;
}

.logo-img {
	display: block;
	position: absolute;
	text-align: center;
	z-index: -1;
	width: 200px;
	top: 0;
	left: 50%;
    margin-left: -100px;
	/*padding-left: .3em !important;*/
}

#header-app a img {
	height: 25px;
}

#header-app .fa-reorder {
	float: left;
}

#header-app .fa-reorder:before {
	font-size: 22px;
}

#header-app .logo {
	height: 40px;
	float: left;
}

.main ul>.left span {
	margin: 0 0px;
}

#header-app ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#header-app ul li {
	display: inline-block;
	padding-left: 0;
}

#header-app h1 {
	height: inherit;
	line-height: inherit;
	padding: 0 0 0 10px;
	white-space: nowrap;
	left: 0px;
	top: 43px;
	position: absolute;
	height: 35px;
	line-height: 35px;
	width: 100%;
}

#header-app h1:before {
	content: "\f055";
	font-size: 1em;
	float: right;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	display: none;
	margin: -3px 0 0 5px;
}

#menu-icon.active:before {
	content: "\f056";
}

#header-pc h1 a {
	font-size: 0.7em;
}

#header-pc h1 a img {
	height: 40px;
	margin-top: 8px;
}

#header-app .sf-menu-phone {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	height: inherit;
	line-height: inherit;
	margin-left: 1.5em;
	overflow: hidden;
	padding-left: 1.5em;
}

#header-app .sf-menu-phone ul li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	line-height: 1;
	margin-left: 1em;
	padding-left: 1em;
}

#header-app .sf-menu-phone ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#header-app .sf-menu-phone ul li a {
	border-bottom: 0;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

#header-app .main {
	height: inherit;
	line-height: inherit;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0;
}

#header-app .main ul {
	height: inherit;
	line-height: inherit;
}

#header-app .main ul li {
	/*border-left: solid 1px rgba(160, 160, 160, 0.3);*/
	height: inherit;
	line-height: inherit;
	white-space: nowrap;
}

#header-app .main ul li>* {
	display: block;
	float: left;
}

#header-app .main ul li>a {
	text-decoration: none;
	border-bottom: 0;
	color: #aaaaaa;
	overflow: hidden;
	position: relative;
	text-indent: 4em;
	width: 2.8em;
	left: 0px;
}

#header-app .main ul li>a:before {
	display: block;
	height: inherit;
	left: 0;
	line-height: inherit;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: inherit;
}

#header-app form {
	margin: 0;
}

#header-app form input {
	display: inline-block;
	height: 2.5em;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

#header-app #search {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

#header-app #search input {
	width: 12em;
}

#header-app #search.visible {
	max-width: 12.5em;
	opacity: 1;
	padding: 0 0.5em 0 0;
}

.customer-s {
	width: 7% !important;
	float: left;
	margin: 0 5px 0 0 !important;
}


/* Header-open */

.openBox {
	position: fixed;
	top: 0;
	left: 0;
	/*width: 24%;*/
	height: 100%;
	background: #fff;
	z-index: 999999;
}

@media screen and (max-width: 480px) {
	.openBox {
		width: 260px;
	}
}

.open-Box {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header-app .open-Box li {
	border-bottom: 1px solid #CCC;
	padding: .8em 1em .8em 1em;
	position: relative;
	background: #6A6A6A;
	display: block;
}

#header-app .open-Box li>a {
	color: #DFE1E2 !important;
	display: block;
	width: 100%;
	position: relative;
	font-size: .8em;
	white-space: normal;
	letter-spacing: 0px;
	word-break: break-all;
	padding: 0;
	text-transform: none;
}

.open-Box a img {
	margin: 0 auto 10px auto;
	width: 100%;
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	display: block;
	-ms-interpolation-mode: bicubic;
}

.open-Box .fa:before {
	margin: 0 8px 10px 0;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	font-size: 16px;
	-ms-interpolation-mode: bicubic;
	font: normal normal normal 14px/1 FontAwesome;
}

@media screen and (max-width: 480px) {
	.open-Box .fa:hover:before {
		color: #fff;
	}
}

.open-Box span {
	background: #e43702;
	/* border: 1px solid #bc2f0a; */
	text-align: center;
	color: #fff;
	display: block;
	min-width: 1.3em;
	padding: 0em .2em;
	margin: 0em 0em 0 0;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	height: 18px;
	line-height: 18px;
}


/* Shopping-up */

#menu>h3 {
	padding: 2em 3em;
	margin: 0;
}

.shopping-up li {
	position: relative;
}

.shopping-up li a {
	position: relative;
	display: block;
}

#menu .links>li a {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.shopping-up li a div>img {
	width: 60px;
	position: relative;
	margin: 0;
	float: left;
}

.shopping-up li a>h3 {
	position: relative;
	margin-left: 70px;
}

.shopping-up li a>p {
	position: relative;
	margin-left: 70px;
}

#menu .links>li .red.fa-remove {
	position: absolute;
	top: 18px;
	right: 0px;
}

@media screen and (max-width: 980px) {
	#header-app .sf-menu-phone {
		display: block;
	}
}

@media screen and (min-width: 700px) and (max-width: 970px) {}

@media screen and (max-width: 768px) {
	#header-pc {display: none;}
	#header-app {
		height: 2.75em;
		line-height: 2.75em;
		display: block;
	}
	#header-app .main .search,
	#header-app .sf-menu-phone {
		display: none;
	}
	#header-app .main ul li>.right_corner {
		background: #e62e04 none repeat scroll 0 0;
		border-radius: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 10px;
		height: 14px;
		line-height: 14px;
		min-width: 14px;
		padding: 0 3px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 5px;
	}
}

@media screen and (max-width: 436px) {
	#header-app {
		display: block;
	}
	#header-app .main ul li>a {
		color: #aaaaaa !important;
		text-transform: none;
	}
	#header-app .main ul li>a:before {
		color: #aaaaaa !important;
	}
	#header-app h1:before {
		content: "\f055";
		font-size: 20px;
		float: left;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
		display: block;
	}
	#header-app .main ul li>.right_corner {
		background: #e62e04;
		border-radius: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 10px;
		height: 14px;
		line-height: 14px;
		min-width: 14px;
		padding: 0 3px;
		position: absolute;
		right: 10px;
		text-align: center;
		top: 12px;
	}
	#header-app .sf-menu-phone {
		position: absolute;
		height: auto;
		top: 70px;
		left: 0;
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		display: none;
	}
	#header-app .active {
		display: block;
		background: #F1F1F1;
	}
	#header-app .sf-menu-phone ul li {
		width: 100%;
		border: 1px solid #E3E3E3;
		margin: -1px 0 0 0;
		padding: .5em 1em;
		background: #F1F1F1;
		line-height: 1em;
		display: block;
	}
	#header-app .sf-menu-phone ul li:first-child {
		border: 1px solid #E3E3E3;
		margin: 0;
		padding: .5em 1em;
	}
	#menu>h3 {
		font-size: .9em;
		padding: 2em 1.5em;
	}
	#menu .links>li .red.fa-remove {
		position: absolute;
		top: 18px;
		right: 0px;
	}
	.main ul>.left {
		display: none;
	}
	.actions.vertical li a {
		padding: 0;
	}
	.nav {
		display: none;
	}
}


/* Crumbs */

ul.breadcrumb {
	padding: 0;
	margin: 10px 0 5px 0;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
	padding-left: 0px;
	font-size: 14px;
	color: #a09f9f;
}

.breadcrumb li>.fa-home {
	color: #333;
}

.breadcrumb li>.fa-home::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	margin-right: 5px;
	color: #333;
}

.breadcrumb li>.fa-home:hover::before {
	color: #333 !important;
}

.breadcrumb>li+li:before {
	content: "\003E";
	padding: 0 5px;
	color: #cccccc;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}


/* Nav */

.nav {
	background: #f4f4f4 none repeat scroll 0 0;
	margin: 0 0 2em;
	padding: 1em 1em;
	position: relative;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	padding: 0 0em;
	line-height: 30px;
}

.nav ul li a {
	display: block;
	position: relative;
}

.nav ul li a i {
	position: absolute;
	right: 0px;
	background: #f4f4f4;
	padding: 0;
}

.nav ul li a img {
	width: 18px;
	height: 18px;
	margin: 6px 8px 0 0;
	float: left;
}

.navOne {
	font-weight: 600;
	color: #F85100 !important;
}

@media screen and (max-width: 768px) {
	.nav {
		left: -3em;
		width: calc(100% + (3em * 2));
	}
	.nav ul li {
		font-size: .9em;
	}
}


/* dropdown-menu */

.open>.dropdown-menu-head {
	display: block;
}

.dropdown.open {
	position: relative;
}

.dropdown.open>.dropdown-menu-head {
	right: 0;
}

.dropdown-menu-head {
	position: absolute;
	top: 29px;
	left: 210px !important;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	width: 200px;
	height: auto !important;
	list-style: none;
	font-size: 14px;
	color: #aaa;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.dropdown-menu-head.Language {
	left: 11em;
}

.dropdown-menu-head.USD {
	right: 90px;
}

.dropdown-menu-head.USD li {
	margin: 0 !important;
}

.dropdown-menu-head.USD li a {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.dropdown-menu-head.account {
	right: 260px;
}

.dropdown-menu-head li {
	width: 100%;
	display: block!important;
	float: left;
}

ul.dropdown-menu-head li a {
	height: 30px;
	line-height: 30px;
	left: 1.5em !important;
	text-indent: 0!important;
}

.dropdown-menu-head.Language li>a {
	color: #aaa !important;
}


/*.dropdown-menu.pull-right {

	right: 0;

	left: auto

}

.dropdown-menu .divider {

	height: 1px;

	margin: 9px 0;

	overflow: hidden;

	background-color: #e5e5e5

}

.dropdown-menu>li>a {

	display: block;

	padding: 3px 20px;

	clear: both;

	font-weight: 400;

	line-height: 1.42857143;

	color: #333;

	white-space: nowrap

}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {

	text-decoration: none;

	color: #262626;

	background-color: #f5f5f5

}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {

	color: #fff;

	text-decoration: none;

	outline: 0;

	background-color: #428bca

}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {

	color: #999

}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {

	text-decoration: none;

	background-color: transparent;

	background-image: none;

filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);

	cursor: not-allowed

}

.open>.dropdown-menu {

	display: block

}

.open>a {

	outline: 0

}

.dropdown-menu-right {

	left: auto;

	right: 0

}

.dropdown-menu-left {

	left: 0;

	right: auto

}

.dropdown-header {

	display: block;

	padding: 3px 20px;

	font-size: 12px;

	line-height: 1.42857143;

	color: #999

}

.dropdown-backdrop {

	position: fixed;

	left: 0;

	right: 0;

	bottom: 0;

	top: 0;

	z-index: 990

}

.pull-right>.dropdown-menu {

	right: 0;

	left: auto

}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {

	border-top: 0;

	border-bottom: 4px solid;

	content: ""

}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {

	top: auto;

	bottom: 100%;

	margin-bottom: 1px

}



*/

ul.open-Box {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.open-Box li {
	border-bottom: 1px solid #CCC;
	padding: .8em 1em .8em 1em;
	position: relative;
	display: block;
}

.open-Box a {
	color: inherit;
	text-decoration: none;
	padding: 0 1em;
	text-transform: uppercase;
}

.open-Box li>a {
	color: #333 !important;
	display: block;
	width: 100%;
	position: relative;
	font-size: .9em;
	white-space: normal;
	letter-spacing: 0px;
	word-break: break-all;
	padding: 0;
	text-transform: none;
	font-family: Arial, Helvetica, Verdana;
}

.open-s {
	background: #f4f4f4;
}

#search2 {
	margin: 0 0 .5em 0;
}

.open-Box .open-search {
	width: 100%;
	height: 30px;
	margin: 10px 0 0 0px;
	background: #fff;
	border-radius: 15px;
	padding: 0 60px 0 15px;
}

.open-Box .head-search {
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0 10px;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: 20px;
	right: -10px;
	width: 80px;
	text-align: center;
	padding: 0 15px;
	text-transform: none !important;
}

.dropdown-container {
	width: 1150px;
	background: #ffffff;
	text-align: left;
	position: absolute;
	top: calc(100% - 8px);
	left: 25px;
	z-index: 99;
	margin-top: 1px;
	/*height: 300px;*/
	color: #333;
	padding: 20px;
	display: none;
	border: 1px solid #dedbdb !important;
	-moz-box-shadow: 0px 15px 24px #333;
	-webkit-box-shadow: 0px 15px 24px #333;
	box-shadow: 0px 15px 24px #333;
}

.dropdown-container .dropdown-head-ul {
	float: left;
	width: 225px;
	height: auto !important;
}

.dropdown-container .dropdown-head-ul li {
	width: 100%;
}

.dropdown-container .dropdown-head-ul li h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #464747;
	margin-bottom: 10px !important;
}

.dropdown-container .dropdown-head-ul li a {
	font-size: 13px;
	color: #464747;
	padding: 0 5px;
	font-family: "Arial", Helvetica, sans-serif !important;
}

.dropdown-container .dropdown-head-ul li a:hover {
	border: 0 !important;
}

.dropdown-container .dropdown-head-ul li:hover a {
	border: 0 !important;
}

.dropdown-container .dropdown-head-ul li a .fa {
	font-size: 10px;
	color: #989898;
	margin-right: 5px;
}

.dropdown-container .dropdown-head-ul li:hover a {
	border: 0 !important;
}

.dropdown-container .dropdown-head-ul li a.block {
	margin: 20px 5px 0 5px !important;
	border: 3px solid #f7f7f7;
	padding: 10px 10px;
	background: #f4f4f4;
}

.dropdown-head-g {
	width: 100%;
	clear: both;
	float: none;
	margin: 0 0 0px 0;
	padding: 0 20px 0 0;
	height: auto !important;
}

.dropdown-head-g li {
	width: 20%;
	float: left;
	position: relative;
	margin: 0 !important;
}

.dropdown-head-g li a {
	padding: 5px 0px 5px 10px !important;
	margin: 0 0px 0 8px !important;
	color: #999 !important;
}

.dropdown-head-g li:hover a {
	color: #333 !important;
}

.dropdown-head-g li a:hover {
	color: red !important;
}

.dropdown-head-g h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 20px 20px;
	color: #464747;
	border-top: 1px solid #f4f4f4;
	padding-top: 20px;
	text-align: left;
}

.dropdown-head-g li img {
	width: 100%;
}

.dropdown-head-g li span {
	width: 100%;
	display: block;
	text-align: left;
}

.dropdown-head-g li a>.item-original-price {
	text-align: left !important;
	margin-top: 3px;
	font-size: 12px;
}

.item-discountl-price {
	width: 40px;
	height: 40px;
	line-height: 15px;
	color: #fff;
	padding: 5px 0 0 0;
	background: #EE7378;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 10px;
	text-align: center;
	z-index: 1;
}

.dropdown-head-g li .title {
	font-size: 12px;
	margin-top: 10px;
}

.dropdown-head-g li .price {
	color: #E67079;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.block {
	display: block;
}

.menu ul li>div {
	display: ;
}

.padding--0 {
	padding: 1rem !important;
	border: 1px solid #dedbdb !important;
	margin: -1px 0 0 0 !important;
	width: 100%;
	float: left;
}

.border-bottom-default-lighter {
	border-bottom: 1px solid #e9e9e9;
}

.padding-right--down-1 {
	padding-right: 0.75019rem;
}

.font-size--none {
	font-size: 0;
	line-height: 1;
}

.line-height--none {
	line-height: 1;
}

.inline-block {
	display: inline-block;
}

.flex-item--1 {
	float: left;
}

.flex-item--2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
	font-size: 12px;
	width: 61%;
	float: left;
}

.text-default,
.hover-text-default:hover {
	color: #000;
	font-size: 16px;
}

.text-secondary-dark,
.hover-text-secondary-dark:hover {
	color: #644444;
}

.dropdown-img {
	padding: 0 !important;
	border: 0 !important;
}

.dropdown-img img {
	border-radius: 50px;
}

.dropdown-title {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.dropdown-img:hover,
.dropdown-title:hover {
	border: 0 !important;
}

.header-pc-box .menu li:hover .dropdown-container {
	display: block;
}

#currencytop:hover+ul,
#menuCurrency:hover {
	display: block;
}

#menuCurrency {
	/*margin-top: -7px !important;*/
}

.header-top-banner-box {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	` background: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.header-top-banner-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 6.5em;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
}

.header-top-banner-close i {
	position: absolute;
	top: 3px;
	left: 5px;
}

.header-top-banner-bg {
	background-size: cover;
	max-width: 100%;
	max-height: 100%;
	height: 60px;
	width: 100%;
}

.min-open-menu {
	position: absolute !important;
	right: 20px;
	padding: 5px 10px;
	top: 10px;
	background: #f4f4f4;
	border: 1px solid #e4e4e4;
	z-index: 11;
}

.min-open-menu a {
	text-align: left;
	padding: 0px 0px !important;
	height: 25px;
	line-height: 25px;
	float: none !important;
}

.min-open-menu a:hover {
	border: 0 !important;
	padding: 0px 0px !important;
}

.n-hot-img {
	width: 32px;
	position: absolute;
	top: 0px;
	right: -21px;
}

.hidden-dropdown {
	position: absolute;
	right: 20px;
	top: 5px;
}

.hidden-dropdown a {
	border: 0 !important;
}

.hidden-dropdown-head {
	position: absolute;
	top: 29px;
	z-index: 1000;
	height: auto !important;
	/* display: none; */
	right: 0;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	width: 200px;
	list-style: none;
	font-size: 12px;
	color: #aaa;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.hidden-dropdown-head.USD li {
	width: 100%;
}

.hidden-dropdown-head.USD li a {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

@media screen and (max-width: 768px) {
	.header-top-banner-box {
		display: none;
	}
	#header-app a img {
    height: 25px;
    margin-top: 8px;
}
.main ul>.left {
    display: none;
}

}

@media screen and (max-width: 760px) {
	.header-pc-box {
		width: 760px;
		margin: 0 auto;
		position: relative;
		font-size: 12px;
	}
	.header-top-banner-box {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	ul.breadcrumb {
		padding: 0;
		margin-bottom: 5px;
		display: none;
	}
	.header-top-banner-box {
		display: none;
	}
}


/*mshe-sidebar*/

.mshe-sidebar {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #333 !important;
}

.panel-info {
	border-color: #fff !important;
	-webkit-box-shadow: 0 1px 1px #E5E5E5(0, 0, 0, .05);
	box-shadow: 0 1px 1px #E5E5E5(0, 0, 0, .05);
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #fff !important;
}

.panel-heading {
	padding: 5px 15px !important;
}

.mshe-sidebar h4 a {
	display: block;
	font-size: 14px;
}

.mshe-sidebar h4 .fa {
	float: right;
}

.mshe-sidebar h4 span {
	float: right;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin-right: 8px;
}

ul.mshe-menu {
	padding: 0;
	height: 40px;
	margin-top: 20px;
	margin-left: -15px;
}

ul.mshe-menu li {
	display: block;
	width: 33.333%;
	float: left;
	text-align: center;
	padding: 0;
}

ul.mshe-menu li a:hover {
	text-decoration: none;
}

ul.mshe-menu li i {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #B0B0B0;
}

ul.mshe-menu li span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	color: #B0B0B0;
	font-size: 12px;
}

ul.mshe-menu li i {
	position: relative;
}

ul.mshe-menu li i .red-drop {
	width: 5px;
	height: 5px;
	background: red;
	position: absolute;
	right: 20px;
	top: 0;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

ul.mshe-menu li .fa:before {
	font-size: 20px;
	color: #888;
}

.mshe-menu-b>.panel-body {
	padding: 5px 15px;
}

.mshe-menu-l {
	padding: 0;
}

.mshe-menu-l li {
	border-bottom: 1px solid #f4f4f4;
}

.mshe-menu-l a {
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
}

.mshe-size {
	font-size: 12px;
	background: #f4f4f4 !important;
}

.mshe-size>.panel-info {
	border: 0;
}

.mshe-size>.panel-info .mshe-sidebar {
	border: 0 !important;
}

.mshe-size>.panel-info .mshe-sidebar>.panel-title {
	font-size: 14px;
}

.mshe-size .mshe-sidebar {
	background: #f4f4f4 !important;
	padding: 8px 15px !important;
}

.sidebar-footer {
	text-align: center;
}

.sidebar-footer .link1 {
	font-size: 12px;
	padding-top: .466667rem;
	padding-bottom: .466667rem;
	margin-top: 20px;
	color: #888;
}

.sidebar-footer .link1 a {
	color: #666;
	padding: 0 3px;
}

.sidebar-footer .link1 a+a {
	border-left: 2px solid #E5E5E5;
}

.sing-top{
	    background: #F6772B !important;
	    /*background: -moz-linear-gradient(top, #F6B996 0%,#F6772B 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6B996), color-stop(100%,#F6772B)) !important;
    background: -webkit-linear-gradient(top, #F6B996 0%,#F6772B 100%) !important;
    background: -o-linear-gradient(top, #F6B996 0%,#F6772B 100%) !important;
    background: -ms-linear-gradient(top, #F6B996 0%,#F6772B 100%) !important;
    background: linear-gradient(to bottom, #F6B996 0%,#F6772B 100%) !important;*/
}
.sing-top .panel-title{
	height: 50px;
	line-height: 50px;
}
.sing-top .panel-title a{
	color: #fff;
}
.sing-top .panel-title a i.fa-user{
	margin-right: 5px;
	float: none;
	font-size: 20px;
}
