.elementor-11 .elementor-element.elementor-element-1692949 > .elementor-widget-container{margin:0% 0% 05% 0%;}/* Start custom CSS for text-editor, class: .elementor-element-1692949 */.status-completed {
    color: #00D32E;
}

.status-on-hold {
    color: #FEC031;
}

.status-cancelled {
    color: #DB6900;
}

.status-failed {
    color: #FF0000;
}


.woocommerce-button.button.view{
    background-color: white;
}
.woocommerce-MyAccount-navigation {
    width: 250px;
    background: #f4f5f7;
    padding: 0; /* 상단 마진 제거 */
    border-top: 1px solid #e1e1e1; /* 상단 경계선 추가 */
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1; /* 하단 경계선 추가 */
}

.woocommerce-MyAccount-navigation-link {
    border-top: 1px solid #e1e1e1; /* 각 항목 상단에 경계선 추가 */
}

.woocommerce-MyAccount-navigation-link:first-child {
    border-top: none; /* 첫 번째 항목 상단 경계선 제거 */
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 10px 15px;
    color: #333;
    background: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #1e73be;
    color: #fff;
}

.woocommerce-MyAccount-content {
    padding: 20px;
    background: #ffffff;
    /*border-radius: 10px;*/
    margin: 0 auto; /* 중앙 정렬 */
    width: 50%; /* 너비 조정 */
    display: block;
     border-left: 1px solid #e1e1e1;
}

.woocommerce {
    max-width: 100%;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none; /* 다운로드 링크 숨김 */
}

.ololol {
    text-align: right !important;
font-size:100px;

	font-weight: 600;
    
}

.user-name{
    line-height: 0.3em;
	font-size: 80px;
	font-weight: 350;
}
.address {
    font-style: normal;
}
#address {
    font-style: normal;
}

.woocommerce-orders-table .woocommerce-orders-table__cell:not(.woocommerce-orders-table__cell-order-total) {
    text-align: center;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-total {
    text-align: left; /* 혹은 원하는 정렬 방식으로 조정 */
}

.user-name{
        line-height:1;
}

.woocommerce-table.shop_table.order_details, .woocommerce-order-details__title{
    display: none;
}


@media (max-width: 768px) {
    .user-name{
        font-size:50px;
        line-height:1;
    }
}/* End custom CSS */