/*
	
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
/* 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;
	background-color: #fff;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	height: 2em;
	left: 0;
	line-height: 2em;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000000;
	color: #fff;
}
.header-pc-box{
	min-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.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: 4.0em;
	left: 0px;
	line-height: 4.0em;
	position:absolute;
	top: 31px;
	width: 100%;
	min-width: 1024px;
	z-index: 10000;
	text-align: center;
}

#header-pc a {
	color: inherit;
	text-decoration: none;
	display: block;
	float: left;
	color: #fff;
	margin: 0 8px;
}

.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;
}

.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;
}

#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{
	height:50px;
	margin-top: 10px;
}

.mav-left{
	/*position: absolute;
	left: 9.375em;*/
	left: 3em;
	font-size: 14px;
}
.mav-left .fa-angle-down:before{
	float: right;
	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 > li > a{
	padding: 0 0px !important;
}

#header-pc .main ul li.search,
.header-pc .main ul li.search {
	margin-left: 20px;
}

.dropdown-menu 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;
}

#header-pc form input {
	display: inline-block;
	height: 1.6em;
	position: relative;
	top: -2px;
	vertical-align: middle;
	background: #fff;
}

#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;
}
.header-pc .search-pc {
	border: 0 !important;
	position: relative;
	width: 200px;
    float: right;
    
}
.head-search{
	height: 30px;
	line-height: 30px;
	margin: 15px 0 0 10px;
	border-radius:0 20px 20px 0;
	position: absolute;
    right: 0;
    font-size: 14px;
    padding: 0 15px;
    color: #fff !important;
    text-transform:none !important;
	background: #704491;
    background: -moz-linear-gradient(top,  #704491 0%, #432269 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#704491), color-stop(100%,#432269));
    background: -webkit-linear-gradient(top,  #704491 0%,#432269 100%);
    background: -o-linear-gradient(top,  #704491 0%,#432269 100%);
    background: -ms-linear-gradient(top,  #704491 0%,#432269 100%);
    background: linear-gradient(to bottom,  #704491 0%,#432269 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: 15px 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;
}


/* 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;
	max-width: 1200px;
}
	.header-pc-box2{
	width: 100%;
	margin: 0 auto;
	max-width:1200px;	
}
}

@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;
    float: left;
    width: 50%;
    padding-left: .3em !important;
}
#header-app a img{
	width: 80px;
    margin-top: 8px;
}

#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;
	color:#fff;
}

#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: 48px;
	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: 3.2em;
	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 {
		
	}
	#header-app {
		height: 2.75em;
		line-height: 2.75em;
		display: none;
	}
	#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: 5px;
		text-align: center;
		top: 5px;
	}
	#header-app .sf-menu-phone {
		position: absolute;
		height: auto;
		top: 80px;
		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: -35px 0 10px 0;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

@media screen and (max-width: 480px) {
	ul.breadcrumb {
		padding: 0;
		margin-bottom: 5px;
		display: none;
	}
}

.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: #ffffff 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;
}
.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 {
	display: block;
}

.dropdown.open {
	position: relative;
}

.dropdown.open>.dropdown-menu {
	right: 0;
}

.dropdown-menu {
	position: absolute;
	top: 31px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	width: 200px;
	list-style: none;
	font-size: 14px;
	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.Language {
	left:11em;
}

.dropdown-menu.USD {
	right: 90px;
}

.dropdown-menu.account {
	right: 260px;
}

.dropdown-menu li {
	width: 100%;
	display: block!important;
	float: left;
}

ul.dropdown-menu li a {
	height: 30px;
	line-height: 30px;
	left: 1.5em !important;
	text-indent: 0!important;
}

.dropdown-menu.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:12px;
    right: 17px;
    width: 80px;
    text-align: center;
    padding: 0 15px;
    color: #fff !important;
    text-transform:none !important;
	background: #704491;
    background: -moz-linear-gradient(top,  #704491 0%, #432269 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#704491), color-stop(100%,#432269));
    background: -webkit-linear-gradient(top,  #704491 0%,#432269 100%);
    background: -o-linear-gradient(top,  #704491 0%,#432269 100%);
    background: -ms-linear-gradient(top,  #704491 0%,#432269 100%);
    background: linear-gradient(to bottom,  #704491 0%,#432269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#704491', endColorstr='#432269',GradientType=0 );
}