/* استایل برای صفحه حساب کاربری */
.ns-profile-content {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ns-profile-content table {
    width: 100%;
    margin-bottom: 20px;
}

.ns-profile-content .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce-variation-price{
	display:none;
}

.button wc-forward{
	color:red;
}

.ns-profile-content .value {
    color: #333;
}

.ns-profile-content a.btn {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.ns-profile-content a.btn:hover {
    background-color: #005f8a;
}
