.elementor-12 .elementor-element.elementor-element-29d4159{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:15px;--margin-left:0px;--margin-right:0px;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumbs *{transition-duration:300ms;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumb-item::after{transition-duration:300ms;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumb-item::before{transition-duration:300ms;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumbs{font-size:14px;padding:3px 3px 3px 3px;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumbs-list{gap:0px;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumbs-list a{color:#000000;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumbs-list a:hover .uc-item-title{color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-item-title{padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumb-separator{margin:0 12px;}.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumb-separator i,.elementor-12 .elementor-element.elementor-element-fc37b3f .uc-breadcrumb-separator svg{font-size:12px;}.elementor-12 .elementor-element.elementor-element-de8f72f{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-de8f72f .elementor-heading-title{font-size:2.5rem;font-weight:700;letter-spacing:-2.4px;}.elementor-12 .elementor-element.elementor-element-21433be9{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-de8f72f > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-de8f72f .elementor-heading-title{font-size:1.5rem;letter-spacing:-1.3px;}}/* Start custom CSS *//* my account page when logout*/
form.woocommerce-form-register p:has(wc-order-attribution-inputs) {
  display: none !important;
}
div#customer_login {
    gap: 16px !important;
}


/*notice*/
.woocommerce-notices-wrapper:empty {
    display: none !important;
}
.woocommerce-message {
    background-color: #fff;
    border-width: 1px 1px 1px 5px;
    border-radius: 8px;
    border-style: solid;
    border-color: #eaeaea;
    border-left-color: #9333ea;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
}
/*sidebar*/
nav.woocommerce-MyAccount-navigation::before {
    content: "MY ACCOUNT";
    display: block;           
    font-weight: bold;
    font-size: 18px;
    font-weight:700;
    margin-bottom: 10px;
    color: #581c87;
    border-bottom:1px solid #ccc;
    padding:8px 24px;
}
.woocommerce-MyAccount-navigation a br , .woocommerce-orders-table__cell-order-number a br{
    display: none;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px;

}

.woocommerce-my-account-wrapper {
    display: flex;
    margin-inline:-30px
    
}


.woocommerce-MyAccount-content {
    flex: 1 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 10px 30px;
    margin-top: 24px !important;
}

.woocommerce-MyAccount-content>*:not(:last-child) {
    margin-bottom: 30px
}

.woocommerce-MyAccount-content>h2,.woocommerce-MyAccount-content header>h2 {
    text-transform: uppercase;
    font-size: 22px
}

.woocommerce-MyAccount-content>p {
    font-size: 15.5px !important;
    font-weight: 400 !important;
    color: #4b5563 !important;
}
.woocommerce-MyAccount-content>p a{
    color: #9333ea;
    
}
.woocommerce-MyAccount-content>p strong{
    color: #581c87;
    
}
.woocommerce-MyAccount-content p:nth-of-type(2) a{
    font-weight: 400;
}
.woocommerce-MyAccount-content>p a:hover,.woocommerce-MyAccount-content p:nth-of-type(2) a:hover{
    color: #581c87;
}

.woocommerce-MyAccount-content .woocommerce-Message {
    margin-bottom: 30px !important
}

.woocommerce-MyAccount-content>.button {
    border-radius: 8px !important;
    color: #fff !important;
    background-color: blue;
}

.woocommerce-MyAccount-content>.button:hover {
    color: red;
}

.woocommerce-MyAccount-content>.button:active {

}

.woocommerce-MyAccount-content>.col-1 {
    max-width: 100%;
    padding: 0
}

.order-info mark {
    color: #fff;
    background-color: yellow !important;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 40px
}

.woocommerce-MyAccount-title {
    font-size: 18px;
    padding-inline:15px 10px;padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--brdcolor-gray-300)
}

.woocommerce-MyAccount-navigation {
    background: #F9FAFC;
    padding: 12px;
    border-top-left-radius: 12px ;
    border-bottom-left-radius: 12px;
}
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 8px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 24px;
    color: #374151 ;
    line-height: 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #111828;
    background-color: #F3F4F6;
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
    color:#581c87;
    background-color: #f3e8ff;
    cursor: default
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none
}

.woocommerce-orders-table td:before {
    color: var(--color-gray-800);
    font-weight: 600
}






.woocommerce-pagination .button {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset))
}

.woocommerce-pagination .button:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover)
}

