/* 1. Basic Content Settings */
.woocommerce-account .entry-content p:not([class^="has"]),
.woocommerce-account .entry-content li:not(.product) {
    font-size: 1rem;
    line-height: 1.8;
}

/* 2. Sidebar Settings */
.woocommerce-account .yith-proteo-my-account-sidebar {
    float: left;
    width: 25%;
    clear: both;
    border: 1px solid #ECEBE8;
    background: #F7F7F5;
	margin-bottom:32px
}

/* 3. User Image & Info Section */
.woocommerce-account .yith-proteo-my-account-user-image {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ECEBE8;
    margin: 24px;
    padding-bottom: 24px;
}

.woocommerce-account .yith-proteo-my-account-user-image .user-photo img {
    max-width: 114px;
    margin-bottom: 16px;
    border-radius: 50%;
    border: 3px solid #ECEBE8;
}

.woocommerce-account .yith-proteo-my-account-user-image .user-info {
    vertical-align: middle;
    display: inline-block;
    font-size: 1em;
}

.woocommerce-account .yith-proteo-my-account-user-image .user-info p {
    font-size: inherit;
    font-weight: 600;
    margin: 0;
}

.woocommerce-account .yith-proteo-my-account-user-image .user-info strong,
.woocommerce-account .yith-proteo-my-account-user-image .user-info span,
.woocommerce-account .yith-proteo-my-account-user-image .user-info a {
    display: block;
}

.woocommerce-account .yith-proteo-my-account-user-image .user-info a {
    text-decoration: none;
}

.woocommerce-account .yith-proteo-my-account-user-image .user-info .user-email {
    font-size: 0.875em;
    color: #7b7b7b;
}

/* 4. Navigation Menu */
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
      width: 100%;
padding-bottom: 64px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li > a {
    display: block;
    text-decoration: none;
       border-left: 2px solid  #F7F7F5;
padding: 12px 24px;
    font-family: "Open Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 150% */
letter-spacing: 0.6px;
color:#121211 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a:hover {
    color: #9E8238 !important;
	 border-left: 2px solid  #9E8238;
background: rgba(158, 130, 56, 0.07);
}

/* 5. Main Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    padding-left: 48px;
    width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
    width: 50%;
    float: left;
    max-width: initial;
    padding: 0;
    margin-bottom: 35px;
}

/* Orders Table */
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody tr:first-child th {
    border-top: 1px solid #cccccc;
}

.woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody th {
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
}

.woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-button {
    margin: 7px 15px 7px 0;
}

