:root {
    --font-nura: "TWKEverett", sans-serif;
}
svg {
    max-width: 40px;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul a {
    color: #fff;
}

header ul a:hover {
    color: #fff;
}
.post, .page {
    margin: 0;
}
.add-to-cart.active {
    background: #d5d6d6 !important;
}

body {
    background: var(--body-bg) !important;}
    
.pagination-wrapper ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pagination-wrapper ul.page-numbers .current span {
    background-color: var(--color-black);
    color: var(--color-white);
}

.login-link a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: bold;
}

button {
    cursor: pointer;
}

.woocommerce-cart .page-content {
    max-width: 100%;
}

body.woocommerce-cart {
    background: transparent !important;
}

.woocommerce-message {
  background-color: #e6ffed !important; 
  color: #027a48;
  border: 1px solid #b6f0d1;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  font-weight: 500;
}

.woocommerce-message a {
    background: #027a48;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: 10px;
}

a.checkout-button.button.alt.wc-forward {
    background: var(--primary-color);
    color: var(--light-gray-color);
    font-size: 18px;
    padding: 16px;
    border-radius: 16px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: 10px;
}

/* ✅ تنسيق عام للفورمات داخل الكارت */
.woocommerce form .form-row,
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
    margin-bottom: 1rem;
}

.woocommerce select,
.woocommerce input[type="text"],
.woocommerce input[type="number"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    outline: none;
    transition: 0.3s;
}

.woocommerce select:focus,
.woocommerce input:focus,
.woocommerce textarea:focus {
    border-color: #000;
}

/* ✅ أزرار موحدة */
.woocommerce button,
.woocommerce input.button,
.woocommerce-cart-form .button {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
    display: inline-block;
    text-align: center;
}

.woocommerce button:hover,
.woocommerce input.button:hover {
    background-color: #333;
}

/* ✅ زر "Update cart" بلون رمادي مختلف */
.update-cart-btn {
    background-color: #f3f3f3 !important;
    color: #000 !important;
}

.update-cart-btn:hover {
    background-color: #ddd !important;
}

/* ✅ رسائل Woocommerce */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    border-radius: 12px;
    padding: 16px;
    font-weight: 500;
    font-size: 14px;
}

.woocommerce-message {
    background-color: #e0ffe5;
    color: #0f7b3e;
    border-left: 5px solid #0f7b3e;
}

.woocommerce-error {
    background-color: #ffe0e0;
    color: #b30000;
    border-left: 5px solid #b30000;
}

.woocommerce-info {
    background-color: #e6f0ff;
    color: #0057b7;
    border-left: 5px solid #0057b7;
}

/* ✅ الشكل العام */
.woocommerce-cart-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 16px;
  font-weight: 500;
}

/* ✅ العنوان */
.woocommerce h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

/* ✅ الجدول */
.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.woocommerce-cart-form th,
.woocommerce-cart-form td {
  border-bottom: 1px solid #eee;
  padding: 15px;
  vertical-align: middle;
}
.woocommerce-cart-form .product-name a {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}
.woocommerce-cart-form .product-remove a {
  color: #d00;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce-cart-form .product-thumbnail img {
  border-radius: 8px;
  width: 80px;
  height: auto;
}

