.shop_banner_cs {
    text-align: center;
    background: #F5F2F2;
    padding: 35px 0;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
    color: #000 !important;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: 300;
    line-height: 1.2;
    display: inline-block;
}
nav.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}
.shop_banner_cs h1 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 8px;
}
.sec_70{
    padding: 70px 0;
}
.sec_90{
    padding: 90px 0;
}
/* Wishlist page */
.woosw-list {
    background: #ffffff;
    padding: 0px;
}

/* Table */
.woosw-list .woosw-items {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

/* Table Row */
.woosw-list .woosw-item {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.3s ease;
}

.woosw-list .woosw-item:hover {
    background: #f9f9f9;
}

/* Table Cells */
.woosw-list .woosw-items td {
    padding: 20px 15px;
    vertical-align: middle;
}

/* Product Image */
.woosw-list .woosw-item--image img {
    width: 90px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #eee;
}

/* Product Name */
.woosw-list .woosw-item--name a {
    font-size: 17px;
    font-weight: 600 !important;
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
    line-height: 1.3;
    margin-bottom: 6px;
}
.woosw-list .woosw-item--name a:hover {
    opacity: 0.9;
}

/* Price */
.woosw-list .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.woosw-list table.woosw-items tr td.woosw-item--actions {
    width: 18%;
}
.woosw-list del, .woosw-list del * {
    color: #888888;
    font-weight: 400;
    font-size: 13px !important;
}
.woosw-item--price {
    line-height: 1;
}
.woosw-list ins {
    text-decoration: none;
}

/* Date */
.woosw-list .woosw-item--time {
    font-size: 13px;
    color: #777777;
    margin-top: 6px;
}

/* Buttons */
.woosw-list .button {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.woosw-list .button:hover {
    background: #ffffff;
    color: #000000;
}
.cms_content:has(.woosw-list) h1 {
    display: none;
}
.woosw-popup-content-mid-message {
    padding: 40px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    background-color: #f9fafb;
    /* border: 1px solid #e9e9e9; */
    border-radius: 8px;
    margin: 20px;
    line-height: 1.3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.woosw-popup-content-mid-message::before {
    content: '\2661';
    display: block;
    font-size: 58px;
    color: #d1d5db;
    margin-bottom: 12px;
    line-height: 1;
}
.woocommerce .woocommerce-order-details a.woocommerce-button {
    padding: 8px 15px;
    margin: 4px;
    text-transform: capitalize;
}
/* Remove Icon */
.woosw-list .woosw-item--remove span {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.woosw-list .add_to_cart_inline {
    text-align: center;
}

/* My Account Styles */
.cs_my_account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 25px 14px 30px;
    background: #fff;
    top: 190px;
    position: sticky;
}
.cs_my_account .woocommerce-MyAccount-navigation ul a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 8px 14px;
    transition: 0.3s;
}
.cs_my_account .woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin-bottom: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: 25px 20px 30px;
    background: #ffff;
}
.cs_my_account .woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 20px;
    /* align-items: start; */
}
.cs_my_account .woocommerce::before,.cs_my_account .woocommerce::after {
    display: none;
}
.woocommerce-info {
    background: #f5f2f2;
    color: #000;
    font-weight: 500;
    border-color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.woocommerce-info::before {
    color: #000;
    top: 18px;
}
.woocommerce-info .wc-forward.button {
    background: #000;
    color: #fff;
    font-weight: 500;
}
.woocommerce-info .wc-forward.button:hover {
    background: #181818;
    color: #fff;
}
.cs_my_account:has(.woocommerce-MyAccount-navigation) {
    background: #f7f8fa;
}
.cs_my_account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f7f7f7;
    /* color: #fff; */
}
.cs_my_account ul a:hover {
    background: #f7f7f7;
}
.woocommerce form .form-row {
    border-radius: 8px;
    margin-bottom: 8px;
}

