/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a,a:hover{
	text-decoration:none;
	color: #353536;
}
table {
    border-spacing: 0;    
}
.table{
	margin: 0;
}
body{
	width: 100%;
	height: 100%;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.left{
	float: left;
}
.right{
	float: right;
}
ul, li{
	list-style:none;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("font/MYRIADPRO-REGULAR.OTF");
}
@font-face {
	font-family: "Myriad Pro Light";
	src: url("font/MyriadPro-Light.otf");
}
@font-face {
	font-family: "Myriad Pro Semibold";
	src: url("font/MYRIADPRO-SEMIBOLD.OTF");
}
.btn-black{
	color: #fff;
	background: #080808;
	font-family: "Myriad Pro Light";
}
.btn-black:hover, .btn-black:active, .btn-black:after, .btn-black:focus{
	color: #fff;
}
body{
	font-family: "Myriad Pro Light";
}
/* SECSION 0
 * ---------------------------------------------*/

/* Header */
#section0, #section2{
	background: -webkit-radial-gradient(circle, #f7eef4, #999da6); 
	background: -o-radial-gradient(circle, #f7eef4, #999da6);
	background: -moz-radial-gradient(circle, #f7eef4, #999da6);
	background: radial-gradient(circle, #f7eef4, #999da6);
}
.header{
	height: 60px;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e4e4e4;
	z-index: 10;
	overflow: hidden;
}
.header-menu-left{
	width: 60px;
	height: 100%;
	border-right: 1px solid #e4e4e4;
	background: url('images/header/menu-top.png') no-repeat;
	background-position:center; 
}
.header-menu-left-close {
	width: 60px;
	height: 100%;
	border-right: 1px solid #e4e4e4;
	cursor: pointer;
	background: #f5f5f5 url('images/header/close_menu.png') no-repeat;
	background-position:center; 
}
.header-logo{
	width: 200px;
	height: 100%;
	background: url('images/header/logo.png') no-repeat;
	background-position:center;
	border-right: 1px solid #e4e4e4; 
}
.header-menu-left:hover,.header-logo:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.header-menu-text{
	margin-left: 10px;
	width: 500px;
	height: 100%;
	font-family:"Myriad Pro";
	font-size: 17px;
	color: #353536;
}
.header-menu-text li{
	float: left;
	padding: 20px;
}

.header-menu-right{
	width: 180px;
	height: 100%;
}
.header-menu-right li{
	float: right;
	width: 60px;
	height: 100%;
	border-left: 1px solid #e4e4e4; 
}
.menu-right-cart{
	background: url('images/header/cart.png') no-repeat;
	background-position: 50% 60%;
}
.menu-right-user,.avartar-user{
	background: url('images/header/user.png') no-repeat;
	background-position: 50% 61%;
	width: 60px;
	height: 60px;
	float: left;
}
.avartar-user{
	background-position: center;
	background-size: cover !important;
	border-radius: 3px;
}
.menu-right-search{
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
.menu-right-search > span{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0);
}
.btn-search-header{
	background: url('images/header/search.png') no-repeat;
	background-position: 57% 56%;
	width: 60px;
	height: 60px;
	border: none;
	margin: 0 !important;
	padding: 0;
}
.menu-right-search > form{
	width: 220px;
	height: 60px;
	float: right;
}
.menu-right-search > form > input[type="text"],
.menu-right-search > form > button{
	float: left;
}
.menu-right-search > form > input[type="text"]{
	height: 60px;
	border: none;
	width: 160px;
	padding: 20px;
	font-family: "Myriad Pro";
	font-size: 15px;
	background: #f5f5f5;
}
.menu-right-search > form > input[type="text"]:focus,
.menu-right-search > form > input[type="text"]:active{
	border: none;
	box-shadow: none;
	outline: 0;
}
.header-menu-right li:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.menu-right-cart span{
	width: 25px;
	height: 25px;
	color: #fff;
	background:#18191a;
	border-radius: 50%;
	float: right;
	text-align: center;
	vertical-align:middle;
	margin-top: 5px;
	margin-right: 5px;
}
.menu-right-cart span p{
	margin-top: 5px;
	font-family:"Tahoma";
	font-size: 11px;
}
.header button{
	margin-top: 10px;
	margin-right: 10px;
}
/*----------------------*/

.main-content{padding-top:60px;width:100%;margin:0 auto; min-width: 1300px;}/*900px*/

/*CSS FOOTER*/
.footer{
	background: #18191a;
	height: auto;
	width: 100%;
	bottom: 0;
	left: 0;
}
.footer-column-group{
	height: 87%;
	border-bottom: #303031 thin solid;
}
.footer >.footer-column-group > div.col-lg-2{
	height: 100%;
}
.footer-column{
	border-left: #303031 thin solid;
	min-height: 278px;
}
.footer > .footer-column-group > div.col-lg-2:last-child{
	border-left: #303031 thin solid;
}
.footer-column > ul{
	margin-left: 30px;
	margin-top: 0px;
}
.footer-column > ul > li:first-child > a,.footer-column > ul > li:first-child{
	font-family: "Myriad Pro";
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 3;
}
.footer-column > ul > li > a, .footer-column > ul > li{
	font-family: "Myriad Pro";
	color: rgba(255, 255, 255, 0.25);
	font-size: 13px;
	line-height: 1.6;
}
.footer-social-group {
	margin-left: 20px;
}
.footer-social-group > span{
	float: left;
	width: 45px;
	height: 45px;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 10px;
}
.footer-social-group > span:first-child{
	background: url('images/section6-social.png') 0 0 no-repeat;
}

.footer-social-group > span:first-child:hover{
	background: url('images/section6-social.png') 0 -45px no-repeat;
}

.footer-social-group > span:nth-child(2){
	background: url('images/section6-social.png') -45px 0 no-repeat;
}

.footer-social-group > span:nth-child(2):hover{
	background: url('images/section6-social.png') -45px -45px no-repeat;
}

.footer-social-group > span:last-child{
	background: url('images/section6-social.png') -90px 0 no-repeat;
}

.footer-social-group > span:last-child:hover{
	background: url('images/section6-social.png') -90px -45px no-repeat;
}
.footer-column-group > .footer-column:nth-child(5) > ul{
	margin-left: 5px;
}
.footer-column-group > .footer-column:nth-child(5) > ul:nth-child(2) > li:first-child{
	font-family: "Myriad Pro";
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	line-height: 2;
}
.footer p{
	margin-top: 10px;
	text-align: center;
	font-family: "Myriad Pro";
	font-size: 14px;
	color: rgba(255, 255, 255, 0.25);
}

/*----------------------*/

ul.tlmenu li{
	border:1px solid #e4e4e4;
	border-top: none;
}
ul.tlmenu > li a{
	padding-top:7px;
	padding-bottom:7px;
	display: block;
	padding-left:10px;
}
ul.tlmenu li:hover{
	background:#f5f5f5;
}


/* config header -- */
.btn-store{
	padding: 0;
	margin: 0;
	height: 40px;
	width: 80px;
}
#topleftmenu{
	position:absolute;top:48px;left:0px;width:250px;height:auto;background:#FFF;z-index:999;
}
.dropdown-menu{
	top: 10px;
	border: none;
	border-radius: 0;
	box-shadow:none;
	width: 320px;
	padding: 0;
}
.have_mn_sub > .mn_sub{
	border-top: thin solid #e4e4e4;
	background: #f5f5f5;
}
.have_mn_sub > .mn_sub > li{
	padding-left: 40px;
	padding-top: 15px;
	border: none;
	font-family:"Myriad Pro";
	font-size: 15px;
}
.have_mn_sub > .mn_sub > li > a{
	padding: 0;
	color: #8a9298;
}
.have_mn_sub > .mn_sub > li:last-child{
	padding-bottom: 15px;
}
.dropdown-menu > li > a,
ul.tlmenu > li:last-child{
	font-family:"Myriad Pro";
	font-size: 17px;
	padding: 13px 20px !important;
	-webkit-font-smoothing: antialiased !important;
}
.header-menu-left:hover,.header-logo:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.header-menu-text{
	margin-left: 10px;
	width: 320px;
	height: 100%;
	font-family:"Myriad Pro";
	font-size: 17px;
	color: #353536;
}
.header-menu-text li{
	float: left;
	padding: 18px 5px;
}
.header-menu-text > li > a{
	padding: 6px 15px;
	border-radius: 5px;
	border: thin solid #fff;
}
.header-menu-text > li > a:hover,
.header-menu-text > li > a.active{
	border: thin solid #e4e4e4;
}
.header-menu-right{
	width: auto;
	height: 100%;
}
.header-menu-right li{
	float: right;
	width: 60px;
	height: 100%;
	border-left: 1px solid #e4e4e4; 
}

.header-menu-right li:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.menu-right-cart span{
	width: 25px;
	height: 25px;
	color: #fff;
	background:#18191a;
	border-radius: 50%;
	float: right;
	text-align: center;
	vertical-align:middle;
	margin-top: 5px;
	margin-right: 5px;
}
.menu-right-cart span p{
	margin-top: 5px;
	font-family:"Tahoma";
	font-size: 11px;
}
.header button{
	margin-top: 10px;
	margin-right: 10px;
}

.header-epoc{
	width: 300px;
}
.header-menu-right li.menu-right-buy-epoc{
	width: 120px;
	height: 100%;
	background-color: #000;
}
.menu-right-buy-epoc > p:first-child{
	padding-top: 19px;
	text-align: center;
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #fff;
	float: left;
	margin-left: 15px;
}
.menu-right-buy-epoc > p:last-child, .get-insight > p:last-child{
	color:#3fb8fb;
	font-size: 30px;
	height: 100%;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}
.dropdown-menu-user,.dropdown-menu-logined,.menu-shopcart{
	width: 320px;
	height: 330px;
	border: thin solid #e4e4e4;
	position: absolute;
	top: 60px;
	right: 0;
	background: #fff;
	z-index: 1000;
}
.menu-shopcart{
	width: 340px;
}
.dropdown-menu-logined,.menu-shopcart{
	height: auto;
}
.menu-shopcart > ul > li:first-child > h1{
	float: left;
	margin-top: 3px;
}
.form-login-header > ul > li,
.dropdown-menu-logined > ul > li,
.menu-shopcart > ul > li,
.menu-shopcart > ul > li > ul > li{
	width: 100%;
	height: 50px;
	border-bottom: thin solid #e4e4e4;
}
.dropdown-menu-logined > ul > li{
	float: left;
}
.menu-shopcart > ul > li,
.menu-shopcart > ul > li > ul > li{
	height: 80px;
	padding: 10px;
}
.menu-shopcart > ul > li:first-child{
	height: 60px;
}
.menu-shopcart > ul > li:nth-child(2){
	height: auto;
	max-height: 241px;
	overflow-y: auto;
	padding: 0;
}
.menu-shopcart > ul > li > ul > li{
	position: relative;
}
.dropdown-menu-logined > ul > li:hover,
.menu-shopcart > ul > li:hover,
.menu-shopcart > ul > li > ul > li:hover{
	background: #f5f5f5;
	cursor: pointer;
}
.dropdown-menu-logined > ul > li:first-child,
.menu-shopcart > ul > li:first-child{
	background: #fff !important;
}
.form-login-header > ul > li:first-child,
.dropdown-menu-logined > ul > li:first-child,
.menu-shopcart > ul > li:first-child{
	margin-top: 10px;
	font-size: 28px;
	padding: 0 20px;
	color: #18191a;
}
.menu-shopcart > ul > li > img,
.menu-shopcart > ul > li > span,
.menu-shopcart > ul > li > ul > li > img,
.menu-shopcart > ul > li > ul > li > span{
	float: left;
}
.close{
	position: absolute;
	top: 40%;
	right: 20px;
}
.menu-shopcart > ul > li > img,
.menu-shopcart > ul > li > ul > li > img{
	width: 60px;
	height: 60px;
}
.menu-shopcart > ul > li > span,
.menu-shopcart > ul > li > ul > li > span{
	width: 190px;
	margin-left: 10px;
}
.menu-shopcart > ul > li > span:nth-child(2),
.menu-shopcart > ul > li > ul > li > span:nth-child(2){
	font-family: "Myriad Pro";
	color: #18191a;
	font-size: 17px;
	margin-top: 8px;
}
.menu-shopcart > ul > li > span:nth-child(3),
.menu-shopcart > ul > li > ul > li > span:nth-child(3){
	font-family: "Myriad Pro Semibold";
	color: #8a9298;
	font-size: 15px;
}
.menu-shopcart > ul > li > span:last-child,
.menu-shopcart > ul > li > ul > li > span:last-child{
	width: 16px;
	height: 16px;
	background: url('/images/close.png');
}
.menu-shopcart > ul > li:nth-last-child(2){
	height: 130px;
	padding: 20px;
}
.menu-shopcart > ul > li:nth-last-child(2) > h2:first-child{
	float: left;
	font-family: "Myriad Pro";
	color: #18191a;
	font-size: 25px;
	padding-bottom: 20px;
}

.menu-shopcart > ul > li:nth-last-child(2) > h2:nth-child(2){
	float: right;
	font-family: "Myriad Pro";
	color: #18191a;
	font-size: 25px;
	padding-bottom: 20px;
}
.form-login-header input[type="text"]{
	float: left;
}
.form-login-header input[type="text"],
.form-login-header input[type="password"]{
	height: 49px;
	border: none;
	width: 100%;
	padding: 10px 20px;
	font-family: "Myriad Pro";
	font-size: 15px;
	background: #f5f5f5;
}
.form-login-header input[type="text"]:focus,
.form-login-header input[type="text"]:active,
.form-login-header input[type="password"]:focus,
.form-login-header input[type="password"]:active{
	border: none;
	box-shadow: none;
	outline: 0;
}
.form-login-header >ul > li:nth-child(4){
	padding: 15px 20px;
	border-bottom: none !important;
}
.form-login-header >ul > li:nth-child(5){
	height: 70px;
	padding-left: 20px;
}
.form-login-header >ul > li > label{
	cursor: pointer;
	font-family: "Myriad Pro";
	font-size: 17px;
	margin-top: 1px;
}
.form-login-header > ul > li > a,
.dropdown-menu-logined > ul > li > a,
.menu-shopcart > ul > li:last-child > a{
	float: left;
	font-family: "Myriad Pro";
	font-size: 17px;
	color: #18191a;
	padding: 13px 20px;
}
.menu-shopcart > ul > li:last-child > a{
	padding-top: 20px;
	padding-left: 13px;
}
#remember_id{
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: thin solid #e4e4e4;
	padding: 5px !important;
	background: #fff;
	cursor: pointer;
	margin-right: 10px;
}
.bg_18191a{
	background: #18191a !important;
}
.btn-login{
	float: left;
	padding: 0;
	margin: 0;
	width: 280px;
	height: 50px;
	background: url('/images/login-header.png') !important;
}
.dropdown-menu-user,
.dropdown-menu-logined,
.menu-shopcart{
	display: none;
}
.open-form{
	display: block !important;
}
.form-login-header > ul > li:nth-child(3){
	position: relative;
}
.form-login-header > ul > li:nth-child(3) > a{
	position: absolute;
	top: 0; right: 125px;
	font-family: "Myriad Pro";
	font-size: 17px;
}
.btn-checkout{
	background: url('/images/checkout.png') no-repeat;
	background-size: 100%;
	width: 300px;
	height: 50px;
}
.have_mn_sub{
	position: relative;
}
.right_mn_sub{
	position: absolute; 
	background: url('/images/requirement.png') #fff;
	background-size: 40px 40px;
	right: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.right_mn_sub2{
	background: url('/images/requirement2.png') #fff;
}
.right_mn_sub:hover{
	background: url('/images/requirement.png') #f5f5f5;
}
.right_mn_sub2:hover{
	background: url('/images/requirement2.png') #f5f5f5;
}
.have_mn_sub > ul.mn_sub > li > a:hover{
	color: #18191a;
}
.dropdown-menu > li:last-child > div{
	float: right;
	margin-right: -20px;
	margin-top: -13px;
	height: 50px;
	width: 150px;
}
.dropdown-menu > li:last-child > div > a{
	width: 40px;
	height: 40px;
	margin: 5px;
	float: left;
}
/*.dropdown-menu > li:last-child > div > a:nth-child(1){
	background: url('/images/fb.png') #fff !important;
}

.dropdown-menu > li:last-child > div > a:nth-child(2){
	background: url('/images/tw.png') #fff !important;
}

.dropdown-menu > li:last-child > div > a:nth-child(3){
	background: url('/images/yt.png') #fff !important;
}*/
.btn-store{
	border-radius: 7px;
	background: url('/images/btn-store-header.png') 80px 0px !important;
}
.btn-store:hover{
	background: url('/images/btn-store-header.png') 0px 0px !important;
}


/* **************** account overview customer ************************ */
#user_div_reg{
	float: left;
	width: 540px;
	margin-top: 60px;
}

#user_div_reg > table > tbody > tr:first-child,
#user_div_reg > table > tbody > tr:nth-child(2),
#user_div_reg > table > tbody > tr:nth-child(3){
	display: none;
}
#user_div_reg input[type="text"],
#user_div_reg input[type="password"],
#user_div_reg textarea{
	border: none;
	margin: 0;
	background: rgba(0, 0, 0, 0);
	float: left;
	width: 100%;
	font-family: "Myriad Pro";
	font-size: 17px;
	color: #8a9298;
	outline: none;
	box-shadow: none;
}
#user_div_reg textarea{
	height: 100px;
}
#user_div_reg input[type="text"]:active,
#user_div_reg input[type="password"]:active,
#user_div_reg textarea:active,

