.woocommerce-account section.newsletter {
	display: none;
}

.woocommerce-account .account-hero {
	background-color: #47819e;
	padding: 80px;
	color: #fff;
}

.woocommerce-account .account-hero h1, .woocommerce-account .account-hero p {
	color: #fff;
}

.woocommerce-MyAccount-navigation {
    padding: 0;
    list-style: none;
    width: 80%!important;
    float: none!important;
    margin-top: -93px!important;
    z-index: 9;
    display: block;
    position: absolute;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	float: left!important;
	margin-right: 5px;
	font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
    background: #93bfd7;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #fff;
	color: #47819e;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: rgba(255,255,255,0.80);
	color: #47819e;
}

.woocommerce-MyAccount-content {
	width: 100%!important;
	float: none!important;
	margin-bottom: 60px;
}

.woocommerce .lost_reset_password {
	margin-bottom: 60px;
}
.btn-my-account {
	display:none;
}
@media screen and (max-width: 880px) {
	.woocommerce-account .account-hero {
		padding:40px 0 60px 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 30%!important;
	}
	.woocommerce-MyAccount-navigation ul li a{	
		padding: 10px 17px;
	}
	 .btn-my-account {
		display:block!important;
		background: #93bfd7;
    	color: #fff;
		padding: 5px;
		text-align: center;
		font-weight: 500;
		text-transform: uppercase;
		height: 44px;
	} 
	.woocommerce-MyAccount-navigation.clearfix {
		background: #93bfd7;
		width: 170px!important;
		top: 395px;
	}
	.btn-my-account:hover {
		color: #47819e;
	}
	.dropdown-menu-my-account {
		display: none;
		position: absolute;
		top: 43px;
		z-index: 9999;
	}
	.woocommerce-MyAccount-navigation ul li {
		width: 170px;
	}
	.dropdown-menu-my-account li a {
		display: block;
		padding: 5px;
	}  
	.btn-my-account.hamburger {
		width: 11px!important;
		display: flex!important;
    	align-items: center;
		margin-left:20px;
	}
	.woocommerce-MyAccount-navigation ul li.is-active a {
		background: #47819e;
		color: #fff;
	}
	.myAccount-hamburger::before {
		content: "Min profil"!important;
		position: absolute;
		text-transform: uppercase;
		width: 150px;
		color:white;
	  }
	  .myAccount-hamburger span:before, .myAccount-hamburger span:after, .myAccount-hamburger span {
        background-color:#fff;
      }
.btn-my-account.hamburger span, .btn-my-account.hamburger span:before, .btn-my-account.hamburger span:after {
		width: 25px;
		height: 2px;
	  }
 .btn-my-account.hamburger span:before {
		top: -8px;
	  }
	  .btn-my-account.hamburger span:after {
		bottom: -8px;
	  } 

	  .btn-my-account.hamburger.active span:before {
		top:0px;
		transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
	}


@media only screen and (min-width:880px) {
.woocommerce-account .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce-account .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
}