/* Form Row */
.woocommerce form .form-row .form-row {
    margin-bottom: 20px;
}
.woocommerce-error {
    color: #000;
}
.woocommerce-error strong {
    font-weight: 600;
}
/* Labels */
.woocommerce form .form-row label {
    display: block;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
}
/* Required Star */
.woocommerce form .form-row .required {
    color: #e74c3c;
    margin-left: 2px;
}
/* Inputs */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-color: #c6c6c6 !important;
}
.woocommerce-input-wrapper span.select2-selection {
    border-color: #c6c6c6 !important;
}
.woocommerce form  span.select2-selection.select2-selection--single {
    border: 1px solid #ccc;
}
.woocommerce form h2 {
    font-weight: 500;
    margin-bottom: 9px;
}
/* Input Focus */
.woocommerce form .form-row input:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}
/* Display name description */
#account_display_name_description em {
    font-size: 0.85rem;
    color: #555;
}
/* Password Field */
.woocommerce form fieldset {
    border: 1px solid #e0e0e0;
    margin-top: 30px;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 20px;
}
/* Password Legend */
.woocommerce form fieldset legend {
    font-size: 19px;
    color: #222;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 10px;
}
/* Show password button */
.woocommerce form .form-row .show-password-input {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}
/* Save Changes Button */
.woocommerce .woocommerce-Button.button, .woocommerce .woocommerce-MyAccount-content .button {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.woocommerce .woocommerce-Button.button:hover, .woocommerce .woocommerce-MyAccount-content .button:hover {
    background-color: #181818;
    color: #ffff;
}
/* Clear floats */
.woocommerce form .form-row .clear {
    clear: both;
}
.myaccount-dashboard-container {
     /* white background */
    color: #111111; /* main text color black */
    padding: 0;
    font-family: "Inter", "Roboto", sans-serif;
}

/* Page Title */
.myaccount-page-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
     /* subtle underline for professionalism */
    display: block;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

/* Greeting */
.myaccount-greeting {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* Dashboard description links */
.myaccount-dashboard-container a {
    color: #111111;
    font-weight: 600;
    text-decoration: underline;
}

.myaccount-dashboard-container a:hover {
    color: #000000;
}

/* Description */
.myaccount-address-description {
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-align: center;
}

/* Address Card */
.myaccount-address-card {
    background-color: #f8f8f8;
    padding: 25px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Address Title & Edit Button */
.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.woocommerce-Address-title h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.myaccount-address-edit-btn {
    background-color: #000;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    float: none !important;
}

.myaccount-address-edit-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Address text */
.myaccount-addresses-container address {
    font-style: normal;
    line-height: 1.4;
    color: #333333;
}
.woocommerce-Address-title:before,.woocommerce-Address-title:after {
    display: none !important;
}
.myaccount-address-edit-btn:hover {
    background: #181818;
}
/* Responsive */
@media (max-width: 768px) {
    .myaccount-dashboard-container {
        padding: 0;
        margin: 0;
    }

    .myaccount-page-title {
        font-size: 20px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce form .form-row {
        /* padding: 20px; */
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .woocommerce form .form-row {
        /* margin-bottom: 15px; */
    }
}

/* Responsive */
@media (max-width: 768px) {

    .woosw-list {
        padding: 0;
    }

    .woosw-list .woosw-items td {
        padding: 15px 10px;
    }

    .woosw-list .button {
        padding: 8px 16px;
        font-size: 12px;
    }

    .woosw-list .woosw-item--image img {
        width: 70px;
    }
}
.woosw-list .woosw-item .button {
    color: #fff;
    background: #000;
    font-weight: 500;
    padding: 13px 15px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    width: max-content;
    margin: auto;
}
.woosw-list .woosw-item .button:hover {
    background: #181818;
    color: #fff;
}
.woocommerce-MyAccount-content .add_to_cart_button.loading::after {
    top: 13px !important;
}
.woocommerce-MyAccount-content .woosw-list .woosw-item {
    background: #fafafa;
}
.woocommerce table.shop_table thead th.woocommerce-orders-table__header {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce table.shop_table tbody th.woocommerce-orders-table__cell-order-number a {
    color: #000;
    font-size: 1rem;
}
.woocommerce table.shop_table tbody td {
    font-size: 16px;
}
.woocommerce table.my_account_orders .button {
    padding: 8px 16px;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    margin: 5px;
}
section.woocommerce-order-details h2, section.woocommerce-customer-details h2 {
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 5px !important;
}
section.woocommerce-order-details {
    margin-top: 20px;
}
section.woocommerce-order-details a {
    color: #000;
    font-weight: 500;
}
section.woocommerce-order-details tfoot th,section.woocommerce-order-details  tfoot td {
    font-weight: 600 !important;
}
section.woocommerce-order-details table {
    font-size: 16px;
}
section.woocommerce-customer-details .woocommerce-column {
    background-color: #f8f8f8;
    padding: 25px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
section.woocommerce-customer-details .woocommerce-column address {
    border: none;
    padding: 0;
}
section.woocommerce-customer-details h2 {
    margin-top: 0 !important;
    line-height: 1;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1.5;
}
.login-password-group  a.readonly_edit {
    color: #000;
    font-weight: 600;
}
#forget-email-password-btn {
    color: #000;
    margin-top: 17px;
    display: block;
    text-align: right;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

/* RTL Styles*/
html[dir="rtl"] .woocommerce form .form-row .show-password-input {
    right: auto;
    left: 15px;
}
html[dir="rtl"] span.readonly_edit {
    right: auto;
    left: 0;
}
html[dir="rtl"] .password-wrapper input {
    padding-left: 36px !important;
    padding-right: 10px !important;
}
html[dir="rtl"] .toggle-password,html[dir="rtl"]  .toggle-password.hide-pass {
    right: auto;
    left: 8px;
}
a.xoo-wsc-ft-btn-cart .amount::before {
    content: "-";
    margin: 0 8px;
    font-weight: bold;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    display: none;
}
span.xoo-wsc-sc-count, .xoo-wsch-items-count {
    overflow: hidden;
    text-overflow: ellipsis;
}
.wc-block-components-notice-snackbar.wc-block-components-notice-banner.is-info {
    background: #f5f2f2;
}
.wc-block-components-notice-banner.is-info>svg {
    background: #000;
}
.woosw-list .add_to_cart_button.ajax_add_to_cart.loading::after {
    margin-top: 5px;
}
.notiny-theme-woosw {
    gap: 10px;
}
@media (max-width:1200px) {
    .cs_my_account .woocommerce-MyAccount-navigation ul {
        position: static;
    }
    .woocommerce-Address-title {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
}
@media (max-width:991px) {
    .sec_70{
        padding: 50px 0;
    }
    .cs_my_account .woocommerce:has(.woocommerce-MyAccount-navigation) {
        grid-template-columns: 230px 1fr;
    }
    /* Wishlist Responsive */
    .woosw-list table.woosw-items {
        display: flex;
        flex-direction: column;
    }
    .woosw-list .woosw-item {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin-bottom: 13px;
        background: #fff !important;
    }
    .woosw-list .woosw-item td.woosw-item--remove {
        width: 100%;
        text-align: right;
        /* background: #fff !important; */
        padding: 6px 6px 0 0;
    }
    .woosw-list .woosw-items td {
        width: 100% !important;
        background: #fff !important;
        border: none;
    }
    .woosw-list table.woosw-items .woosw-item .woosw-item--image a {
        display: block;
    }
    .woosw-list table.woosw-items .woosw-item .woosw-item--image a img {
        width: 100%;
        display: block;

    }
    .woosw-list table.woosw-items tbody {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    td.woosw-item--info {
        padding-top: 0 !important;
    }
    .woosw-list table.woosw-items .woosw-item .woosw-item--name a {
        text-decoration: none;
        color: #000;
        font-weight: 500 !important;
        display: block;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
    }
    .woosw-list table.woosw-items tr td.woosw-item--actions {
        margin-top: auto;
    }
    .woosw-list .woosw-item .button {
        min-width: auto;
        font-size: 12px;
        width: 100%;
        padding: 10px 7px;
    }
    .woosw-list .woocommerce-Price-amount {
        font-size: 15px;
    }
    .woosw-list .add_to_cart_button.ajax_add_to_cart.loading::after {
        margin-top: 2px;
    }
    .woocommerce-MyAccount-content .woosw-list table.woosw-items tbody {
        grid-template-columns: 1fr 1fr;
    }    

}
@media (max-width:768px) {
    .woocommerce table.my_account_orders {
        border: none;
        border-collapse: collapse;
    }
    .woocommerce table.my_account_orders td {
        border: 1px solid rgba(0,0,0,.1);
    }
    .woocommerce table.my_account_orders tr.woocommerce-orders-table__row {
        border-bottom: 13px solid transparent;    
    }
}
@media (max-width:767px) {
    .sec_70{
        padding: 50px 0;
    }
    .sec_90{
        padding: 50px 0;
    }
    .shop_banner_cs h1 {
        font-size: 24px;
    }
    nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
        font-size: 18px !important;
    }
    .shop_banner_cs {
        padding: 20px 0;
    }
    .sec_70{
        padding: 40px 0;
    }
    .sec_90{
        padding: 40px 0;
    }
    .cs_my_account .woocommerce:has(.woocommerce-MyAccount-navigation){
        grid-template-columns: 1fr;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button {
        /* float: none; */
        padding: 8px;
        font-size: 13px;
    }
    .woosw-list table.woosw-items tbody {
        grid-template-columns: 1fr 1fr;
    }
    .cs_my_account .woocommerce-MyAccount-navigation ul a {
        font-size: 15px;
        padding: 6px 10px;
    }
    .cs_my_account .woocommerce-MyAccount-navigation ul {
        padding: 10px;
        position: static;
    }
    .woocommerce div.product .product_title {
        font-size: 16px;
    }
}