#user_div_reg input[type="text"]:focus,
#user_div_reg input[type="password"]:focus,
#user_div_reg textarea:focus{
	outline: none;
	box-shadow: none;
}
#user_div_reg > table > tbody > tr{
	height: 90px;
	float: left;
	width: 100%;
}
#user_div_reg > table > tbody > tr:hover{
	background: #f5f5f5;
}
#user_div_reg > table > tbody > tr > td:first-child{
	font-family: "Myriad Pro Semibold";
	font-size: 12.5px;
	text-transform: uppercase;
	color: #18191A;
	width: 100%;
	float: left;
	border-bottom: none;
	padding-left: 15px;
}
#user_div_reg > table > tbody > tr > td:last-child{
	border-top: none;
	width: 100%;
	padding-left: 15px;	
	float: left;
}
#user_div_reg > table > tbody > tr > td:last-child > div{
	width: 100%;
	padding: 0;
	margin: 0;
}
#user_div_reg > table > tbody > tr:nth-child(4),
#user_div_reg > table > tbody > tr:nth-child(5),

#user_div_reg > table > tbody > tr:nth-child(7),
#user_div_reg > table > tbody > tr:nth-child(8),

#user_div_reg > table > tbody > tr:nth-child(13),
#user_div_reg > table > tbody > tr:nth-child(14){
	width: 50%;
}
#user_div_reg > table > tbody > tr:nth-child(5),
#user_div_reg > table > tbody > tr:nth-child(8),
#user_div_reg > table > tbody > tr:nth-child(14){
	border-left: thin solid #e4e4e4;
	
}
#user_div_reg > table > tbody > tr:nth-child(11),
#user_div_reg > table > tbody > tr:nth-child(12){
	height: 180px;
}
#user_div_reg > table > tbody > tr:nth-child(9){
	height: 220px;
	
	background: #fff !important;
}
#user_div_reg > table > tbody > tr:nth-child(9) > td{
	font-family: "Myriad Pro";
	font-size: 17px;
	color: #8a9298;
	text-transform: inherit;
	float: right;
}
#user_div_reg > table > tbody > tr:nth-child(9) > td:first-child{
	padding-top: 160px;
}
#user_div_reg > table > tbody > tr:nth-child(14) > td:last-child > div > a,
#user_div_reg > table > tbody > tr:nth-child(14) > td:last-child > div > img,
span.bx-input-file-desc{
	display: none;
}
#user_div_reg > table > tbody > tr:nth-child(15){
	border-top: thin solid #e4e4e4;
}
#user_div_reg > table > tbody > tr:nth-last-child(2){
	display: none;
}
#user_div_reg > table > tbody > tr:last-child > td:last-child input[type="submit"],
#user_div_reg > table > tbody > tr:last-child > td:last-child input[type="reset"]{
	width: 49%;
	background: #18191A;
	color: #fff;
	font-family:"Myriad Pro";
	font-size: 21px;
}
.checkbox-cus{
	width: 26px;
	height: 26px;
	background: url('/images/uncheck.png');
	float: left;
	opacity: 0.5;
	padding-right: 20px;
	cursor: pointer;
}
.checkbox-cus2{
	width: 67%;
	height: 30px;
	background: url(/images/uncheck.png) no-repeat;
	background-position: left top;
	float: left;
	opacity: 0.5;
	padding-right: 20px;
	cursor: pointer;
	text-align: right;
	padding-top: 3px;
}
.checkbox-checked{
	background: url('/images/checked.png') no-repeat !important;
	opacity: 1;
	border: none !important;
}
.highlight{
	margin-top: -830px;
	float: left;
	width: 540px;
	font-family: "Myriad Pro";
	font-size: 15px;
	font-style: italic;
	color: #8a9298;
	padding: 0 15px 0 15px;
	height: 110px;
	border-bottom: thin solid #e4e4e4;
	background: #fff;
	z-index: 1000;
}
.bodypad{
	margin-bottom: 100px;
	float: left;
}