/* ✅ كمية المنتج */
.quantity input.qty {
  width: 60px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* ✅ كود الخصم */
.coupon {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.coupon input.input-text {
  flex: 1;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #ccc;
}
.coupon .button {
  background-color: #222;
  color: #fff;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
}

/* ✅ زر تحديث السلة */
.woocommerce button.button[name="update_cart"] {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.woocommerce button.button[name="update_cart"]:hover {
  background-color: #000;
  color: #fff;
}

/* ✅ المجموع النهائي */
.cart-collaterals {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 16px;
}
.cart_totals h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cart_totals table.shop_table {
  width: 100%;
}
.cart_totals th,
.cart_totals td {
  padding: 12px;
  font-size: 16px;
}
.order-total strong {
  font-size: 22px;
  font-weight: 800;
  color: #000;
}

/* ✅ زر الذهاب للدفع */
.wc-proceed-to-checkout .checkout-button {
  background-color: #000;
  color: #fff;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
}
.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #444;
}

/* ✅ شحن */
.woocommerce-shipping-totals label {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}
.woocommerce-shipping-totals ul {
  padding-left: 0;
}
.woocommerce-shipping-totals li {
  margin-bottom: 10px;
  list-style: none;
}

/* ✅ مظهر RTL */
body.rtl .woocommerce-cart-form th,
body.rtl .woocommerce-cart-form td {
  text-align: right;
}


.woocommerce-cart .page-content .woocommerce {
    display: flex
;
    flex-wrap: wrap;
}

.woocommerce-cart .page-content .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart .page-content .woocommerce .woocommerce-cart-form {
    width: 62%;
}

.woocommerce-cart .page-content .woocommerce .cart-collaterals {
    background: var(--dark-gray-color);
    width: 38%;
}

a.checkout-button.button.alt.wc-forward {
    height: 55px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.woocommerce-shipping-totals li {
    display: flex
;
    align-items: center;
    gap: 10px;
}

.woocommerce-shipping-totals label {
    margin: 0;
}

@media(max-width: 768px) {
.woocommerce-cart .page-content .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding: 0;
}

.woocommerce-cart .page-content .woocommerce .cart-collaterals {
    width: 100%;
}
    
td.product-remove {
    text-align: left !important;
}

    
    
}

.woocommerce-cart .page-content .woocommerce:has(.empty-cart) {
    display: flex;
    justify-content: center;
}


table.shop_table_responsive tr td {
    text-align: left;
}


/* ===== Containers ===== */
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.04);
  border: 1px solid #eee;
}

.wc-block-checkout__main {
  margin-bottom: 30px;
}

/* ===== Headings ===== */
.wc-block-components-checkout-step__title,
.wc-block-components-checkout-order-summary__title-text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ===== Form Fields ===== */
.wc-block-components-text-input input,
.wc-block-components-select__select {
  background: #f4f4f4;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 14px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.wc-block-components-text-input input:focus,
.wc-block-components-select__select:focus {
  background-color: #fff;
  outline: 2px solid #000;
}

/* ===== Labels ===== */
.wc-block-components-text-input label,
.wc-blocks-components-select__label {
  font-weight: 500;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

/* ===== Shipping Options ===== */
.wc-block-components-radio-control__option {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
}

.wc-block-components-radio-control__option--checked-option-highlighted {
  background-color: #e0e0e0;
  border: 2px solid #000;
}

/* ===== Totals ===== */
.wc-block-components-totals-item {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px;
  font-weight: bold;
}

/* ===== Button ===== */
.wc-block-components-checkout-place-order-button {
  background-color: #1c1c1c;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.wc-block-components-checkout-place-order-button:hover {
  background-color: #444;
}

/* ===== Return to Cart Link ===== */
.wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: none;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  color: #000;
}

/* ===== Order Summary Section ===== */
.wc-block-components-order-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.wc-block-components-order-summary-item__description h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

/* ===== Coupon Box ===== */
.wc-block-components-panel__button {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 12px;
  font-weight: 500;
  cursor: pointer;
}

.wc-block-components-totals-wrapper {
  margin-top: 20px;
}


.woocommerce-checkout .page-content {
    max-width: 100% !important;
}


.wc-block-components-sidebar {
    position: sticky;
    background: transparent;
    box-shadow: unset;
    padding: 0;
    padding-left: 30px;
}


button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background-color: #1c1c1c;
    color: white;
    border: none;
    padding: 11px 28px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}


button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained div {
    color: #fff;
}

.wc-block-components-panel__button {
    background: transparent;
}


/* === Success Message === */
.woocommerce-notice--success {
  font-size: 20px;
  font-weight: 600;
  background-color: #e8fff1;
  color: #0a7740;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #c4f1d5;
}

