.members-acount-page .banner::after{
	background:none;
}
.members-acount-page .banner-text{
	padding-right:0 !important;
}
.members-acount-page .sidebar_img,.members-acount-page .develop_nav,.members-acount-page .main_sidebar_detail-box {
    display: none;
}
.members-acount-page .sidebar_nav li {
	display:inline-block;
	margin:0 -2px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
text-transform:uppercase;
}
.members-acount-page .sidebar_nav li:first-child{
	border-left: 1px solid #fff;
}
.members-acount-page .sidebar_nav li a:hover {
    font-weight: normal;
	background:#fff;
	color:#072b47;
}
.members-acount-page .sidebar_nav li a{
	font-size:15px;
	font-family:"HelveticaNeueLTStd-Lt",serif;
	background: #072b47;
    color: #fff;
    display:inline-block;
	line-height: 40px;
    padding: 0 29px;
}
.members-acount-page .main_sidebar_navigation {
    margin-top: -41px;
	margin-bottom:0;
}
.members-acount-page .banner-text {
    bottom: 80px;
}
.banner-text h2 a {
    color: #fff;
    font-size: 45px;
}
.members-acount-page .sidebar_nav {
    text-align: center;
}
.mob-bars{
	display:none;
}
.members-acount-page .profile_details .profile_img {
    display: none;
}
.new-account-form {
    margin: 0 auto;
    max-width: 570px;
}
.members_account .members_column h3 {
    color: #18ab50;
    font-family: "HelveticaNeueLTStd-Lt",serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-form-field > label {
    color: #072b47;
    font-family: "HelveticaNeueLTStd-Lt",serif;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 27%;
}
.members_account .form_fields input[type="text"], .members_account .form_fields input[type="password"], .members_account .form_fields input[type="email"], .members_account .form_fields select, .members_account .form_fields textarea, .members_account .form_fields input[type="tel"] {
    background: #f4f3f1;
    border: medium none;
    border-radius: 0;
    color: #707070;
    font-size: 14px;
    margin-bottom: 8px !important;
    max-width: 640px;
    padding: 8px 10px;
    width: 72%;
}
.members_column {
    border-bottom: 2px solid #496478;
}
.new-form-field .form-row.form-row {
    display: inline;
}
.new-form-field ul {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.new-form-field input[type="button"], .new-form-field input[type="submit"], .new-form-field input[type="submit"] {
    border-radius: 0;
    font-size: 15px !important;
    text-transform: uppercase;
    width: 100%;
}
.new-form-field.new-btnhalf input[type="submit"] {
    float: right;
    width: 72%;
}

#wl-wrapper .wl-table th.product-name {
    text-align: left;
    padding-left: 35px;
}

input.button.wl-but {border-radius:0;}
input.button.wl-but:hover {background:#18ab50; opacity:0.7;color:#fff;}

#wl-wrapper .wl-table .product-purchase .button {
     font-weight: normal;
}

#wl-wrapper .wl-actions-table button {
    font-weight: normal;
}

#wl-wrapper .wl-actions-table button:hover {
    background:#18ab50; opacity:0.7;color:#fff;
}

#wl-wrapper .button {
    font-weight:normal;
}

@media (max-width:980px) {
.members-acount-page .main_sidebar_navigation{
	margin-top:0;
}
.members-acount-page .main_sidebar_navigation ul {
    margin: 10px 0;
    width: 100%;
}
}
@media (max-width:768px) {
.mob-bars{
	display:block;
    margin: 10px 0;
    text-align: right;
}
.mob-bars i {
    cursor: pointer;
    font-size: 21px;
}
.members-acount-page .sidebar_nav{
	display:none;
	margin-top:0 !important;
}
.members-acount-page .develop_nav{
	display:none !important;
}
.members-acount-page .sidebar_nav li{
	display:block;
}
.members-acount-page .sidebar_nav li a {
    display: block;
}
}
@media (max-width:640px) {
.members_account .form_fields input[type="text"], .members_account .form_fields input[type="password"], .members_account .form_fields input[type="email"], .members_account .form_fields select, .members_account .form_fields textarea, .members_account .form_fields input[type="tel"] {
    float: none;
    width: 100%;
}
.new-form-field > label {
    float: none;
    margin-bottom: 10px;
    width: 100%;
}
.new-form-field.new-btnhalf input[type="submit"] {
    float: none;
    width: 100%;
}
}
@media (max-width:540px) {
.sidebar_img {
    display: none !important;
}
}