/* login form */
.bx-auth{
	float: left;
	width: 440px;
	margin-top: 60px;
}
.bx-auth > form{
	float: left;
	width: 100%;
}
.bx-auth > .bx-auth-title,
.bx-auth > .bx-auth-note{
	display: none;
}
.bx-auth > form > table > tbody > tr{
	border-top: none;
	width: 100%;
	padding-left: 15px;	
	float: left;
} 
.bx-auth input[type="text"],
.bx-auth input[type="password"]{
	border: none;
	margin: 0;
	background: rgba(0, 0, 0, 0);
	float: left;
	width: 100%;
	font-family: "Myriad Pro";
	font-size: 17px;
	color: #8a9298;
	outline: none;
	box-shadow: none;
	margin-top: 2px;
}
.bx-auth textarea{
	height: 100px;
}
.bx-auth input[type="text"]:active,
.bx-auth input[type="password"]:active

.bx-auth input[type="text"]:focus,
.bx-auth input[type="password"]:focus{
	outline: none;
	box-shadow: none;
}
.bx-auth > form > table > tbody > tr{
	height: 60px;
	float: left;
	width: 100%;
	border-top: thin solid #e4e4e4;
}
.bx-auth > form > table > tbody > tr:hover{
	background: #f5f5f5;
}
.bx-auth > form > table > tbody > tr > td:nth-child(2){
	width: 70%;
	border: none;
}
.bx-auth > form > table > tbody > tr > td > .col-xs-6{
	width: 100%;
}
.bx-auth > form > table > tbody > tr > td:first-child{
	font-family: "Myriad Pro Semibold";
	font-size: 14px;
	text-transform: uppercase;
	color: #18191A;
	float: left;
	padding: 20px 15px;
	text-align: left;
	width: 30%;
	border: none;
}
.bx-auth > form > table > tbody > tr:nth-child(3) > td:first-child{
	width: 100%;
	text-transform: inherit;
}
.bx-auth > form > table{
	height: 300px;
}
.bx-auth .authorize-submit-cell input[type="submit"]{
	border: none;
	margin-left: -15px;
	margin-top: 15px;
}
.bx-auth > form > table > tbody > tr:nth-child(4) > td:first-child{
	display: none
}
noindex p,
noindex a{
	font-family:"Myriad Pro";
	font-size: 14px;
	color:#8a9298;
}
noindex a{
	font-size: 17px;
}
.store-nav{
	padding-left: 15px;
}
.p-epocp{
	font-size: 13px !important;
	margin-top: 10px !important;
}



















