.wd-my-account-links .orders-link a,
.wd-my-account-links .downloads-link a,
.wd-my-account-links .wc-smart-coupons-link a,
.wd-my-account-links .edit-address-link a,
.wd-my-account-links .payment-methods-link a,
.wd-my-account-links .edit-account-link a,
.wd-my-account-links .customer-logout-link a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Urbanist, Urbanist;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize ;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.wd-my-account-links .orders-link a:before,
.wd-my-account-links .downloads-link a:before,
.wd-my-account-links .wc-smart-coupons-link a:before,
.wd-my-account-links .edit-address-link a:before,
.wd-my-account-links .payment-methods-link a:before,
.wd-my-account-links .edit-account-link a:before,
.wd-my-account-links .customer-logout-link a:before {
    content: "" !important;
    display: block;
    width: 55px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.wd-my-account-links .orders-link a:before {
    background-image: url('../image/my-account/1@2x.png');
}

.wd-my-account-links .downloads-link a:before {
    background-image: url('../image/my-account/1@2x\(3\).png');
}

.wd-my-account-links .wc-smart-coupons-link a:before {
    background-image: url('../image/my-account/1@2x\(5\).png');
}

.wd-my-account-links .edit-address-link a:before {
    background-image: url('../image/my-account/1@2x\(1\).png');
}

.wd-my-account-links .payment-methods-link a:before {
    background-image: url('../image/my-account/1@2x\(4\).png');
}

.wd-my-account-links .edit-account-link a:before {
    background-image: url('../image/my-account/1@2x\(6\).png');
}

.wd-my-account-links .customer-logout-link a:before {
    background-image: url('../image/my-account/1@2x\(2\).png');
}

.woocommerce-my-account-wrapper{
    margin-top: 30px !important;
}

.wd-my-account-sidebar{
    border-inline-end: unset !important;
    flex: 1 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    padding:16px 30px !important;
}

.woocommerce-MyAccount-content .hello {
    font-family: Urbanist, Urbanist;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
}

.woocommerce-MyAccount-content .introduce {
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 13px;
    color: #222222;
    line-height: 14px;
    text-align: left;
}

.woocommerce-MyAccount-title {
    font-family: Urbanist, Urbanist;
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    line-height: 29px;
    text-align: left;
    border-bottom: unset !important;
    margin-bottom: 0px !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: Urbanist, Urbanist;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #222222 !important;
    line-height: 14px !important;
    padding: 15px 15px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
    font-weight: bold !important;
    background-color: unset !important;
    text-decoration: underline !important;
    text-decoration-color: #8b8989 !important;
}

.wd-my-account-links a {
    border-radius: 8px !important;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.wd-my-account-links a:hover {
    border-color: #222222 !important;
    background-color: unset !important;
}

.main-page-wrapper {
    padding-top: 25px !important;
}


.wd-my-account-links a {
    padding: 25px !important;
}
/**“my-account”---coupon_style*/
 #sc-cc #all_coupon_container .sc-coupon{
	max-width:340px !important;
}
#sc-cc ##all_coupon_container {
	overflow-y:unset
}
#sc-cc .sc-coupons-list{
		gap:10px !important;
}

@media (max-width: 768.98px) {
    .main-page-wrapper #customer_login{
        margin-top: 40px;
    }
    .woocommerce-my-account-wrapper{
        margin-top: 10px !important;
    }
    .wd-my-account-sidebar{
        flex-basis: 100% !important;
        padding: 0 30px !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 24px !important;
    }
    .woocommerce-MyAccount-title {
        display: none !important;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 0px !important;
    }
    .woocommerce-MyAccount-content .introduce{
        line-height: 18px;
    }
    .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        overflow-x: auto;
        white-space: nowrap;
        scroll-padding-right: 20px;

        /* 隐藏滚动条 - WebKit */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 隐藏滚动条 - Firefox */
        scrollbar-width: none;
    }

    .woocommerce-MyAccount-navigation ul li {
        margin-right: 10px;
        border-radius: 36px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 9px 16px !important;
        border: 1px solid #CCCCCC;
        border-radius: 36px !important;
    }

    .woocommerce-MyAccount-navigation ul li.is-active>a {
        background: #F9F9F9 !important;
        border-radius: 36px;
        text-decoration: none !important;
        border-color: transparent !important;
    }

    .woocommerce-MyAccount-content {
        margin-top: 24px !important;
    }

    .woocommerce-MyAccount-content .hello {
        margin-bottom: 8px !important;
    }

    .wd-my-account-links>div {
        width: 50% !important;
        max-width: 50% !important;
        padding-left: 5px !important;
        padding-right: 8px !important;
        margin-bottom: 15px !important;
    }


    .wd-my-account-links a {
        padding: 16px 8px !important;
        border-radius: 6px !important;
    }

    .wd-my-account-links .orders-link a:before,
    .wd-my-account-links .downloads-link a:before,
    .wd-my-account-links .wc-smart-coupons-link a:before,
    .wd-my-account-links .edit-address-link a:before,
    .wd-my-account-links .payment-methods-link a:before,
    .wd-my-account-links .edit-account-link a:before,
    .wd-my-account-links .customer-logout-link a:before {
        margin-bottom: -6px;
        margin-top: -3px;
        width: 40px;
        height: 40px;
    }
	#sc-cc .sc-coupons-list{
		justify-content: center;
        padding-top: 25px;
	}
}