/* Account info — card grid (reference: bordered cards, uppercase labels, serif values) */
.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info.account-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 31px;
    align-items: stretch;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-info-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    border: 1px solid #d6d4cf;
    padding: 1.75rem 1.75rem 1.5rem;
    background: #fff;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-info-card__heading {
    margin: 0 0 1.25rem;
    padding: 0;
    font-family: "canela", "Canela", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #121211;
    text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-info-card__body {
    flex: 1 1 auto;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-field {
    margin: 0 0 1.15rem;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-field:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-field__label {
    display: block;
    margin: 0 0 0.35rem;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b7b7b;
    line-height: 1.3;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-field__value {
    display: block;
    font-family: "canela", "Canela", "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: #121211;
    word-break: break-word;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-info-card__actions {
    margin-top: 1.5rem;
    padding-top: 0.25rem;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-info-card__button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.75rem 1rem;
    text-align: center;
    font-family: "canela", "Canela", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: none;
    text-decoration: none;
    color: #fff !important;
    background: #121211 !important;
    border: 1px solid #121211 !important;
    border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info .sigexp-account-info-card__button:hover {
    color: #121211 !important;
    background: #fff !important;
}

/* 6. Dashboard Links & Cards */
.woocommerce-account .yith_proteo_dashboard_links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 31px;
	border-top: 1px solid #ECEBE8;
    padding-top: 64px;
    margin-top: 64px;
}

.woocommerce-account .yith_proteo_dashboard_links li > div {
    border: 1px solid #d9d9d9;
    padding: 15px;
    text-align: center;
    height: 100%;
}

.woocommerce-account .yith_proteo_dashboard_links li > div a {
    text-decoration: none;
     color: #9E8238;
font-family: Canela;
font-size:  18px;
font-weight: 400;
line-height: normal;
    display: block;
}

.woocommerce-account .yith_proteo_dashboard_links li > div a .yith-proteo-myaccount-icons {
    display: block;
    font-size: 3rem;
    margin: 15px 0;
}



/* Dashboard Specific Cards */
.woocommerce-account .dashboard-cards-grid .dashboard-card {
    height: 260px;
    border: 1px solid #ECEBE8;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-account .dashboard-cards-grid .dashboard-card-title {
     color: #121211;
font-family: Canela;
font-size: 24px;
font-weight: 400;
line-height: 120%; /* 28.8px */
letter-spacing: -0.449px;
}

.woocommerce-account .dashboard-cards-grid .dashboard-card-description {
  color: #9A978F;

font-family:  "Open Sans";
font-size:  15px;
font-weight: 400;
line-height: 120%; /* 19.2px */
letter-spacing: 0.2px;
    text-align: left;
}

.woocommerce-account .dashboard-cards-grid .dashboard-card-cta {
    margin-top: auto;
    padding-top: 18px;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info strong{
    color: #121211;
text-align: center;
    font-family: "canela", Sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 120%; /* 21.6px */
letter-spacing: -0.449px;
    padding-bottom: 8px;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info span{
    color: #9A978F;
text-align: center;
    font-family: "Open Sans";
font-size: 16px;
font-weight: 400;
line-height: 120%; /* 21.6px */
letter-spacing: 0.2px;
    padding-bottom: 8px;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info a{
     color: #B1956D;
text-align: center;
    font-family: "Open Sans";
font-size: 14px;
font-weight: 400;
line-height: 120%; /* 21.6px */
letter-spacing: 0.2px;
text-decoration: underline;
}



/*  */
.woocommerce-MyAccount-content p:nth-child(2){
    color: #121211;
font-family:  Canela;
font-size:  32px;
margin-bottom: 24px;
font-weight: 400;
line-height: 120%; /* 38.4px */
letter-spacing: -0.449px;
}

.woocommerce-MyAccount-content p:nth-child(3){
   color: #5E5B55;
font-family: Open Sans;
font-size:  16px;
font-weight: 400;
line-height: 120%; /* 19.2px */
letter-spacing: 0.2px;
   
}
.woocommerce-MyAccount-content p:nth-child(3) a{
	font-family: Open Sans;
}
/*  */

.woocommerce table.shop_table td a{
        font-family: "Open Sans";
}
.yith-wcbk-booking-actions {
    display: flex;
    gap: 10px; /* Dono buttons ke darmiyan 10px ka gap */
    justify-content: flex-start; /* Buttons ko left align rakhne ke liye */
    
}

.booking .yith-wcbk-booking-actions .button{
    padding: 10px 12px !important;
    border: 1px solid #121211 !important;
    background-color: #fff !important;
    color: #121211 !important;
}
.booking .yith-wcbk-booking-actions .button:hover{
    
    border: 1px solid #121211 !important;
    background-color: #121211 !important;
    color: #fff !important;
}

.yith-wcbk-booking-actions a{
        font-family: "canela", Sans-serif !important;
    
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color:transparent;
}
.woocommerce-MyAccount-content .gift-card-panel-title-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-MyAccount-content .gift-card-panel-title-container h2{
    margin: 0
}
.yith-add-new-gc-my-account-button{
    margin: 0;
    background-color: #121211 !important;
    color: #fff !important;
}
#ywgc-link-code{
    height: 52px;
    border-radius: 0;
}
.ywgc-link-gift-card-submit-button{
     background-color: #121211 !important;
    color: #fff !important;
    height: inherit !important;
}

.woocommerce-address-fields .form-row-first{
    width: 50% !important;
}
.woocommerce-address-fields .form-row-last{
    width: 50% !important;
}
.select2-selection.select2-selection--single{
        border: 1px solid #ECEBE8 !important;
    background: #F7F7F5 !important;
    
    border-radius: 0 !important;
}
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 15px 8px;
}
.woocommerce-MyAccount-content h2{
    text-align: left;
    margin: 0;
    margin-bottom: 32px;
}

.woocommerce-Address-title.title:before{
    display: none !important;
}
.woocommerce-Address-title.title{
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    justify-content: space-between;
}
.woocommerce-Address-title.title h2{
    margin: 0;
    font-size: 24px;
}

/* Login notices — inside card, above Log in button (see sigexp_relocate_login_notices_into_form) */
.woocommerce-account .sigexp-login-form__notices {
	margin: 0;
	padding: 0;
}

.woocommerce-account .sigexp-login-form__notices--before-submit {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.woocommerce-account .sigexp-login-form__notices .woocommerce-notices-wrapper {
	margin: 0;
}

.woocommerce-account .sigexp-login-form__notices ul.woocommerce-error {
	margin: 0;
	padding: 0.75rem 0.875rem;
	list-style: none;
	border-radius: 0px;
	background: #F7F7F5;
	font-family: "Open Sans", sans-serif;
	font-size: 13px !important;
	line-height: 1.45;
	color: #121211;
}

.woocommerce-account .sigexp-login-form__notices ul.woocommerce-error li {
	display: block;
	margin: 0;
	padding: 0;
	justify-content: flex-start !important;
	align-items: flex-start !important;
    font-size: 14px !important;
}

.woocommerce-account .sigexp-login-form__notices ul.woocommerce-error li:not(:last-child) {
	margin-bottom: 0.35rem;
}

.woocommerce-account .sigexp-login-form__notices .woocommerce-message {
	margin: 0;
	padding: 0.75rem 0.875rem;
	border: 1px solid #c3e6cb;
	border-radius: 2px;
	background: #f4fbf6;
	font-size: 13px;
}

/* Login form — card, title inside box, links above full-width button (child form-login.php) */
.woocommerce-account .sigexp-login-form {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1.5rem 1.25rem;
	border: 1px solid #ecebe8;
	background: #fff;
	box-sizing: border-box;
}

.woocommerce-account #customer_login .u-column1.sigexp-login-column {
	max-width: 28rem;
	margin-right: auto;
	margin-left: 0;
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content form.sigexp-login-form h2.sigexp-login-form__title {
	margin: 0 0 1.25rem;
	padding: 0;
	text-align: left;
	font-family: "canela", "Canela", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	color: #121211;
}

.woocommerce-account .sigexp-login-form .woocommerce-form-row {
	margin-bottom: 1rem;
}

.woocommerce-account .sigexp-login-form__remember-row {
	margin-bottom: 0.75rem;
}

.woocommerce-account .sigexp-login-form__links {
	margin: 0 0 35px;
	padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sigexp-login-form__links .sigexp-login-form__signup a{
    color: #9E8238 !important;
        
    }
        
    .sigexp-login-form__links a{
        font-family: "Open Sans", sans-serif !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
        color: #121211 !important;
        font-weight: 400 !important;
    }
        
    

.woocommerce-account .sigexp-login-form__signup,
.woocommerce-account .sigexp-login-form__lost {
	margin: 0 0 0.5rem;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: #121211;
}

.woocommerce-account .sigexp-login-form__signup:last-child,
.woocommerce-account .sigexp-login-form__lost:last-child {
	margin-bottom: 0;
}

.woocommerce-account .sigexp-login-form__signup-link,
.woocommerce-account .sigexp-login-form__lost a {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #121211;
	text-decoration: underline;
}

.woocommerce-account .sigexp-login-form__submit-row {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce-account .sigexp-login-form .woocommerce-form-login__submit {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.875rem 1rem;
	font-family: "canela", "Canela", serif !important;
	border: 1px solid #121212 !important;
	font-weight: 600;
	text-align: center;
	background: #121211;
	color: #fff;
	border-radius: 0;
}
.woocommerce-account .woocommerce-form{
    border-radius: 0 !important;
    border-color: #D6D4CF !important;
}
.woocommerce-account .sigexp-login-form .woocommerce-form-login__submit:hover {
	background: #fff !important;
	color: #121212 !important;
    border: 1px solid #121212 !important;
}

.sigexp-login-form__remember-row{
    display: none
}
.show-password-input:hover{
    background: transparent !important;
}
input:focus-visible{
    outline: none !important;
}

/* View booking / view order — status line typography (matches design: ID tan, date black bold, body grey) */
.woocommerce-account .sigexp-wcbk-view-booking__title {
	margin: 0 0 1.5rem;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	color: #444444;
	text-align: left;
}

.woocommerce-account .sigexp-wcbk-view-booking__title mark {
	background: none;
	padding: 0;
	color: inherit;
	font-weight: inherit;
}

.woocommerce-account .sigexp-wcbk-view-booking__title mark.booking-id,
.woocommerce-account .sigexp-wcbk-view-booking__title mark.ordernumber,
.woocommerce-account .sigexp-wcbk-view-booking__title mark.order-number {
	color: #b59a7c;
	font-weight: 700;
}

.woocommerce-account .sigexp-wcbk-view-booking__title mark.booking-date,
.woocommerce-account .sigexp-wcbk-view-booking__title mark.order-date {
	color: #000000;
	font-weight: 700;
}

.woocommerce-account .sigexp-wcbk-view-booking__title mark.booking-status,
.woocommerce-account .sigexp-wcbk-view-booking__title mark.order-status {
	color: #444444;
	font-weight: 400;
}

/* 7. Responsive Design */
@media (max-width: 1024px) {
    .woocommerce-account .yith-proteo-my-account-sidebar,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        padding: 0;
    }

   

    .woocommerce-account .woocommerce-MyAccount-content .sigexp-account-info.account-info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .woocommerce-account .yith_proteo_dashboard_links,
    .woocommerce-account ul.yith_proteo_dashboard_links.dashboard-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .woocommerce-account .yith_proteo_dashboard_links,
    .woocommerce-account ul.yith_proteo_dashboard_links.dashboard-cards-grid {
        grid-template-columns: 1fr;
		gap:16px;
    }
	.woocommerce-account .woocommerce-MyAccount-navigation{
		padding-bottom:32px;
	}
	.woocommerce-account .yith_proteo_dashboard_links {
		 padding-top: 24px;
    margin-top: 0;
		border-top: none;
	}

    .woocommerce-account ul.yith_proteo_dashboard_links.dashboard-cards-grid > li > .dashboard-card {
        height: auto;
              min-height: 175px;

    }
	.woocommerce-account .yith-proteo-my-account-user-image .user-info strong{

font-size: 16px;
line-height: 19px;

}
.woocommerce-account .yith-proteo-my-account-user-image .user-info span{
font-size: 13px;

line-height: 15px;


}
.woocommerce-account .yith-proteo-my-account-user-image .user-info a{
font-size: 12px;
line-height: 18px;

}
	.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:nth-child(2){
    font-size: 24px;
    line-height: 28px;
   
}


.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:nth-child(3){

    font-size: 14px;
    line-height: 16px;
   
}
	.woocommerce-account .dashboard-cards-grid .dashboard-card-description{
		margin-top:0;
		margin-bottom:0
	}

.booking-actions:before{
    display: none
}


    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color:transparent;
    }
.woocommerce-MyAccount-content .gift-card-panel-title-container{
 justify-content: center;
    padding-top: 32px;
}
	.woocommerce-MyAccount-content h2{
    text-align: left;
    margin: 32px 0 16px;

}
	
.woocommerce-Address-title.title{
    display: inline-block;
    
}

.woocommerce-account .addresses .title .edit{
    float: none;
}
	
	
}