/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



form.woocommerce-EditAccountForm fieldset:nth-of-type(1) p {
    display: none !important;
}
.woocommerce-EditAccountForm fieldset:nth-of-type(1) {

    display: none !important;
}

input#account_birthday {
    text-align: end !important;
}





/*  —– صندوق رفع الصورة —– */
.avatar-upload-row {
  text-align: center;
  margin-bottom: 20px;
}

/* الكبسة على الصورة الدائرية */
.avatar-upload-label img {
  width: 100px;
  height: 100px;
  border-radius: 50%;       /* يجعلها دائرة */
  object-fit: cover;        /* يملأ الإطار بصورتك */
  border: 2px solid #ccc;   /* إطار خفيف */
  cursor: pointer;          /* تظهر أنها قابلة للنقر */
  transition: border-color 0.3s;
}

.avatar-upload-label img:hover {
  border-color: #00d5ff;    /* لون الإطار يتغير لو وقفت فوقها */
}



button#selectAvatarBtn {
    margin-top: 11px;
    border-radius: 10px;
}