.woocommerce-pagination .button:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active, 0)
}

.account-payment-methods-table .button {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset))
}

.account-payment-methods-table .button:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover)
}

.account-payment-methods-table .button:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active, 0)
}

.woocommerce-Address-title .edit {
    color: var(--wd-link-color);
    font-weight: var(--wd-text-font-weight);
    font-style: var(--wd-text-font-style);
    font-family: var(--wd-text-font);
    font-size: 1.1em
}

.woocommerce-Address-title .edit:before {
    margin-inline-end:7px;font-weight: 400;
    content: "\f116";
    font-family: "woodmart-font"
}

.woocommerce-form__label {
    cursor: pointer
}

button[name="save_account_details"],button[name="save_address"] {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset))
}

button[name="save_account_details"]:hover,button[name="save_address"]:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover)
}

button[name="save_account_details"]:active,button[name="save_address"]:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active, 0)
}

@media (min-width: 1025px) {
    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a:not(:last-child) {
        margin-inline-end:5px
    }
}

@media (max-width: 1024px) {
    .wd-my-account-sidebar {
        flex-basis:35%;
        max-width: 35%;
        width: 35%
    }

    .woocommerce-MyAccount-content {
        flex-basis: 65%;
        max-width: 65%;
        width: 65%
    }
}

@media (max-width: 768.98px) {
    .woocommerce-my-account-wrapper {
        flex-wrap:wrap
    }

    .woocommerce-MyAccount-content,.wd-my-account-sidebar {
        flex-basis: 100%;
        padding-block:0;max-width: 100%;
        width: 100%
    }

    .wd-my-account-sidebar {
        border-inline-end:none}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce-orders-table {
        display:block
    }

    .woocommerce-orders-table thead {
        display: none
    }

    .woocommerce-orders-table :is(tbody,tfoot) {
        display: block
    }

    .woocommerce-orders-table tr {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--brdcolor-gray-300)
    }

    .woocommerce-orders-table tr:last-child {
        margin-bottom: 0
    }

    .woocommerce-orders-table :is(th,td) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        padding: 0;
        border-bottom: none
    }

    .woocommerce-orders-table :is(th,td):not(:last-child) {
        padding-bottom: 5px;
        border-bottom: 1px dashed var(--brdcolor-gray-300)
    }

    .woocommerce-orders-table :is(th,td):before {
        content: attr(data-title);
        margin-inline-end:auto}
}


/*order tab*/
td.product-name a:not(:where(.button)) {
    display: block;
    color: var(--wd-entities-title-color);
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    font-style: var(--wd-entities-title-font-style);
    font-family: var(--wd-entities-title-font);
    text-transform: var(--wd-entities-title-transform);
    line-height: 1.4;
    display: inline-block
}

td.product-name a:not(:where(.button)):hover {
    color: var(--wd-entities-title-color-hover)
}

.shop_table tr :is(td,th):first-child {
    padding-inline-start:0}

.shop_table tr :is(td,th):last-child {
    padding-inline-end:0;text-align: end
}

tr.cart_item .product-total>.amount {
    color: var(--wd-text-color);
    font-weight: 400
}

tr.order-total strong .amount {
    font-size: 1.3em
}

tr.order-total td strong {
    display: block
}

th:is(.product-remove,.product-thumbnail) {
    font-size: 0
}

th.product-name {
    text-align: start
}

th.product-thumbnail {
    width: 10px
}

th.product-remove {
    width: 40px
}

td.product-name {
    text-align: start
}

td.product-name p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .9em
}