/* === Order Overview Box === */
.woocommerce-order-overview {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 30px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.woocommerce-order-overview li {
  flex: 1 1 200px;
  font-size: 15px;
}

.woocommerce-order-overview strong {
  font-weight: 600;
  color: #000;
}

/* === Order Details Table === */
.woocommerce-order-details {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.woocommerce-order-details__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 12px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.woocommerce-table--order-details tfoot th {
  font-weight: 500;
  color: #444;
}

.woocommerce-table--order-details tfoot td {
  font-weight: 600;
  color: #000;
}

/* === Addresses Section === */
.woocommerce-customer-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.woocommerce-column {
  flex: 1 1 300px;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  border: 1px solid #eee;
}

.woocommerce-column__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.woocommerce-column address {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
  margin-top: 8px;
  font-size: 14px;
  color: #444;
}


.products-page .collections-section .thumb .swiper-slide {
    padding: 10px;
}


.categories .img img {
    width: 100%;
}

.cart-toast {
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}
.bg-green-500 {
    background-color: #4caf50 !important;
}
.bg-red-500 {
    background-color: #e53935 !important;
}


.products-page .head-content .search-box button {
    margin-left: 10px;
    color: #222;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.variations .label {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}


li.variable-item.color-variable-item {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 !important;
}


li.variable-item.color-variable-item span {
    border-radius: 12px !important;
}


.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 12px;
    font-size: 21px;
    background: var(--dark-gray-color);
    transition: 0.3s;
    width: 60px !important;
    height: 60px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: var(--dark-gray-color-2);
    background: var(--primary-color);
}

a.reset_variations {
    color: #f00;
    margin: 10px 0;
    display: block;
}

/* السعر */
.single_variation_wrap .woocommerce-variation-price {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

/* المخزون */
.single_variation_wrap .woocommerce-variation-availability p.stock {
    font-size: 14px;
    font-weight: 500;
    color: #1ac21a; /* أخضر */
    margin-bottom: 15px;
}

/* حقل الكمية */
.woocommerce .quantity input.qty {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 12px;
    text-align: left;
    padding-left: 20px;
    font-size: 22px;
}
/* زر الإضافة إلى السلة */
.single_add_to_cart_button.button {
    padding: 12px 28px;
    border-radius: 12px;
    height: 60px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: background 0.3s ease;
    background: var(--primary-color);
    color: var(--light-gray-color);
    width: 70%;
}



.single_add_to_cart_button.button:hover {
    background-color: #333 !important;
}

/* تنسيق مجموعة السعر والكمية والسلة */
.woocommerce-variation-add-to-cart,
.product-details-content .cart {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* تبويبات التبديل */
.tab-buttons {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #222;
    padding-bottom: 12px;
    margin-bottom: 24px;
    justify-content: flex-start;
}

.tab-button {
    background-color: #000;
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 14px;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}


/* محتوى التبويبات */
.tab-content {
    font-family: 'inherit';
    font-size: 16px;
    line-height: 1.8;
    color: #111;
}

.tab-content ul {
    padding-left: 20px;
}

.tab-content li {
    margin-bottom: 8px;
}

/* وصف المنتج */
.tab-content .description p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.9;
    color: #444;}

/* مراجعات المنتج */
.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #111;
}

.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment_container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.comment_container img.avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.comment-text {
    flex: 1;
}

.comment-text .meta {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.comment-text .description {
    font-size: 15px;
    color: #333;
}

/* نموذج المراجعة */
#review_form_wrapper {
    margin-top: 30px;
}

.comment-respond {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.comment-respond label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #f9f9f9;
}

.comment-respond .stars a {
    font-size: 22px;
    color: #ccc;
    transition: color 0.2s;
}

.comment-respond .stars a:hover,
.comment-respond .stars a.star-selected {
    color: #f4c150;
}

#submit.submit {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

#submit.submit:hover {
    background-color: #222;
}

.tab-button.active,
.woocommerce button.tab-button:hover{
    border-bottom: 2px solid #000;
    color: #000;
    background: transparent;
}

.star-rating span::before,
p.stars:hover a::before {
    color: #ffcd18 !important;
}

.related-section h2 {
        margin-bottom: 30px;

}

.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received .woocommerce-thankyou-order-details + p {
    display: none;
}


@media(max-width: 768px) {
    .single_add_to_cart_button.button {
        width: 100%;
    }
    .tab-buttons {
        flex-direction: column;
    }

    .comment_container img.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
}


/* === WooCommerce Order Tracking Form Custom Style === */

.woocommerce-form.track_order {
  margin: 0 auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.woocommerce-form.track_order p {
  font-size: 15px;
  color: #333;
  margin-bottom: 1.5rem;
}

.woocommerce-form.track_order .form-row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

.woocommerce-form.track_order label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #222;
}

.woocommerce-form.track_order input.input-text {
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  transition: border 0.3s ease;
}

.woocommerce-form.track_order input.input-text:focus {
  outline: none;
  border-color: #000;
}

.woocommerce-form.track_order .button {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woocommerce-form.track_order .button:hover {
  background-color: #333;
}

@media (min-width: 640px) {
  .woocommerce-form.track_order .form-row-first,
  .woocommerce-form.track_order .form-row-last {
    width: 48%;
    float: left;
  }

  .woocommerce-form.track_order .form-row-last {
    margin-left: 4%;
  }

  .woocommerce-form.track_order .form-row {
    flex-direction: column;
  }

  .woocommerce-form.track_order .clear {
    clear: both;
  }
}

.show-password-input {
    display: none !important;
}

.woocommerce-account .page-content {
    max-width: 100%;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
}

.user-information .user-info img {
    height: 150px;
}

.woocommerce-account .woocommerce aside {
    width: 30%;
    height: max-content;
    position: sticky;
    top: 70px;
    background: var(--light-gray-color);
}

.woocommerce-account .woocommerce aside .head-content {
    border-bottom: 1px solid var(--dark-gray-color-3);
}

.edit-user-info-form p {
    margin-bottom: 0 !important;
    margin-top: 20px;
}

.edit-user-info-form legend {
    padding-top: 30px !important;
    display: block;
    border-bottom: 1px solid;
    font-weight: bold;
}



.user-profile aside {
    position: sticky;
    top: 70px;
}



.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline;
}


/* يمكنك إضافته إلى style.css أو inline في قالبك */
.select2-container--default .select2-selection--single {
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 12px 16px;
    font-size: 14px;
    min-height: 48px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 500;
    padding-left: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}


.address-field label.screen-reader-text {
    clip: unset;
    clip-path: unset;
    position: relative !important;
}

.call-to-action {
    text-align: center;
}

@media(max-width: 768px) {
    .user-information .user-info {
        margin-bottom: 30px;
    }
    .user-information .user-info img {
        height: 80px;
    }
    
    .woocommerce-account .woocommerce aside {
        width: 100%;
        top: 0;
        position: relative;
        margin-bottom: 30px;
    }
    
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }

}

.woocommerce-account .form-box {
    width: 600px;
}


@media(max-width: 768px) {
    .woocommerce-account .form-box {
        width: auto;
    }
}

.user-profile .user-information .edit-user-info-form form input[disabled="disabled"] {
    opacity: .7;
}


.shipping-details .box {
    text-align: right;
}


li.variable-item.color-variable-item.selected {
    border: 2px solid;
}


.single-product .collections-section {
    padding-top: 30px;
}

.tab-buttons button {
    background: transparent;
    color: #777;
    border-radius: 0;
    font-weight: 400;
}

.tab-buttons button.active {
font-weight: 700;
}

.edit-address {
    background: var(--primary-color);
    color: var(--light-gray-color);
    font-family: "TWKEverett", sans-serif;
    text-align: center;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 16px;
}

address {
    background: var(--light-gray-color);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
}


.edit-form-address {
    padding: 20px;
}

.woocommerce-dashboard .woocommerce-MyAccount-content {
    padding-left: 20px;
}


.woocommerce-dashboard .woocommerce-MyAccount-content p {
    background: var(--light-gray-color);
    padding: 28px;
    border-radius: 16px;
}

.product-details-section .product-preview .swiper-slide img {
    object-fit: cover;
}

.lumise-customize-button {
    text-align: center;
    line-height: 35px;
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.lumise-customize-button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

@media(max-width: 768px) {
    .woocommerce-dashboard .woocommerce-MyAccount-content {
    padding-left: 0;
}

.woocommerce-variation-add-to-cart,
.product-details-content .cart {
    flex-wrap: wrap;
}
}

header ul a > span {
    display: flex
;
    align-items: center;
    gap: 10px;
}



.home-page .collections-section .thumb .swiper-slide {
    padding: 10px;
}

.favourite .shaped {
    display: block;
}
.favourite .filled-heart {
    display: none;
}

.favourite.filled .shaped {
    display: none;
}
.favourite.filled .filled-heart {
    display: block;
}


.single-favourite {
    display: flex
;
    align-items: center;
    gap: 10px;
}

td.product-name {
    position: relative;
}

.woocommerce-cart-form__cart-item .lumise-edit-design.button {
    background: var(--primary-color) !important;
    color: var(--light-gray-color) !important;
    font-size: 0px;
    padding: 0;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
}

.woocommerce-cart-form__cart-item .lumise-edit-design.button::after {
    content: "";
    display: inline-block;
    background-image: url(https://prinzee.net/wp-content/uploads/2025/07/editing.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-41%, -56%);
    margin: 0;
}