@media screen and (max-width:576px){
    .modal-div {
        width: 90% !important;
    }
	 .footer .footer-copy-right{
flex-direction: column;
	  }  
}


.hero-myaccount {
    border-top: 7px solid #172b4d;
    background: #fff;
    overflow: hidden;
    border-top-right-radius: 15px;
    box-shadow: rgba(0,0,0,.07) 0 0px 10px 0;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #172b4d;
    width: 20%;
    padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 30px 10px;
    display: block;
    font-size: 15px;
    opacity: .7;
    border-right: 3px solid #172b4d;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    opacity: 1;
    border-right: 3px solid #fff;
    background: #203352;
}
.user-info-account {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
.user-info-account img {
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}
.user-info-account span {
    font-size: 22px;
    display: block;
    margin: 10px 0;
}
.woocommerce-MyAccount-navigation-link a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f625";
}
li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f07a";
}
li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}
li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f5a0";
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f2bb";
}

li.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f004";
}

li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding: 15px 10px;
}
.myaccount-detail {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.myaccount-detail .item-detail {
    background: #4cd137;
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}
.myaccount-detail .item-detail {

    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}
.myaccount-detail .item-detail i {
    font-size: 28px;
}
.myaccount-detail .item-detail .item-content div {
    font-size: 15px;
}
.myaccount-detail .item-detail .item-content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
.myaccount-detail .item-detail:nth-child(1) {
    background: #4cd137;
}
.myaccount-detail .item-detail:nth-child(2) {
    background: #eb2f06;
}
.myaccount-detail .item-detail:nth-child(3) {
    background: #1e90ff;
}
.myaccount-detail .item-detail:nth-child(4) {
    background: #F79F1F;
}
.myaccount-order {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.myaccount-order .item-order {
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.myaccount-order .item-order i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}
li.woocommerce-MyAccount-navigation-link--returns a:before {
    content: "\f01e"; 

}

.myaccount-order .item-order:last-child {
    border-left: 0;
}
.myaccount-notif {
    background: #ecf0f1;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dbdfe1;
}
.myaccount-notif h6 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.myaccount-notif div {
    line-height: 2;
    font-size: 15px;
}
.woocommerce table.my_account_orders td {
    font-size: 14px;
}
.woocommerce table.my_account_orders .button {
    margin-left: 3px;
    font-weight: 450;
}
.addresses .woocommerce-Address {
    background: #eaedef;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    line-height: 2;
}

.account-btn {
    position: relative;
}
.account-btn label {
    font-size: 15px;
    cursor: pointer;
}