td.product-name ul.variation {
    margin-top: 5px;
    width: 100%
}

td.product-sku {
    word-break: break-all
}

td.product-price>.amount {
    color: var(--wd-text-color);
    font-weight: 400
}

td.product-quantity input[type="text"] {
    max-width: 80px;
    text-align: center
}

td.product-thumbnail>a {
    display: block;
    overflow: hidden
}

td.product-thumbnail img {
    min-width: 80px;
    max-width: 80px;
    border-radius: calc(var(--wd-brd-radius) / 1.5)
}

td:is(.product-btn,.woocommerce-orders-table__cell-order-actions) a , .woocommerce-MyAccount-downloads-file {
    padding: 12px 24px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
    color: #fff !important;
    background-color: #9333ea !important;
    text-transform: uppercase !important;
    font-weight:  600 !important;
}

td:is(.product-btn,.woocommerce-orders-table__cell-order-actions) a:hover , .woocommerce-MyAccount-downloads-file:hover , .woocommerce-button:hover{
    background-color: #7E22CE !important;
}

td:is(.product-btn,.woocommerce-orders-table__cell-order-actions) a:active {
    
}

td:is(.product-btn,.woocommerce-orders-table__cell-order-actions) a.wd-disabled {
    opacity: .4;
    pointer-events: none
}

td.product-remove {
    padding: 0;
    text-align: center
}

.woocommerce-remove-coupon {
    margin-inline-end:-10px}

td.product-remove a,.woocommerce-remove-coupon {
    --wd-link-color: var(--color-gray-800);
    --wd-link-color-hover: var(--color-gray-500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 0
}

td.product-remove a:before,.woocommerce-remove-coupon:before {
    font-size: calc(var(--wd-text-font-size, 14px) / 1.2);
    content: "\f112";
    font-family: "woodmart-font"
}

@media (min-width: 769px) {
    td.product-quantity>span {
        display:inline-block;
        min-width: 80px;
        text-align: center
    }
}

@media (max-width: 768.98px) {
    .shop_table_responsive {
        display:block
    }

    .shop_table_responsive :is(thead,th) {
        display: none
    }

    .shop_table_responsive :is(tbody,tfoot) {
        display: block
    }

    .shop_table_responsive tr {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--brdcolor-gray-300)
    }

    .shop_table_responsive tr:last-child {
        margin-bottom: 0
    }

    .shop_table_responsive td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        padding: 0;
        border-bottom: none
    }

    .shop_table_responsive td:not(:last-child) {
        padding-bottom: 5px;
        border-bottom: 1px dashed var(--brdcolor-gray-300)
    }

    .shop_table_responsive td:before {
        content: attr(data-title);
        margin-inline-end:auto}

    .shop_table_responsive .product-name a:first-child {
        margin-inline-end:0 !important}

    .shop_table_responsive .product-name :is(.wd-product-detail,.variation) {
        margin-top: 0
    }

    .shop-table-with-img tr {
        padding-inline-start:115px;min-height: 136px
    }

    .shop-table-with-img td:is(.product-thumbnail,.product-remove,.product-name):before {
        content: none
    }

    .shop-table-with-img td.product-thumbnail {
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        overflow: hidden;
        max-height: 115px;
        border: none;
        border-radius: calc(var(--wd-brd-radius) / 1.5)
    }

    .shop-table-with-img td.product-thumbnail img {
        min-width: 100px;
        max-width: 100px
    }

    .shop-table-with-img td.product-remove {
        position: absolute;
        top: -4px;
        inset-inline-end: -7px;
        z-index: 1;
        border: none
    }

    .shop-table-with-img td.product-name {
        padding-inline-end:20px;border-bottom: none
    }

    .shop-table-with-img div.quantity {
        --wd-form-height: 30px
    }
}

/*table*/

table th {
    padding: 15px 10px !important;
    border-bottom: 2px solid #ddd !important;
    color: #111828 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    text-align: start !important;
}

table td {
    padding: 15px 12px !important;
    vertical-align: middle !important;
    text-align: start !important;
}

table.shop_table, table.shop_table th , table.shop_table td{
     border: none !important;
     box-shadow: none !important;
     
}

table.shop_table td,
table.shop_table th {
  border: none !important;
  border-bottom: 1px solid #E5E7EB !important; 
}

th.woocommerce-orders-table__header , .woocommerce-table--order-downloads thead tr th{
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #581c87 !important; 
}

.woocommerce-orders-table__cell-order-number p a,td.download-product , .download-product a   {
    color: #581c87 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.woocommerce-orders-table__cell,.download-expires time, .download-remaining{
     font-size: 14px !important;
}
.woocommerce-orders-table__cell .woocommerce-Price-amount{
    color: #9333ea !important;
    font-weight: 600 !important;
}

table.shop_table tr,
table.shop_table td,
table.shop_table th,
table.shop_table tr:hover,
table.shop_table td:hover,
table.shop_table th:hover {
  background-color: transparent !important;
}



/*address*/
.col2-set {
    display: flex;
    flex-wrap: wrap;
    
}

.col2-set :is(.col-1,.col-2) {
    flex: 1 0 0;
}

@media (min-width: 1025px) {
    p:where(.form-row-first,.form-row-last) {
        overflow:visible;
        width: 48%
    }

    p.form-row-first {
        float: left
    }

    p.form-row-last {
        float: right
    }

    p.form-row-wide {
        clear: both
    }
}

@media (max-width: 768.98px) {
    .col2-set :is(.col-1,.col-2) {
        flex-basis:100%;
        max-width: 100%
    }
}


.woocommerce-Address-title h2{
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #581c87;
}
.woocommerce-account .addresses .title .edit{
    float: left !important;
}
.woocommerce-Address-title .edit{
    font-size: 15px;
    color: #4b5563;
}
.woocommerce-Address-title .edit br{
    display: none !important;
}

.woocommerce-Address-title .edit:before{
      content: "";
  display: inline-block;
  width: 20px;  
  height: 20px;
  background-image: url('https://ithemelandco.com/staging/wp-content/uploads/2025/06/edit-purple-ic.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline-end: 7px;
  vertical-align: top;
}


.woocommerce-Address address{
    font-size: 14px !important;
    color: #111828 !important;
}

/*payment methods*/

.woocommerce a.button , .woocommerce-Button[name="save_account_details"]{
    background-color: #9333ea !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.woocommerce a.button:hover , .woocommerce-Button[name="save_account_details"]:hover{
    background-color: #6D28D9 !important;
    color: #fff !important ;
}

/*account details*/
.woocommerce-form-row br {
    display: none !important;
}

.woocommerce form .form-row label ,legend{
    margin-bottom: 4px;
    line-height: unset;
    font-size: 14px;
    color: #374151;
    font-weight:500;
}
legend{
    font-size: 16px;
}
fieldset{
    border-radius: 6px;
    border-color: #E5E7EB !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-color: #d1d5db;
    border-radius:8px;
    padding:8px 16px;
    font-size:16px;
    font-family:400;
    
}
span#account_display_name_description{
    color: #6b7280;
    font-size: 12px;
    font-style: unset !important;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
    width: 16px !important;
    height: 16px !important;
}
.woocommerce-Button[name="save_account_details"]{
    margin-top: 24px !important;
}

/*notice bar*/
.woocommerce-info{
    color: #fff !important;
    background-color: #e0b252 !important;
    font-size: 14px !important;
    border-top:unset !important;
    border-radius: 6px !important;
}
.woocommerce-info:before{
      content: "";
  display: inline-block;
  width: 23px;  
  height: 23px;
  background-image: url('https://ithemelandco.com/staging/wp-content/uploads/2025/06/info-ic.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline-end: 15px;
  vertical-align: top;
}


/*Lost Password*/
.lost_reset_password button.woocommerce-Button.button {
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #9333ea;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 20px;
}/* End custom CSS */