/*

 Theme Name: GeneratePress Child

 Theme URI: https://generatepress.com

 Description: Child theme for GeneratePress

 Author: Ramesh Chaudhari

 Author URI: https://www.upwork.com/freelancers/~01e3a8626c95018ab1

 Template: generatepress

 Version: 1.0.0

*/

/* Import parent theme stylesheet */

@import url("../generatepress/style.css");

@media (max-width: 1366px) {
    #menu-item-938 .elementskit-megamenu-panel {
        width: 1250px !important;
    }
}

@media (max-width: 1366px) {
    #menu-item-939 .elementskit-megamenu-panel {
        width: 1250px !important;
    }
}

@media (max-width: 1366px) {
    #menu-item-940 .elementskit-megamenu-panel {
        width: 1250px !important;
    }
}

@media (max-width: 1366px) {
    #menu-item-941 .elementskit-megamenu-panel {
        width: 1250px !important;
    }
}

.elementskit-megamenu-panel {
    top: 67px !important;
}
 
body {
    background-color: #ffffff;
}


/* ===========================
   MANOVA Cart 
   =========================== */

.manova-cart-wrapper {
    max-width: 1614px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: Helvetica ,'Playfair Display';
    color: #222;
    margin-top: 80px;
    margin-bottom: 150px;
}


table.details-table, td, th {
    border: unset;
}


.details-table {
    width: 50%;
}

/* Title & count */
.manova-cart-title {
    font-size: 45px;
    margin: 0 0 6px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Playfair Display';
    color: #000000;
}

.manova-cart-items-count {
    color: #888888;
    margin-bottom: 22px;
    font-size: 28px;
    font-family: Helvetica;
    font-weight: 400;
}

/* Layout columns */
.manova-cart-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* left (items) and right (summary) columns */
.manova-cart-left { flex: 1 1 65%; min-width: 0; }
.manova-cart-right { flex: 0 0 35%; max-width: 420px; }

/* Make summary sticky on desktop screens */
@media (min-width: 1025px) {
  .manova-cart-right { position: sticky; top: 100px; }
}

/* Individual cart item */
.manova-cart-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 50px;
    margin-bottom: 95px;
    box-sizing: border-box;
}

/* Image column */
.cart-item-image {
  width: 476px;
  min-width: 120px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; display:block; }

/* Details column */
.cart-item-details { flex: 1 1 auto; min-width: 0; margin-left: 52px; }
.product-name {
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 700;
    font-family: Helvetica;
    font-size: 28px;
    color: #000000;
}
.product-code {
    font-size: 20px;
    color: #424955;
    margin-bottom: 12px;
    font-weight: 400;
    font-family: Helvetica;
}

/* Product details table */


.details-title {
    font-weight: 700;
    /* margin: 10px 0 12px; */
    font-size: 20px;
    font-family: Helvetica;
    color: #424955;
    border-bottom: 1px solid;
    /* margin-bottom: 10px; */
    padding-bottom: 14px;
    width: 50%;
}

.details-table { width: 50%; border-collapse: collapse; font-size: 14px; color: #444; }
.details-table td { padding: 4px 8px 4px 0; vertical-align: top; }

/* Actions */
.cart-item-actions { display:flex; gap:12px; margin-top:14px; align-items:center; flex-wrap:wrap; }
.remove-btn, .wishlist-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    border: unset;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: #0A2135;
    background: #F0F0F0;
}
.remove-btn:hover,
.wishlist-btn:hover { background:#222; color:#fff; border-color:#222; }

/* Price column (right) */
.cart-item-price {
    width: 190px;
    flex: 0 0 120px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 32px !important;
    font-family: Helvetica;
}

/* Order summary (right column box) */
.manova-summary-box {
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 58px 62px;
    background: #fff;
}

.manova-summary-box h3 {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 700;
    color: #655C5C;
    font-family: Helvetica;
}

/* summary table rows */
.summary-table { width:100%; border-collapse: collapse; margin-bottom: 12px; border:unset; }
.summary-table td { padding:8px 6px; vertical-align: middle; font-size:15px; }
.summary-table td:first-child {
    color: #655C5C;
    font-size: 28px;
    font-family: Helvetica;
    font-weight: 400;
}
.summary-table td:last-child {
    text-align: right;
    font-weight: 700;
    font-size: 32px;
    color: #655C5C;
    font-family: Helvetica;
}

/* gift message row */
.gift-message-box { display:flex; gap:10px; margin:14px 0; align-items:center; }
.gift-box input[type="text"] {
    flex: 1;
    padding: 12px 14px;
    /* border-radius: 8px; */
    font-size: 32px;
    color: #000000;
    background: #F3F3F5;
    border: none;
}


.gift-message-box button { padding:10px 14px; border-radius:8px; border:none; background:#e9be3b; font-weight:700; cursor:pointer; }

/* place order CTA */

.place-order-btn {
    display: block;
    width: 100%;
    padding: 14px 18px;
    background: #d9b53a;
    color: #fff;
    font-weight: 700;
    border-radius: 16px;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 28px;
    font-family: Helvetica;
    text-decoration: none;
}

/* coupon box */
.coupon-box { margin-top:16px; }

/* contact note */
.contact-note {
    font-size: 24px;
    color: #655C5C;
    margin-top: 12px;
    font-family: Helvetica;
}

/* Empty cart view */
.manova-cart-empty { text-align:center; padding:36px 10px; }
.empty-cart-icon { width: 220px; height: auto; margin: 18px auto; display:block; }

/* Recently viewed grid in empty state */
.recent-viewed-grid { display:flex; gap:18px; justify-content:flex-start; margin-top:22px; flex-wrap:wrap; }
.recent-viewed-grid .product { width: 30%; min-width:120px; }

/* Small helper spacing */
.mb-12 { margin-bottom:12px; }
.mb-20 { margin-bottom:20px; }

/* ===========================
   RESPONSIVE — LAPTOP up to 1366px
   (1025px — 1366px)
   =========================== */
@media (max-width: 1366px) and (min-width: 1025px) {
  .manova-cart-wrapper {
    max-width: 1614px;
    padding: 0 18px;
    margin-top: 80px;
    margin-bottom: 150px;
}
  .cart-item-image { width: 476px; }
  .cart-item-price { width: 190px; font-size:24px !important; }
  .product-name { font-size:22px; }
  .place-order-btn { padding:13px; font-size:20px; }
  .recent-viewed-grid .product { width: 32%; }
  input.gift-search-input {
    font-size: 20px !important;
    }
    .voucher-row {
        font-size: 22px
    }
    span.voucher-icon img {
        width: 90%;
    }
    .contact-note {
        font-size: 20px;
    }
}

/* ===========================
   RESPONSIVE — TABLET (768 — 1024)
   =========================== */
@media (max-width: 1024px) and (min-width: 768px) {

  .manova-cart-wrapper { padding: 0 18px; max-width:960px; margin-top: 40px; margin-bottom: 75px;}

  /* stack columns */
  .manova-cart-content { flex-direction: column; gap: 22px; }
  .manova-cart-left, .manova-cart-right { width:100%; max-width:none; flex: none; }

  /* compact item */
  .manova-cart-item { padding:18px; gap:14px; }
  .cart-item-image { width: 140px; min-width: 140px; height:140px; }
  .cart-item-price { width: 180px; font-size:17px; text-align:right; }
  .product-name { font-size:17px; }
  .recent-viewed-grid { gap:14px; }
  .recent-viewed-grid .product { width: 30%; }
}

/* ===========================
   RESPONSIVE — MOBILE (<= 767px)
   =========================== */
@media (max-width: 767px) {

  .manova-cart-wrapper { padding: 10px 14px; max-width: 100%; margin: 18px auto; }
  .manova-cart-title { font-size: 26px; }
  .manova-cart-items-count { font-size:13px; margin-bottom:14px; }

  /* stack everything vertically */
  .manova-cart-content { flex-direction: column; gap: 16px; }
  .manova-cart-left, .manova-cart-right { width: 100%; max-width:100%; }

  .manova-cart-item {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    text-align: center;
  }

  .cart-item-image { width: 340px; height: 340px; min-width: auto; }
  .cart-item-details { width: 100%; margin-left: 0;}
  .cart-item-price {
    width: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
  }
  .details-title {
    width: 100%;
  }

   .details-table {
        width: 100%;
       
   }
  .details-table td { display:block; padding:3px 0; text-align:center; }
  .cart-item-actions { justify-content:center; width:100%; }

  .manova-summary-box { padding: 18px; }
  .gift-message-box { flex-direction:column; align-items:stretch; }
  .gift-message-box input { width:100%; }
  .gift-message-box button { width:100%; }

  .place-order-btn { padding:12px; font-size:15px; }

  .recent-viewed-grid { justify-content:center; }
  .recent-viewed-grid .product { width: 46%; min-width: 140px; }

    .gift-box {
        display: block !important;
    }
    .gift-box input[type="text"] {
        font-size: 21px;
    }
    .voucher-row {
        margin-top: 25px;
    }
    .contact-note {
        font-size: 18px;
        text-align: center;
    }
    .manova-summary-box h3 {
        text-align: center;
        font-size: 22px;
    }
    .summary-table td:first-child {
        font-size: 18px;
    }
    .summary-table td:last-child {
        font-size: 22px;
    }
    .gift-icon {
        font-size: 10px;
        margin-right: 0px;
        text-align: center;
        width: 50%;
    }
    .gift-add {
        font-size: 25px !important;
    }
    .voucher-row {
        font-size: 21px !important;
    }
}

.manova-empty-cart-wrapper {
    max-width: 1650px;
    margin: 0 auto;
    text-align: left;
}

.manova-empty-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: 50px;
    font-family: 'Playfair Display';
    color: #000000;
}

.manova-empty-subtitle {
    font-size: 28px;
    margin-bottom: 40px;
    margin-left: 50px;
    font-weight: 400;
    color: #888888;
    font-family: Helvetica;
}

.manova-empty-icon img {
    width: 240px;
    display: block;
    margin: 20px auto 50px;
}

.manova-recently-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: 50px;
    font-family: 'Playfair Display';
    color: #000000;
}

.manova-recently-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.manova-bottom-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    background: #f4c3b7;
    padding: 25px 40px;
    border-radius: 8px;
    color: #333;
}

.icon-box {
    font-size: 15px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .manova-recently-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .manova-recently-products {
        grid-template-columns: repeat(1, 1fr);
    }

    .manova-bottom-icons {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .manova-empty-title {
        font-size: 26px;
        text-align: center;
        margin-left: 0;
    }

    .manova-empty-subtitle {
        text-align: center;
        margin-left: 0;
        font-size: 22px;
    }
}


/* Gift Message Box */
.gift-box {
    background: #F3F3F5;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.gift-text {
    font-size: 18px;
    color: #444;
}

.gift-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gift-icon {
    font-size: 22px;
    margin-right: 0;
}

.gift-add {
    color: #1D75E8;
    font-weight: 700;
    text-decoration: none;
    font-size: 30px;
    font-family: Helvetica;
}

/* Voucher */
.voucher-row {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 25px;
    gap: 12px;
    color: #655C5C;
    margin-top: 25px;
    font-weight: 400;
    font-family: Helvetica;
}

.voucher-row span {
    font-weight: 400;
}

span.voucher-text {
    margin-top: -18px;
    margin-left: 15px;
}

.voucher-icon {
    font-size: 35px;
}

p {
    margin-bottom: unset;
}

/* Added message */
.manova-msg {
    display: none;
    margin-top: 12px;
    color: #2ecc71;
    font-weight: 600;
}

#manova-filter-wrapper {
    font-family: sans-serif;
}

.manova-filter-block {
    background: #f7f3f0;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.manova-filter-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-left: 33px;
    font-family: Helvetica;
    color: #655C5C;
}

.manova-filter-list li {
    list-style: none;
    margin: 12px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
}

ul.manova-filter-list {
    margin-left: 33px;
}

.manova-filter-list input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    appearance: none;
    background: #edcfc3;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    position: relative;
}

.manova-filter-list input[type="checkbox"]:checked {
    background: #c48575;
}


.manova-filter-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.manova-filter-box h3 {
    font-size: 18px; 
    margin-bottom: 12px;
}

.manova-filter-box label {
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
}

/* Spinner Wrapper Positioned Over Whole Product Area */
.manova-loading {
    position: absolute;
    top: 50%;                /* Middle of product section */
    left: 50%;               /* Center horizontally */
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Actual Spinner */
.manova-loading .spinner {
    width: 38px;
    height: 38px;
    border: 4px solid #f1e3de;   /* light beige */
    border-top-color: #d9b2a6;   /* your filter color */
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Ensure product area becomes a relative container */
.products.elementor-grid.columns-2 {
    position: relative !important;
}

/* Full width background bar */
.woocommerce-ordering {
    width: 100%;
    background: #E6B7A9;    /* Peach background */
    padding: 14px 20px;
    border-radius: 5px;
    box-sizing: border-box;

    display: flex;
    justify-content: flex-end;  /* Select on right side */
    align-items: center;
}

/* Style the select box */
.woocommerce-ordering select.orderby {
    background: #ffffff;
    border: none;
    padding: 10px 40px 10px 14px;
    border-radius: 4px;
    font-size: 20px;
    color: #655C5C;
    appearance: none;
    cursor: pointer;
    font-weight: 500;

    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    font-family:'Playfair Display';
}

/* Hover */
.woocommerce-ordering select.orderby:hover {
    background-color: #fafafa;
}

/* Focus */
.woocommerce-ordering select.orderby:focus {
    outline: none;
    box-shadow: 0 0 0 2px #d79a8d40;
}


.woocommerce .woocommerce-breadcrumb {

    margin:unset;    
}


/* Shop Banner Wrapper */
.shop-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 40px;
}

/* Inner Layout */
.shop-banner-inner {
    max-width: 1920px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

/* Left Content */
.shop-banner-content {
    flex: 1;
}

.shop-banner-title {
    font-size: 60px;
    line-height: 70px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
    font-family:'Playfair Display';
    width: 674px;
}

.shop-banner-desc {
    font-size: 25px;
    color: #0A2135;
    max-width: 619px;
    line-height: 33px;
    font-weight: 400;
    font-family: Helvetica;
}

/* Right Image */
.shop-banner-images {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.shop-banner-images img {
    border-radius: 20px;
    transform: rotate(-8deg);
    max-width: 100%;
    height: auto;
}

.shop-banner-content {
    padding-left: 125px;
    padding-top: 100px;
    padding-bottom: 125px;
}


/* Responsive */
@media (max-width: 1024px) {
  .shop-banner-content {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .shop-banner-inner {
        gap:0;
    }
}
@media (max-width: 768px) {
    .shop-banner-inner {
        flex-direction: column;
        text-align: center;
    }

    .shop-banner-images {
        justify-content: center;
    }

    .shop-banner-title {
        font-size: 38px;
        line-height: 40px;
    }
}


@media (max-width: 1366px) and (min-width: 1025px) {

  .shop-banner-content {
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

ul.manova-filter-list {
    margin-left: 10px;
}

.manova-filter-title {
    margin-left: 10px;
}

}

@media (max-width: 1024px) {
    .manova-filter-title {
        margin-left:0;
    }
    ul.manova-filter-list {
         margin-left:0;
    }
}

@media (max-width: 767px) {
 .shop-banner-content {
     padding:unset;
 }
 .shop-banner {
     padding: 20px 20px;
 }
 .shop-banner-title {
         width: 100%;
 }
 .rv-content {
        align-items: center;
        text-align: center;
    }

    /* Center product info */
    .rv-info {
        align-items: center;
        text-align: center;
        margin-top: 0 !important;
        width: 100%;
    }

    /* Center product name */
    .rv-name {
        text-align: center;
    }

    /* Center price */
    .rv-price {
        text-align: center;
    }

    /* Center Add to Cart button */
    .rv-add-btn {
        margin: 10px auto 0;
        justify-content: center;
    }
    .rv-name { font-size: 20px !important; }
    .rv-price { font-size: 22px !important; }
    .rv-add-btn { font-size: 20px !important }
    .manova-recently-title {
        font-size: 22px;
        text-align: center;
        margin: 0;
    }
}


p.rv-empty {
    font-size: 32px;
    font-weight: 400;
    font-family: Helvetica;
    color: #E6B7A9;
}


/* Check out Page CSS */

.custom-checkout {
	max-width: 1850px;
	margin: auto;
}

.cc-card {
	background: #fff;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 30px;
}

.cc-card-total {
	background: #fff;
	border: 1px solid #000000;
	border-radius: 10px;
	margin-bottom: 30px;
	padding-top: 58px;
	padding-left: 62px;
	padding-right: 100px;
}

p.cc-whatsapp {
    font-size: 28px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
    margin-bottom: 20px;
}

.cc-card h2 {
	font-size: 22px;
	margin-bottom: 16px;
}

.cc-two-col {
	display: grid;
	grid-template-columns: '1fr 1fr';
	gap: 16px;
}

.cc-radio-box {
	background: #F3F3F5;
	padding: 38px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.cc-radio-box label span {
    font-size:32px;
    color:#655C5C;
    
}

.cc-radio-box  p {
    font-size: 28px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
}

p.text {
    font-size: 28px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
    margin-bottom: 25px;
}

.cc-radio-box input {
	margin-right: 10px;
}

.cc-pickup-fields {
	display: grid;
	grid-template-columns: '1fr 1fr';
	gap: 12px;
	margin-top: 12px;
}

.cc-pickup-fields input {
	grid-column: span 2;
}

.cc-summary {
    background: #ffffff;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom:unset; 
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
}

.woocommerce table.shop_table {
    border: unset;
    font-size: 28px;
    font-weight: 700;
    font-family: Helvetica;
    color: #655C5C;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 28px;
    font-family: Helvetica;
    color: #655C5C;
}

.woocommerce table.shop_table td {
    border-top: unset;
}

.woocommerce table.shop_table td.product-total {
        text-align: end;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: unset;
}

.shop_table tfoot tr.order-total td {
     text-align: end;
}

.shop_table tfoot tr.cart-subtotal td {
     text-align: end;
}

.woocommerce table.shop_table thead tr th.product-total {
    text-align: end;
    color: #1D75E8;
    font-size: 28px;
    font-weight: 400;
    font-family: Helvetica;
}

.woocommerce table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-name strong {
    font-size: 28px;
    font-weight: 400;
    font-family: Helvetica;
    color:#655C5C;
}

.cc-radio-box.one {
    margin-bottom: 25px;
}

p.cc-text {
    font-size: 28px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
    margin-bottom: 22px;
}

/* Remove Woo default width */
.cc-two-col .form-row {
	width: 100% !important;
	margin: 0;
}

/* Make fields 2-column */
.cc-two-col {
	display: flex;
	grid-template-columns: '1fr 1fr';
	gap: 16px;
}

/* Prevent full-width override */
.cc-two-col .form-row-wide {
	grid-column: auto !important;
}

/* Input styling */
.cc-two-col input {
	width: 100%;
}

.cc-pincode {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 25px 20px;
    margin-bottom: 30px;
    width: 70%;
    border: unset;
}

.cc-pincode-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cc-pincode-label {
    font-size: 32px;
    color: #655C5C;
    font-weight: 400;
    font-family: Helvetica;
}

.cc-pincode input {
    border: none;
    background: unset;
    text-align: right;
    font-size: 32px;
    outline: none;
    width: 50%;
    font-weight: 400;
    font-family: Helvetica;
}

#place_order {
	width: 100%;
	height: 54px;
	background: #D2AE36;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	border-radius: 30px;
	border: none;
	text-transform: uppercase;
	font-family: Helvetica;
	margin-top: 45px;
	margin-bottom: 20px;
}

h2.check-title {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #000000;
    margin-bottom: 50px;
    margin-top: 50px;
}

h2.check-title-first {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #000000;
    margin-bottom: 50px;
}

h2.check-title-cust {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #000000;
    margin-top: 50px;
}

.cc-one-col {
    width: 50%;
    margin-top: 30px;
}

.woocommerce-billing-fields h3 {
    display: none;
}

/* Checkout container */
.woocommerce-checkout .woocommerce-shipping-fields {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 30px;
}

/* Grid layout */
.woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: '1fr 1fr';
    gap: 16px 20px;
}

/* Full width fields */
#shipping_first_name,
#shipping_company {
    grid-column: 1 / -1;
}

/* Input style */
.woocommerce input.input-text,
.woocommerce textarea {
    background: #f5f5f5;
    border-radius: 12px;
    border: 0;
    padding: 14px 16px;
    font-size: 15px;
}

/* Remove default labels spacing */
.woocommerce form .form-row label {
    display: none;
}

/* Common input wrapper */
.woocommerce-checkout .form-row {
    position: relative;
}

/* Input wrapper */
.woocommerce-checkout .woocommerce-input-wrapper {
    position: relative;
}

/* Base input padding */
.woocommerce-checkout input.input-text {
    padding-left: 50px !important;
}

/* ICON BASE */
.woocommerce-checkout input.input-text.icon-user,
.woocommerce-checkout input.input-text.icon-email,
.woocommerce-checkout input.input-text.icon-phone,
.woocommerce-checkout input.input-text.icon-pin,
.woocommerce-checkout input.input-text.icon-home,
.woocommerce-checkout input.input-text.icon-location,
.woocommerce-checkout input.input-text.icon-city,
.woocommerce-checkout input.input-text.icon-gst {
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px;
}

/* ICONS */
input.icon-user {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

input.icon-email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}


input.icon-phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.92V21a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3 5.18 2 2 0 0 1 5 3h4.09a2 2 0 0 1 2 1.72l.57 4.57a2 2 0 0 1-.55 1.72L9.91 12.91a16 16 0 0 0 6.18 6.18l1.9-1.2a2 2 0 0 1 1.72-.55l4.57.57a2 2 0 0 1 1.72 2z'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

input.icon-pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-6-5.33-6-10a6 6 0 1 1 12 0c0 4.67-6 10-6 10z'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

input.icon-home {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

input.icon-location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-6-5.33-6-10a6 6 0 1 1 12 0c0 4.67-6 10-6 10z'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

input.icon-city {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M9 8h6v13H9z'/%3E%3Cpath d='M4 10h5v11H4z'/%3E%3Cpath d='M15 13h5v8h-5z'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

input.icon-gst {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='18' height='18' x='3' y='3'/%3E%3Cpath d='M7 7h10M7 12h10M7 17h6'/%3E%3C/svg%3E") !important;
    background-size: 26px 26px !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 30px;
    background-color: #F3F3F5;
    border: unset;
    border-radius: 16px;
    font-size: 32px;
    color: #655C5C;
}

/* Move radio button to the right side */
.woocommerce-checkout input[type="radio"] {
    order: 2;
    margin-left: auto;
}

.woocommerce-checkout label {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Optional: full-width clickable row */
.woocommerce-checkout .form-row label,
.woocommerce-checkout .wc_payment_method label {
    width: 100%;
    cursor: pointer;
}


/* Hide default radio */
.woocommerce-checkout input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    border: 2px solid #0A2135; /* border color */
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

/* Checked state */
.woocommerce-checkout input[type="radio"]:checked {
    border-color: #0A2135; /* outer ring */
}

/* Inner dot */
.woocommerce-checkout input[type="radio"]:checked::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #0A2135; /* inner dot color */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Select2 field height & background */
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 85px !important;
    background-color: #F3F3F5 !important;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

/* Center selected text vertically */
.woocommerce-checkout .select2-selection__rendered {
    line-height: 85px !important;
    padding-left: 15px;
    color: #655C5C;
}

/* Center dropdown arrow */
.woocommerce-checkout .select2-selection__arrow {
    height: 85px !important;
}

.woocommerce-checkout .select2-selection__rendered {
    font-size: 32px;
}

.woocommerce-checkout .select2-container--focus .select2-selection--single {
    /*border-color: #655C5C;*/
    border:unset;
}


/* Wrapper */
.cc-pickup-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 50% + 50% */
    gap: 16px;
}

/* Select & Input common style */
.cc-pickup-fields select,
.cc-pickup-fields input {
    height: 85px;
    background-color: #F3F3F5;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 32px; /* 🔥 font size */
    color: #655C5C;
    width: 100%;
    outline: none;
}

/* Input full width (Store Address) */
.cc-pickup-fields input {
    grid-column: 1 / -1;
}

/* Custom dropdown arrow */
.cc-pickup-fields select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23655C5C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 20px 20px;
    padding-right: 60px;
}

/* Focus state */
.cc-pickup-fields select:focus,
.cc-pickup-fields input:focus {
    border-color: #655C5C;
}

p.form-row span {
    font-size: 28px;
    color:#1D75E8;
    font-weight: 400;
    font-family: Helvetica;
}

p.form-row input[type="checkbox"] {
    width: 29px;
    height: 29px;
    margin-top: 38px;
}

/* Checkout page Responcive */

@media (max-width: 1024px) {
    p.form-row span {
        font-size: 20px;
    }
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        padding: 25px;
        font-size: 22px;
    }
    h2.check-title-first {
        font-size: 35px;
    }
    h2.check-title {
        font-size: 35px;
    }
    h2.check-title-cust {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .cc-pickup-fields {
        grid-template-columns: 1fr;
    }
    
    h2.check-title-first {
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 30px;
    }
    .cc-card {
        padding:15px;
    }
    p.cc-whatsapp, p.cc-text {
        font-size: 18px;
    }
    
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        padding: 25px;
        font-size: 18px;
    }
    
    .cc-two-col {
        display: grid;
    }
    .cc-one-col {
        width: 100%;
        margin-top: 20px;
    }
    
    h2.check-title {
        font-size: 28px;
        margin-bottom: 25px;
        margin-top: 25px;
        text-align: center;
    }
    
    .cc-radio-box {
        padding: 15px;
    }
    .cc-radio-box label span {
        font-size: 24px;
    }
    .cc-radio-box  p {
        font-size: 20px;
    }
    
    h2.check-title-cust {
        font-size: 28px;
        margin-top: 25px;
        text-align: center;
    }
    
    p.text {
        font-size: 18px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce-checkout .select2-selection__rendered {
        font-size: 18px;
        color: #655C5C;
    }
    
    p.form-row span {
        font-size: 20px;
    }
    
    p.form-row input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-top: 10px;
    }
    .cc-pickup-fields select, .cc-pickup-fields input {
        height: 60px;
        padding: 0 10px;
        font-size: 22px;
    }
    
    .cc-pincode {
        width: 100%;
    }
    
    .cc-pincode-label, .cc-pincode input {
        font-size: 18px;
    }
    .cc-card-total {
        padding:15px;
    }
    .woocommerce table.shop_table th {
        font-size: 20px;
    }
    .woocommerce table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-name strong {
        font-size: 18px;
    }
    
    .woocommerce table.shop_table {
        font-size: 20px;
        font-weight: 500;
    }
    .woocommerce table.shop_table thead tr th.product-total {
        font-size: 20px;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 10px;
        margin-bottom: 0px;
    }
    #place_order {
        font-size:24px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        position: relative;
        top:0;
        left:0;
    }
    
    #login-hover-dropdown {
        right: -100px !important;
    }
    
}


/* Dropdown box */
#login-hover-dropdown {
    position: absolute;
    top: -5px;
    right: 35%;
    width: 230px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    padding: 6px 0;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
}

/* Show dropdown */
#login-hover-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Each row */
#login-hover-dropdown > a,
#login-hover-dropdown .login_signup {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #0A2135;
}

/* Hover background */
#login-hover-dropdown > a:hover,
#login-hover-dropdown .login_signup:hover {
    background: #f5f5f5;
}

/* Icons */
#login-hover-dropdown img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}

/* Login / signup inline text */
#login-hover-dropdown .dropdown-text {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

/* Remove blue link look */
#login-hover-dropdown .dropdown-text a {
    color: #0A2135;
    text-decoration: none;
    font-weight: 500;
}

/* Hover underline only */
#login-hover-dropdown .dropdown-text a:hover {
    text-decoration: underline;
}

/* Contact link text */
#login-hover-dropdown > a {
    text-decoration: none;
    color: #0A2135;
}

/* Pointer cursor only on Login & Sign Up */
#login-hover-dropdown .login-popup-btn,
#login-hover-dropdown .signup-popup-btn {
    cursor: pointer;
}


svg.e-font-icon-svg.e-far-user:hover {
    cursor: pointer;
}


/* Whishlist Page CSS */


/* REMOVE ICON */
.wish-rv-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
    color: #e0cfc2;
    text-decoration: none;
}

.wish-rv-remove:hover {
    color: #c89b7b;
}

.wish-rv-section {
    max-width: 1670px;
    margin: 40px auto;
    padding: 0 20px;
}

.wish-rv-section.cart {
    margin-bottom: 100px;
}

.wish-rv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.wish-rv-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

/* Image Card */
.wish-rv-image-wrap {
    background: #faf7f2;
    border-radius: 22px;
}

a.wish-rv-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 18px;
    max-height: 404px;
}

/* Bottom Row */
.wish-rv-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.wish-rv-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: -15px;
}

.wish-rv-name {
    font-size: 24px;
    font-weight: 400;
    color: #655C5C;
    margin: 0;
    font-family: Helvetica;
}

.wish-rv-name a {
    text-decoration: none;
    color: inherit;
}

.wish-rv-price {
    font-size: 25px;
    font-weight: 700;
    color: #655C5C;
    margin: 0;
    font-family: Helvetica;
}

/* Button */
.wish-rv-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border: 1px solid #D4AF37;
    border-radius: 40px;
    background: #fff;
    font-size: 24px;
    font-weight: 700;
    color: #D4AF37;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    line-height: 28px;
    font-family: Helvetica;
    margin-top: 15px;
}

.wish-rv-add-btn:hover {
    background: #655C5C;
    color: #fff;
}

.wish-rv-cart-icon img {
    width: 38px;
    top: 4px;
    position: relative;
}

body.woocommerce-wishlist p:empty,
body.woocommerce-wishlist br:empty {
    display: none;
    margin: 0;
    padding: 0;
}



/* Responsive */
@media (max-width: 900px) {
    .wish-rv-grid {
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .wish-rv-grid {
        grid-template-columns: 1fr;
    }

    .wish-rv-content {
        flex-direction: column;
        align-items: flex-start;
    }
} 


@media (max-width: 1366px) and (min-width: 1024px) { 
    
    .wish-rv-name {
        font-size: 17px;
    }
    
    .wish-rv-price {
        font-size: 18px;
    }
    
    .wish-rv-add-btn {
        font-size: 16px;
    }
    
    .wish-rv-cart-icon img {
        width: 25px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) { 
    .wish-rv-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    
}

@media (max-width: 767px) {

     .wish-rv-content {
            align-items: center;
            text-align: center;
        }

    /* Center product info */
    .wish-rv-info {
        align-items: center;
        text-align: center;
        margin-top: 0 !important;
        width: 100%;
    }

    /* Center product name */
    .wish-rv-name {
        text-align: center;
    }

    /* Center price */
    .wish-rv-price {
        text-align: center;
    }

    /* Center Add to Cart button */
    .wish-rv-add-btn {
        margin: 10px auto 0;
        justify-content: center;
    }
    .wish-rv-name { font-size: 20px !important; }
    .wish-rv-price { font-size: 22px !important; }
    .wish-rv-add-btn { font-size: 20px !important }
}


.mn-login-wrapper {
    max-width: 490px;
    overflow: hidden;
}

.mn-login-header {
    background: #efc1b0;
    text-align: center;
    padding: 15px;
}

.mn-login-header h3 {
    margin: 0;
    font-weight: 600;
}

.mn-form-group {
    margin-top: 10px;
}

.mn-form-group label {
    display: block;
    margin-bottom: 6px;
    font-size:18px;
    font-family:'Playfair Display';
    color:#000000;
    font-weight:500;
}

.mn-form-group input {
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #939393;
    background-color:#fff;
    color:#000000;
    font-size:16px;
    font-family:Helvetica;
    font-weight:400;
}

.mn-form-group input::placeholder {
    color: #655C5C82; 
    font-size:16px;
    font-family:Helvetica;
    font-weight:400;
}

.mn-form-group input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    background-color:#fff;
}

.mn-login-btn {
    margin-top: 26px;
    width: calc(100% - 0px);
    background: #D4AF37;
    border: none;
    padding: 5px 10px 5px 10px !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    cursor: pointer;
    font-size: 18px !important;
    font-family: Helvetica !important;
    color: #ffffff;
}

.password-field{
    position: relative;
}

.password-field input{
    width: 100%;
    padding-right: 45px; 
}

.toggle-password{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
    display:flex;
    align-items:center;
}

.toggle-password img{
    width:20px;
    height:20px;
}

.mn-divider {
    text-align: center;
    margin: 20px;
    position: relative;
}

.mn-divider span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.mn-divider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ddd;
}

.mn-social-login {
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.mn-social-login a {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.mn-signup-text {
    text-align: center;
    padding: 15px;
}

.mn-error {
    color: red;
    font-size: 13px;
}

.mn-form-msg {
    text-align: center;
    padding-bottom: 15px;
}

.mn-error {
    color: #e63946;
    font-size: 13px;
    margin-top: 4px;
}

.mn-field-error {
    border: 1px solid #e63946 !important;
}

/* Red border on error */
.mn-input-error {
    border: 1px solid #e63946 !important;
    box-shadow: none !important;
}

/* Error text style */
.mn-error {
    color: #e63946;
    font-size: 13px;
    margin-top: 4px;
}


.mn-input-error,
.mn-input-error:focus {
    border-color: #e63946 !important;
}




@media (max-width: 767px) {

    .mn-login-wrapper {
        max-width: 100%;
        margin: 0 12px;
        border-radius: 10px;
    }

    .mn-login-header {
        padding: 12px;
    }

    .mn-login-header h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .mn-form-group {
        padding: 10px 15px;
    }

    .mn-form-group label {
        font-size: 14px;
    }

    .mn-form-group input {
        padding: 10px;
        font-size: 15px;
    }

    .mn-login-btn {
        margin: 12px 15px;
        width: calc(100% - 30px);
        padding: 12px;
        font-size: 16px;
    }

    .mn-divider {
        margin: 16px 15px;
    }

    .mn-social-login {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    .mn-social-login a {
        font-size: 14px;
        padding: 12px;
    }

    .mn-signup-text {
        font-size: 14px;
        padding: 12px;
    }

    .mn-form-msg {
        font-size: 14px;
        padding-bottom: 12px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .mn-login-wrapper {
        max-width: 480px;
        margin: 0 auto;
    }

    .mn-login-header h3 {
        font-size: 20px;
    }

    .mn-form-group {
        padding: 12px 18px;
    }

    .mn-form-group input {
        font-size: 15px;
    }

    .mn-login-btn {
        padding: 13px;
        font-size: 16px;
    }

    .mn-social-login a {
        font-size: 14px;
        padding: 11px;
    }
}

.custom-register-form {
    max-width: 490px;
}

.form-header {
    background: #eac0b4;
    padding: 15px;
    text-align: center;
}

.form-header h3 {
    margin: 0;
    font-weight: 600;
}

.form-group {
    padding: 10px 20px;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* ERROR STYLES */
.custom-register-form input.error {
    border-color: red;
}

.custom-register-form label.error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.register-btn {
    margin-top: 26px;
    width: calc(100% - 0px);
    background: #E2C977;
    border: none;
    padding: 8px 13px 8px 13px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    cursor: pointer;
    font-size: 18px !IMPORTANT;
    font-family: Helvetica !important;
    color: #ffffff !important;
}

.login-link,
.terms {
    text-align: center;
    font-size: 13px;
    padding: 5px 20px 15px;
}


@media (max-width: 1024px) {

    .custom-register-form {
        max-width: 90%;
    }

    .form-header h3 {
        font-size: 20px;
    }

    .form-group {
        padding: 10px 16px;
    }

    .form-group input {
        padding: 12px;
        font-size: 15px;
    }

    .register-btn {
        width: 92%;
        padding: 14px;
        font-size: 16px;
    }
}


@media (max-width: 768px) {

    .custom-register-form {
        max-width: 100%;
        border-radius: 0;
    }

    .form-header {
        padding: 14px;
    }

    .form-header h3 {
        font-size: 18px;
    }

    .form-group {
        padding: 8px 14px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input {
        padding: 12px;
        font-size: 14px;
    }

    .register-btn {
        width: calc(100% - 28px);
        font-size: 15px;
        padding: 13px;
    }

    .login-link,
    .terms {
        font-size: 12px;
        line-height: 1.4;
    }
}


@media (max-width: 480px) {

    .form-header h3 {
        font-size: 16px;
    }

    .form-group input {
        padding: 11px;
        font-size: 13px;
    }

    .register-btn {
        padding: 12px;
        font-size: 14px;
    }
}




.wishlist-item {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.wishlist-title {
    font-size: 16px;
    margin: 10px 0;
}

.wishlist-price {
    margin-bottom: 10px;
}

.wishlist-actions a {
    display: inline-block;
    margin: 5px;
}

.wishlist-pagination {
    margin-top: 50px;
    text-align: center;
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
}

.wishlist-pagination a,
.wishlist-pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    text-decoration: none;
    color: #BB6864;
    background-color: #E6B7A9;
}

.wishlist-pagination .current {
    color: #FFFFFF;
    background-color: #BB6864;
}

.wishlist-pagination a:hover,
.wishlist-pagination span:hover {
    color: #FFFFFF;
    background-color: #BB6864;
}


@media (max-width: 1024px) {

    .wishlist-title {
        font-size: 15px;
    }

    .wishlist-item {
        padding: 14px;
    }
}


@media (max-width: 768px) {
   

    .wishlist-title {
        font-size: 14px;
    }

    .wishlist-price {
        font-size: 14px;
    }

    .wishlist-actions a {
        font-size: 13px;
        padding: 6px 10px;
    }
    #menu-item-938 .elementskit-megamenu-panel
    {
        width: 100% !important;
    }
    #menu-item-939 .elementskit-megamenu-panel {
        width: 100% !important;
    }
    #menu-item-940 .elementskit-megamenu-panel {
       width: 100% !important;
    }
    #menu-item-941 .elementskit-megamenu-panel {
        width: 100% !important;
    }
}

@media (max-width: 480px) {

    .wishlist-item {
        padding: 12px;
    }

    .wishlist-title {
        font-size: 15px;
    }

    .wishlist-actions {
        flex-direction: column;
        gap: 6px;
    }

    .wishlist-actions a {
        width: 100%;
        text-align: center;
    }
}


.user-greeting {
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    border-bottom: 5px solid #BB6864;
}

.user-greeting .user-name {
    font-weight: 400;
}


/* MEGA Menu CSS */

.mega-menu {
  width: 100%;
  background: #fff;
  padding: 40px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  font-family: "Playfair Display";
}

.mega-col h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0A2135;
    font-family: 'Playfair Display';
}

.mega-col ul { list-style: none; padding: 0; margin: 0 0 20px 0; }
.mega-col li { margin-bottom: 10px !important; }
.mega-col li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400 !important;
}
.mega-col span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-top: 2px;
}
.view-btn {
    display: inline-block;
    padding: 10px 8px;
    background: #D2AE36;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none;
    font-weight: 700;
}

  .right-box {
    background: #FFD3C78F;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
}

.right-box h3 { margin-top: 0; }
.right-box li a { font-weight: bold; }
.view-all {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.price-section h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0A2135;
    font-family: 'Playfair Display';
}
.price-section-grid {
  display: inline-block;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.price-section-grid a {
    display: block;
}

.price-section a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.mega-col ul.pop {
    display: flex;
}
.bracelet-grid {
    display: inline-block;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 32px;
    margin-bottom: 30px;
}

.bracelet-item h3 {
    font-size: 18px;
    font-weight: 400;
    color: #0A2135;
    margin-bottom: 20px;
    font-family: Helvetica;
}

.bracelet-item p {
    font-size: 14px;
    color: #939393;
    margin: 0;
    font-weight: 400;
    font-family: Helvetica;
}

input.gift-search-input {
    padding: 10px 0px;
    font-size: 24px;
}


.elementor-icon-list-items > li:last-child svg {
    cursor: pointer;
}

@media (max-width: 767px) { 
    .mega-col {
        text-align: center;
    }

    .price-section {
        text-align: center;
    }
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
        background-color: unset !important;
    }

    .elementor-nav-menu--dropdown .elementor-item:hover {
         background-color: unset !important;
         color: #E6B7A9 !important;
    }
    input.gift-search-input::placeholder {
        font-size: 12px;
    }

}

@media (max-width: 767px) {


    /* Pagination container */
    .woocommerce-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 20px 0;
    }

    .elementor-3680 .elementor-element.elementor-element-032bea7 nav.woocommerce-pagination {
        margin-top: 20px !important;
    }

    /* Pagination list */
    .woocommerce-pagination ul.page-numbers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 0;
        margin: 0;
    }

    /* Each item */
    .woocommerce-pagination ul.page-numbers li {
        list-style: none;
    }

    /* Links & current page */
    .woocommerce-pagination .page-numbers {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        padding: 0 10px;
        display: inline-block;
        text-decoration: none;
        padding: 14px 11px !important;
    }

    /* Next arrow */
    .woocommerce-pagination a.next {
        font-size: 18px;
        font-weight: bold;
    }
    
    .elementor-4046 .elementor-element.elementor-element-032bea7.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-4046 .elementor-element.elementor-element-032bea7.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
        font-size: 16px !important;
    }
}


/* Wrapper */
.wc-cat-badge-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* "Filtered by" text */
.wc-cat-label {
    color: #0A2135;
    font-size: 24px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
}

/* Category badge */
.wc-cat-badge {
    background: rgba(230, 182, 168, 0.54);
    color: #0A2135;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

.elementor-icon-list-item.active svg path {
    stroke-width: 3.5 !important;   /* increase thickness */
}

/* =========================
   MOBILE RESPONSIVE
   ========================= */
@media (max-width: 767px) {

    .wc-cat-badge-wrapper {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 15px;
    }

    .wc-cat-label {
        font-size: 16px;
    }

    .wc-cat-badge {
        font-size: 16px;
        padding: 6px 14px;
        border-radius: 6px;
    }

    .manova-filter-block {
        padding: 15px 0 5px 0;
    }
    .manova-filter-title {
        font-size: 18px;
        margin-left: 12px;
    }
    ul.manova-filter-list {
        margin-left: 12px;
    }
    .manova-filter-list li {
        font-size: 10px;
    }
    .manova-filter-list input[type="checkbox"] {
        width: 20px;
        height: 16px;
        margin-right: 5px;
        
    }
    .woocommerce-ordering select.orderby {
        font-size: 12px;
        padding: 10px 10px 10px 10px;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        float: unset;
    }
	.user-greeting {
		text-align: center;
		margin-bottom: 15px;
	}
}

/*My Account Page CSS*/

/* ============================= */
/* MANOVA MY ACCOUNT – DESKTOP   */
/* ============================= */

.manova-myaccount {
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Inter", sans-serif;
}

/* Kill Woo default layout */
.woocommerce-account .woocommerce {
    display: block !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none !important;
    background-color: #F3F3F5;
    padding: 40px;
    border-radius: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
}


.manova-breadcrumb {
    font-size: 28px;
    color: #0A2135;
    margin-bottom: 30px;
    font-family:'Playfair Display';
}

.manova-breadcrumb a {
    text-decoration: none;
    color: #0A2135;
}

.manova-account-nav {
    margin-bottom: 35px;
}

/* Top Tabs */
.woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li a {
    font-size: 32px;
    font-family:'Playfair Display';
    font-weight: 600;
    color: #000000;
    display: block;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: #BB6864;
    /*border-bottom: 2px solid #c79a6b;*/
}

/* Grid */
.manova-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* Cards */
.manova-card {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 40px;
}

.manova-card.full {
    grid-column: span 2;
}

/* Card Header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.card-header h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    font-family: 'Playfair Display';
    display: flex;
    align-items: center;
    gap: 30px;
}

.edit-btn {
    background: #f6f6f6;
    font-size: 20px;
    padding: 6px 14px;
    border-radius: 27px;
    text-decoration: none;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
}

.view-order {
    background: #F3F3F5;
    font-size: 28px;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    color: #655C5C;
    display: block;
    text-align: center;
        
}

/* Card Body */
.card-body p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.card-body strong {
    font-size: 24px;
    font-weight: 700;
    color: #655C5C;
    font-family: Helvetica;
}

.card-body span {
    font-size: 28px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
}

/* Remove default Woo spacing */
.woocommerce-MyAccount-content {
    padding: 0;
}

/* Preferences row */
.pref-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

/* Label */
.pref-label {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

/* Switch container */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

/* Hide default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider background */
.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #d1d1d1;
    transition: 0.3s;
    border-radius: 20px;
}

/* Knob */
.slider:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 50%;
}

/* ON state */
.switch input:checked + .slider {
    background-color: #f0a08b; /* same peach tone as layout */
}

.switch input:checked + .slider:before {
    transform: translateX(20px);
}

.card-body small {
     font-size: 28px;
    font-weight: 400;
    color: #655C5C;
    font-family: Helvetica;
}

.manova-grid.account-page {
    grid-template-columns: repeat(2, 1fr);
}

/* ============================= */
/* IPAD (≤1024px)                */
/* ============================= */

@media (max-width: 1024px) {
    .manova-grid {
        grid-template-columns: 1fr;
    }

    .manova-card.full {
        grid-column: span 1;
    }
     .woocommerce-MyAccount-navigation li a {
       font-size: 28px;
    }
}

/* ============================= */
/* MOBILE (≤767px)               */
/* ============================= */

@media (max-width: 767px) {

    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        gap: 14px;
        border-bottom: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 25px;
        text-align: center;
    }

    .card-body p {
        flex-direction: column;
        align-items: normal;
        gap: 6px;
    }
    .manova-card {
        width: 100%;
        padding: 15px 15px;
    }
    .woocommerce-MyAccount-navigation li a {
       font-size: 24px;
    }
    .card-header h3 {
       font-size: 18px;
    }
     img.custom-icon {
        width: 25px;
        height: 25px;
    }
    .edit-btn {
      font-size: 15px;
      padding: 5px 15px;
    }
    .card-body strong {
        font-size: 18px;
    }
    .card-body span {
        font-size: 15px;
    }
    .card-body small {
    font-size: 16px;
    }
    .view-order {
        font-size: 18px;
    }
    img.custom-icon-edit {
        width: 15px;
        height: 15px;
    }
}

/*Billing address Page CSS*/

.manova-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #000000;
}

.manova-card-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    font-family: 'Playfair Display';
    display: flex;
    align-items: center;
    gap: 30px;
}

.edit-label {
    background: #f4f4f4;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
}

/* Grid */
.manova-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px 24px;
}

/* Manova input field fix */
.manova-card .form-row {
    margin-bottom: 18px;
}

.manova-card .form-row label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #222;
}


/* Note */
.manova-note {
    color: red;
    font-size: 12px;
    margin: 12px 0 25px;
}

.manova-note {
    color: #CB2026;
    font-size: 20px;
    margin: 12px 0 25px;
    margin-left: 300px;
    font-family: Helvetica;
    font-weight: 400;
}

/* Save Button */
p button.manova-save-btn {
    width: 100%;
    background: #D4AF37;
    border: 6px;
    color: #fff;
    padding: 16px;
    font-size: 28px;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
    font-family: Helvetica;
}

/* Scope only My Account address forms */
.woocommerce-account .woocommerce-address-fields {
    margin-top: 20px;
}

/* Form row spacing */
.woocommerce-account .woocommerce-address-fields .form-row {
    margin-bottom: 18px;
}

/* Label styling */
.woocommerce-account .woocommerce-address-fields .form-row > label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}

/* INPUTS – correct Woo structure */
.woocommerce-account
.woocommerce-address-fields
.form-row
.woocommerce-input-wrapper
.input-text,
.woocommerce-account
.woocommerce-address-fields
.form-row
.woocommerce-input-wrapper
select,
.woocommerce-account
.woocommerce-address-fields
.form-row
.woocommerce-input-wrapper
textarea {
    width: 100%;
    background-color: #F3F3F5;
    border: 1px solid #F3F3F5;
    border-radius: 6px;
    /*padding: 14px 16px;*/
    font-size: 28px;
    line-height: 1.4;
    box-shadow: none;
    height:52px;
    font-family: Helvetica;
    font-weight: 700;
}

/* Focus state */
.woocommerce-account
.woocommerce-address-fields
.form-row
.woocommerce-input-wrapper
.input-text:focus,
.woocommerce-account
.woocommerce-address-fields
.form-row
.woocommerce-input-wrapper
select:focus,
.woocommerce-account
.woocommerce-address-fields
.form-row
.woocommerce-input-wrapper
textarea:focus {
    background-color: #ffffff;
    border-color: #d4af37;
}

/* Required star */
.woocommerce-account .woocommerce-address-fields .required {
    color: #c8a034;
}

/* Force single column layout (like design) */
.woocommerce-account .woocommerce-address-fields .form-row-first,
.woocommerce-account .woocommerce-address-fields .form-row-last {
    width: 100%;
}


/* Address form row layout */
.woocommerce-account .woocommerce-address-fields .form-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
}

/* Label on the left */
.woocommerce-account .woocommerce-address-fields .form-row > label {
    width: 220px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    color: #655C5C;
    flex-shrink: 0;
    font-family: Helvetica;
}

/* Input wrapper on the right */
.woocommerce-account .woocommerce-address-fields .woocommerce-input-wrapper {
    flex: 1;
}

/* Input field styling */
.woocommerce-account
.woocommerce-address-fields
.woocommerce-input-wrapper
.input-text,
.woocommerce-account
.woocommerce-address-fields
.woocommerce-input-wrapper
select,
.woocommerce-account
.woocommerce-address-fields
.woocommerce-input-wrapper
textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
}

/* Required star */
.woocommerce-account .woocommerce-address-fields .required {
    color: #c8a034;
}

@media (max-width: 1024px) {

    /* Header */
    .manova-card-header h2 {
        font-size: 26px;
        gap: 20px;
    }

    /* Notes */
    .manova-note {
        font-size: 16px;
        margin-left: 220px;
    }

    /* Address form row */
    .woocommerce-account .woocommerce-address-fields .form-row {
        gap: 18px;
    }

    /* Label */
    .woocommerce-account .woocommerce-address-fields .form-row > label {
        width: 180px;
        font-size: 18px;
    }

    /* Inputs */
    .woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper
    .input-text,
    .woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper
    select,
    .woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper
    textarea {
        font-size: 16px;
        height: 48px;
    }

    /* Save button */
    p button.manova-save-btn {
        font-size: 22px;
        padding: 14px;
    }
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-address-fields .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .woocommerce-account .woocommerce-address-fields .form-row .woocommerce-input-wrapper .input-text {
        font-size:18px;
        font-weight:400;
    }
    
     .woocommerce-account .woocommerce-address-fields .woocommerce-input-wrapper {
        width: 100%;
    }

    .woocommerce-account .woocommerce-address-fields .form-row > label {
        width: 100%;
    }
     /* Header */
    .manova-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .manova-card-header h2 {
        font-size: 22px;
        gap: 12px;
    }

    /* Notes */
    .manova-note {
        font-size: 14px;
        margin-left: 0;
        text-align: left;
    }

    /* Stack form rows */
    .woocommerce-account .woocommerce-address-fields .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    /* Label top */
    .woocommerce-account .woocommerce-address-fields .form-row > label {
        width: 100%;
        font-size: 18px;
        margin-bottom: 4px;
    }

    /* Inputs */
    .woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper
    .input-text,
    .woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper
    select,
    .woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper
    textarea {
        font-size: 14px;
        height: 44px;
        padding: 12px 14px;
    }

    /* Save button */
    p button.manova-save-btn {
        font-size: 18px;
        padding: 14px;
        border-radius: 8px;
    }
}


/* Order History Page CSS */

.manova-order-history {
	background: #fff;
	padding: 30px;
	border-radius: 18px;
	border: 1px solid #000000;
	
}

.manova-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    font-family: 'Playfair Display';
    border-bottom: 1px solid #000000;
    padding-bottom: 45px;
    gap: 30px;
    display: flex;
    align-items: center;
}


h2.manova-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    font-family: 'Playfair Display';
    display: flex;
    align-items: center;
    gap: 30px;
}

.manova-table-wrap {
    margin-top: 40px;
}

.manova-order-table {
	width: 100%;
	border-collapse: collapse;
}

.manova-order-table thead th {
    background: #e9bdb0;
    color: #000000;
    padding: 14px;
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Playfair Display';
}

.manova-order-table tbody td {
    padding: 14px;
    border-top: 1px solid #e8cfc8;
    background: #fff6f3;
    font-size: 28px;
    font-family: Helvetica;
}

.status-badge {
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
}

.status-processing,
.status-on-hold {
	background: #c97b63;
	color: #fff;
}

.status-completed {
	background: #e0b84d;
	color: #000;
}

.status-cancelled,
.status-failed {
	background: #d9534f;
	color: #fff;
}

.no-orders {
	text-align: center;
	padding: 30px;
	color: #777;
}

/* How To Section */

.manova-how-to {
    margin-top: 60px;
    background: #F3F3F5;
    padding: 25px;
    border-radius: 12px;
}

.manova-how-to h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    font-family: Playfair;
    font-weight: 800;
    color: #655C5C;
    margin-top: 20px;
}

.manova-how-to ul {
	list-style: none;
	padding: 0;
}

.manova-how-to li {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: Helvetica;
    color: #655C5C;
    font-weight: 400;
}

.manova-how-to li span {
    background: #E6B7A9;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #000000;
}

.manova-status-cell {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* View More Button */
.manova-view-more {
	font-size: 13px;
	padding: 6px 14px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #c97b63;
	color: #c97b63;
	text-decoration: none;
	transition: all 0.3s ease;
}

.manova-view-more:hover {
	background: #c97b63;
	color: #fff;
}

/* Table header rounding */
.manova-order-table thead th:first-child {
	border-top-left-radius: 20px;
}

.manova-order-table thead th:last-child {
	border-top-right-radius: 20px;
}

/* Bottom-left corner */
.manova-order-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}

/* Bottom-right corner */
.manova-order-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}

/* Required */
.manova-order-table {
	border-collapse: separate;
	border-spacing: 0;
}


/* Needed for radius to show */
.manova-order-table {
	border-collapse: separate;
	border-spacing: 0;
}

table.manova-order-table {
    border:unset;
}

/* Table base */
.manova-order-table {
	border-collapse: separate;
	border-spacing: 0;
}

/* Header inner borders */
.manova-order-table thead th {
	border-right: 1px solid #BB6864;
	padding: 40px;
}

/* Remove last right border in header */
.manova-order-table thead th:last-child {
	border-right: none;
}

/* Body inner borders */
.manova-order-table tbody td {
	border-right: 1px solid #BB6864;
	border-bottom: 1px solid #BB6864;
	padding: 28px;
}

/* Remove last column border */
.manova-order-table tbody td:last-child {
	border-right: none;
}

/* Remove bottom border from last row */
.manova-order-table tbody tr:last-child td {
	border-bottom: none;
}

p.bottom-text {
    padding: 14px;
    font-size: 28px;
    font-family: Helvetica;
    text-align: center;
    color:#655C5C;
    font-weight: 400;
    margin-bottom: 0;
}


/* ================================
   iPad (Portrait & Landscape)
================================ */
@media (max-width: 1024px) {

	.manova-order-history {
		padding: 20px;
	}

	.manova-title {
		font-size: 20px;
	}

	.manova-order-table thead th,
	.manova-order-table tbody td {
		padding: 12px;
		font-size: 14px;
	}

	.status-badge {
		font-size: 12px;
		padding: 5px 12px;
	}

	.manova-how-to {
		padding: 20px;
	}

	.manova-how-to li {
		font-size: 14px;
	}
}


/* ================================
   Mobile (Card Layout)
================================ */
@media (max-width: 767px) {

	.manova-order-history {
		padding: 16px;
		border-radius: 10px;
	}

	.manova-title {
		font-size: 18px;
		text-align: center;
	}

	/* Hide Table Header */
	.manova-order-table thead {
		display: none;
	}

	/* Convert rows into cards */
	.manova-order-table,
	.manova-order-table tbody,
	.manova-order-table tr,
	.manova-order-table td {
		display: block;
		width: 100%;
	}

	.manova-order-table tr {
		background: #fff6f3;
		margin-bottom: 15px;
		border-radius: 12px;
		padding: 12px;
		border: 1px solid #e8cfc8;
	}

	.manova-order-table td {
		padding: 8px 0;
		border: none;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/* Mobile labels */
	.manova-order-table td::before {
		content: attr(data-label);
		font-weight: 600;
		color: #000;
	}

	/* Fix badge alignment */
	.status-badge {
		margin-left: auto;
	}

	.no-orders {
		font-size: 14px;
		padding: 20px;
	}

	/* How to section */
	.manova-how-to {
		padding: 16px;
	}

	.manova-how-to h3 {
		font-size: 16px;
	}

	.manova-how-to li {
		font-size: 14px;
		gap: 20px;
	}

	.manova-how-to li span {
		width: 24px;
		height: 24px;
		font-size: 13px;
	}
	.manova-status-cell {
		flex-direction: column;
		align-items: flex-end;
		gap: 8px;
	}
	h2.manova-title {
        font-size: 28px;
	}
	.manova-title {
        padding-bottom: 20px;
    }
    p.bottom-text {
        font-size: 18px;
    }
    .manova-how-to ul {
        margin:unset;
    }
    .manova-breadcrumb {
        font-size: 22px;
    }
    .manova-how-to {
        margin-top: 30px;
    }
}

/* EDIT Account PAGE */

/* ===========================
   EDIT ACCOUNT – FIXED LAYOUT
=========================== */

body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 40px;
}

/* Two column only for fields */
body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm .form-row {
    display: block;
    width: 48%;
    margin-bottom: 24px;
}

/* First & Last name side by side */
body.woocommerce-account.woocommerce-edit-account
.form-row-first,
body.woocommerce-account.woocommerce-edit-account
.form-row-last {
    float: left;
}

body.woocommerce-account.woocommerce-edit-account
.form-row-last {
    float: right;
}

/* Full width rows */
body.woocommerce-account.woocommerce-edit-account
.form-row-wide {
    width: 100%;
    clear: both;
}

/* LABEL ABOVE INPUT (IMPORTANT) */
body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm label {
    display: block !important;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    color: #655C5C;
    font-family:Helvetica;
}

/* Inputs */
body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm input {
    width: 100%;
    height: 44px;
    background: #F3F3F5;
    border: none;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 20px;
}

/* Description text (blue note) */
body.woocommerce-account.woocommerce-edit-account
#account_display_name_description {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #1E6CFF;
}

/* Password section spacing */
body.woocommerce-account.woocommerce-edit-account
fieldset {
    clear: both;
    margin-top: 40px;
    border: none;
}

/* Save button */
body.woocommerce-account.woocommerce-edit-account
button[name="save_account_details"] {
    width: 100%;
    height: 52px;
    background: #D4AF37;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
}

/* Remove Woo clear divs */
body.woocommerce-account.woocommerce-edit-account .clear {
    display: none;
}

/* ===========================
   MOBILE FIX
=========================== */
@media (max-width: 768px) {
    body.woocommerce-account.woocommerce-edit-account
    .woocommerce-EditAccountForm .form-row {
        width: 100%;
        float: none;
    }
    body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm label {
        font-size: 18px;
    }
    body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm input {
        font-size: 16px;
    }
}



/* ===============================
   ORDER History DETAILS – MANOVA DESIGN
================================ */

/* Order info text */
body.woocommerce-view-order .manova-account-content p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #655C5C;
    font-weight: 400;
    text-decoration: none;
    font-family: Helvetica;
}

/* Section spacing */
body.woocommerce-view-order .manova-account-content section {
    margin-bottom: 30px;
}

/* Section titles */
body.woocommerce-view-order .manova-account-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family:'Playfair Display';
}

/* ===============================
   ORDER TABLE
================================ */

body.woocommerce-view-order .manova-account-content .shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* Table head */
body.woocommerce-view-order .manova-account-content .shop_table thead th {
    background: #E6B7A9;
    font-size: 28px;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #BB6864;
    color:#000000;
}


body.woocommerce-view-order .woocommerce table.shop_table thead tr th.product-total {
    background: #E6B7A9;
    font-size: 28px;
    font-weight: 600;
    padding: 14px 16px;
    border-bottom: 1px solid #BB6864;
    color:#000000;
}


body.woocommerce-view-order .woocommerce table.shop_table {
    background-color: #E6B7A94D;
}

/* Table body */
body.woocommerce-view-order .manova-account-content .shop_table tbody td {
    padding: 14px 16px;
    font-size: 28px;
    vertical-align: middle;
    font-family:Helvetica;
    font-weight: 400;
}

/* Product link */
body.woocommerce-view-order .manova-account-content .product-name a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    font-family:'Playfair Display';
    font-size: 28px;
}

body.woocommerce-view-order .manova-account-content .product-quantity {
    font-weight: 500;
}

/* Price */
body.woocommerce-view-order .manova-account-content .product-total {
    text-align: right;
    font-weight: 600;
}

/* ===============================
   TABLE FOOTER
================================ */

body.woocommerce-view-order .manova-account-content .shop_table tfoot th,
body.woocommerce-view-order .manova-account-content .shop_table tfoot td {
    padding: 14px 16px;
    font-size: 24px;
    font-weight: 400;
    border-top: 1px solid #BB6864;
    color:#655C5C;
    font-family:Helvetica;
}

body.woocommerce-view-order .manova-account-content .shop_table tfoot td {
    text-align: right;
    font-weight: 600;
}

/* ===============================
   BILLING ADDRESS CARD
================================ */

body.woocommerce-view-order .manova-account-content .woocommerce-customer-details address {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    font-style: normal;
    font-size: 22px;
    line-height: 1.7;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    font-family:Helvetica;
    color:#655C5C;
}

body.woocommerce-view-order .manova-account-content .woocommerce-customer-details--phone,
body.woocommerce-view-order .manova-account-content .woocommerce-customer-details--email {
    margin-top: 8px;
    font-weight: 400;
    font-size: 22px;
    font-family:Helvetica;
    color:#655C5C;
}


@media (max-width: 1024px) {

    body.woocommerce-view-order .manova-account-content h2 {
        font-size: 22px;
    }

    body.woocommerce-view-order .manova-account-content .shop_table thead th,
    body.woocommerce-view-order .manova-account-content .shop_table tbody td,
    body.woocommerce-view-order .manova-account-content .shop_table tfoot th,
    body.woocommerce-view-order .manova-account-content .shop_table tfoot td {
        padding: 12px;
        font-size: 13px;
    }

}


@media (max-width: 767px) {

    /* Stack table like card */
    body.woocommerce-view-order .manova-account-content .shop_table thead {
        display: none;
    }

    body.woocommerce-view-order .manova-account-content .shop_table tr {
        display: block;
        margin-bottom: 14px;
        border-bottom: 1px solid #eee;
    }

    body.woocommerce-view-order .manova-account-content .shop_table td {
        display: flex;
        justify-content: space-between;
        padding: 10px 14px;
        font-size: 13px;
        text-align: right;
    }

    body.woocommerce-view-order .manova-account-content .shop_table td::before {
        content: attr(data-title);
        font-weight: 500;
        color: #555;
        text-align: left;
    }

    /* Billing address */
    body.woocommerce-view-order .manova-account-content .woocommerce-customer-details address {
        padding: 16px;
        font-size: 18px;
    }
    body.woocommerce-view-order .manova-account-content p {
        font-size: 18px;
    }
    body.woocommerce-view-order .manova-account-content .woocommerce-customer-details--phone, body.woocommerce-view-order .manova-account-content .woocommerce-customer-details--email {
         font-size: 18px;
    }
    
    body.woocommerce-view-order .manova-account-content .shop_table thead th, body.woocommerce-view-order .manova-account-content .shop_table tbody td, body.woocommerce-view-order .manova-account-content .shop_table tfoot th, body.woocommerce-view-order .manova-account-content .shop_table tfoot td {
    padding: 12px;
    font-size: 18px;
    display: inline-block;
    }
    
    .manova-order-table tbody td {
        border-right: unset; 
        border-bottom: unset; 
    }
    
    .custom-account-wrapper {
        left: -168px;
    }
    
    .manova-card-header h2 {
        font-size: 22px; 
    }
    
    select {
        width: 100%;
    }
    
    body.woocommerce-account.woocommerce-edit-account
    .woocommerce-EditAccountForm {
        padding: 10px;
    }
    
    body.woocommerce-view-order .manova-account-content .product-name a {
        font-size: 18px;
    }

}

/* Address Main Page */


body.woocommerce-edit-address .col2-set::before,
body.woocommerce-edit-address .col2-set::after {
    content: none;
    display: none;
}

body.woocommerce-edit-address .addresses .title::before,
body.woocommerce-edit-address .addresses .title::after {
    content: none;
    display: none;
}

/* Reset old Woo columns */
.woocommerce-account .woocommerce-Addresses {
    float: none;
    width: 100%;
}

/* Center container */
.woocommerce-account .woocommerce-Addresses {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

/* Remove Woo column widths */
.woocommerce-account .woocommerce-Address,
.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    float: none !important;
    width: 100% !important;
}

/* Address card */
.woocommerce-account .woocommerce-Address {
    background: #F4F4F4;
    border-radius: 18px;
    padding: 28px;
}

/* Card header */
.woocommerce-account .woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

/* Title */
.woocommerce-account .woocommerce-Address-title h2 {
    font-family: 'Playfair Display';
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

/* Edit button */
.woocommerce-account .woocommerce-Address-title .edit {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 6px 14px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
}

/* Address text */
.woocommerce-account .woocommerce-Address address {
    font-size: 18px;
    line-height: 1.7;
    color: #655C5C;
    font-style: normal;
}

@media (max-width: 1024px) {

    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .woocommerce-account .woocommerce-Address {
        padding: 22px;
    }

    .woocommerce-account .woocommerce-Address-title h2 {
        font-size: 22px;
    }

    .woocommerce-account .woocommerce-Address address {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .woocommerce-account .woocommerce-Address {
        padding: 20px;
        border-radius: 14px;
    }

    .woocommerce-account .woocommerce-Address-title {
        flex-direction: column;
        gap: 8px;
    }

    .woocommerce-account .woocommerce-Address-title h2 {
        font-size: 20px;
    }

    .woocommerce-account .woocommerce-Address address {
        font-size: 14px;
    }
}

@media (max-width: 1366px) and (min-width: 1025px) {
    
    .woocommerce-account .woocommerce-Address-title h2 {
        font-size: 22px;
    }
    .woocommerce-account .woocommerce-Address-title .edit {
        font-size: 16px;
    }
    .woocommerce-account .woocommerce-Address address {
        font-size: 16px;
    }
    .manova-myaccount {
        max-width: 1250px;
    }
    .woocommerce-MyAccount-navigation li a {
        font-size: 24px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 30px;
    }
    .card-header h3 {
        font-size: 22px;
    }
    img.custom-icon {
        width: 28px;
        height: 28px;
    }
    img.custom-icon-edit {
        width: 17px;
        height: 17px;
    }
    .card-body strong {
        font-size: 16px;
    }
     .card-body span {
        font-size: 16px;
    }
    .edit-btn {
         font-size: 14px;
    }
    .card-body small {
        font-size: 20px;
    }
    .view-order {
      font-size: 22px;  
    }
    body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm label {
        font-size: 20px;
    }
    body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm input {
        font-size: 18px;
    }
    body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm .form-row {
        margin-bottom: 10px;
    }
    body.woocommerce-account.woocommerce-edit-account
.woocommerce-EditAccountForm label {
        font-size: 20px;
    }
    
    .woocommerce-account .woocommerce-address-fields .form-row > label {
        font-size: 18px;
        font-weight:600;
    }
    .woocommerce-account .woocommerce-address-fields .form-row .woocommerce-input-wrapper .input-text {
         font-size: 18px;
         font-weight:500;
    }
    .woocommerce-account .woocommerce-address-fields .form-row .woocommerce-input-wrapper .input-text {
        height: 40px;
    }
    
    p.form-row span {
        font-size: 20px;
    }
    .manova-note {
        font-size: 16px;
    }
    p button.manova-save-btn {
        font-size: 18px;
    }
    .manova-title {
        font-size: 22px;
        gap: 25px;
    }
    .manova-order-table thead th {
        font-size: 22px;
    }
    .manova-order-table tbody td {
        font-size: 20px;
    }
    p.bottom-text {
      font-size: 22px;  
    }
    .manova-how-to h3 {
        font-size: 32px; 
    }
    .manova-how-to li {
        font-size: 22px;
    }
    .manova-how-to li span {
        width: 38px;
        height: 38px;
        font-size: 20px; 
    }
    body.woocommerce-view-order .manova-account-content p {
        font-size: 18px;
    }
    body.woocommerce-view-order .manova-account-content h2 {
        font-size: 22px;
    }
    body.woocommerce-view-order .manova-account-content .shop_table thead th {
        font-size: 22px;
    }
    body.woocommerce-view-order .woocommerce table.shop_table thead tr th.product-total {
        font-size: 22px;
    }
    body.woocommerce-view-order .manova-account-content .product-name a {
        font-size: 22px;
    }
    body.woocommerce-view-order .manova-account-content .shop_table tfoot th, body.woocommerce-view-order .manova-account-content .shop_table tfoot td {
        font-size: 19px;
    }
    body.woocommerce-view-order .manova-account-content .shop_table tbody td {
        font-size: 22px;
    }
    body.woocommerce-view-order .manova-account-content .woocommerce-customer-details address {
        font-size: 18px;
    }
    body.woocommerce-view-order .manova-account-content .woocommerce-customer-details--phone, body.woocommerce-view-order .manova-account-content .woocommerce-customer-details--email {
        font-size: 18px;
    }
    
    .user-greeting {
        font-size: 18px;
        top: 5px;
        position: relative;
    }
    
    .woocommerce-address-fields .manova-grid {
        gap: 0px 0px;
    }
    
    .manova-breadcrumb {
        font-size: 22px;
    }
    
    /* Product Details Page */

}

/* ===== My Account Login Form (Desktop) ===== */
body.woocommerce-account form.woocommerce-form-login {
    max-width: 615px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    margin-bottom: 90px;
}

/* Heading */

body.woocommerce-account h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
    margin-top: 50px;
    font-family: 'Playfair Display';
    color: #0A2135;
}

/* Labels */
body.woocommerce-account .woocommerce-form-login label {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #000000;
    font-family:'Playfair Display';
}

/* Inputs */
body.woocommerce-account .woocommerce-form-login input[type="text"],
body.woocommerce-account .woocommerce-form-login input[type="password"] {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
    transition: all 0.3s ease;
}

body.woocommerce-account .woocommerce-form-login input:focus {
    border-color: #bb6864;
    box-shadow: 0 0 0 2px rgba(187,104,100,0.15);
    outline: none;
}

/* Password field */
body.woocommerce-account .woocommerce-form-login .password-input {
    position: relative;
}

body.woocommerce-account .woocommerce-form-login .show-password-input {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* Remember + button row */
body.woocommerce-account .woocommerce-form-login .form-row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

/* Remember me */
body.woocommerce-account .woocommerce-form-login__rememberme {
    font-size: 14px;
}

/* Login button */

body.woocommerce-account .woocommerce-form-login__submit {
    width: 100%;
    margin-top: 15px;
    height: 48px;
    border-radius: 12px;
    background: #E2C977;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    transition: background 0.3s ease;
}

body.woocommerce-account .woocommerce-form-login__submit:hover {
    background: #a45754;
}

/* Lost password */
body.woocommerce-account .woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
}

body.woocommerce-account .woocommerce-LostPassword a {
    font-size: 18px;
    color: #bb6864;
    text-decoration: none;
}

body.woocommerce-account .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

/* Disable WooCommerce clearfix for login form only */
body.woocommerce-account .woocommerce-form-login .form-row::before,
body.woocommerce-account .woocommerce-form-login .form-row::after {
    content: none;
    display: none;
}

@media (max-width: 1024px) {
    body.woocommerce-account form.woocommerce-form-login {
        max-width: 380px;
        padding: 25px;
    }

    body.woocommerce-account h2 {
        font-size: 24px;
    }
     .manova-grid.account-page {
        grid-template-columns: repeat(1, 1fr);
    }
    
}

@media (max-width: 767px) {
    body.woocommerce-account form.woocommerce-form-login {
        max-width: 100%;
        margin: 20px;
        padding: 22px;
        border-radius: 14px;
    }

    body.woocommerce-account h2 {
        font-size: 22px;
    }

    body.woocommerce-account .woocommerce-form-login .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    body.woocommerce-account .woocommerce-form-login__rememberme {
        margin-bottom: 10px;
    }

    body.woocommerce-account .woocommerce-form-login__submit {
        width: 100%;
    }
    .manova-grid.account-page {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .woocommerce-account .woocommerce-Addresses {
        display: inline-grid;
    }
    
    .woocommerce-account .woocommerce-Address-title {
        flex-direction: initial;
    }
    
    .woocommerce-account .woocommerce-Address-title .edit { 
    	font-size:14px;
    }
}
.elementor .elementor-element {
    border: unset;
}

/* ===============================
   Lost Password Page – Scoped CSS
   =============================== */
   
body.woocommerce-lost-password {
	background: #f6f6f6;
}

/* Center layout */
body.woocommerce-lost-password .manova-lost-password-wrap {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px;
}

/* Card */
body.woocommerce-lost-password .woocommerce-ResetPassword {
	width: 100%;
	max-width: 615px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	overflow: hidden;
}

/* Header */
body.woocommerce-lost-password .manova-lost-header {
	background: #eac1b2;
	padding: 18px;
	text-align: center;
}

body.woocommerce-lost-password .manova-lost-header h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #0A2135;
    font-family: 'Playfair Display';
}

/* Body */
body.woocommerce-lost-password .manova-lost-body {
	padding: 30px;
}

body.woocommerce-lost-password .manova-lost-desc {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 22px;
    font-family: Helvetica;
    font-weight: 400;
}

/* Form */
body.woocommerce-lost-password label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

body.woocommerce-lost-password input[type="text"] {
	width: 100%;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 0 14px;
	font-size: 14px;
}

body.woocommerce-lost-password input[type="text"]:focus {
	border-color: #bb6864;
	outline: none;
}

/* Button */
body.woocommerce-lost-password button.woocommerce-Button {
	width: 100%;
	height: 46px;
	background: #E2C977;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
	font-family:Helvetica;
	color:#ffffff;
}

body.woocommerce-lost-password button.woocommerce-Button:hover {
	background-color : #3f4047;
	color:#ffffff;
}

/* Back link */
body.woocommerce-lost-password .manova-back-login {
	text-align: center;
	margin-top: 22px;
}

body.woocommerce-lost-password .manova-back-login a {
	text-decoration: none;
	font-family: Helvetica;
    font-weight: 400;
	font-size: 18px;
    color: #0F3DDE;
}

/* FIX input width & text cut issue */
body.woocommerce-lost-password 
.woocommerce-ResetPassword input#user_login {
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 12px 14px;
  height: 48px;
  line-height: normal;
  background: #fff; 
  font-size: 16px;
  color: #000000;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
}


body.woocommerce-lost-password 
.woocommerce-ResetPassword input#user_login::placeholder {
    color: #655C5C82;
    font-size:16px;
    font-weight:400;
    font-family:Helvetica;
}

/* Remove any pseudo-element spacing bugs */
body.woocommerce-lost-password 
.woocommerce-ResetPassword input#user_login::before,
body.woocommerce-lost-password 
.woocommerce-ResetPassword input#user_login::after {
  display: none;
}

/* Fix form-row layout issues */
body.woocommerce-lost-password 
.woocommerce-form-row {
  width: 100%;
  float: none;
  clear: both;
}

/* Ensure no flex shrinking */
body.woocommerce-lost-password 
.manova-lost-body {
  display: block;
}


/* ===============================
   TABLET (iPad & below)
   =============================== */
@media (max-width: 1024px) {

  body.woocommerce-lost-password .woocommerce-ResetPassword {
    max-width: 420px;
  }

  body.woocommerce-lost-password .manova-lost-header h2 {
    font-size: 20px;
  }

  body.woocommerce-lost-password .manova-lost-body {
    padding: 26px;
  }

  body.woocommerce-lost-password .manova-lost-desc {
    font-size: 13.5px;
  }

  body.woocommerce-lost-password input#user_login {
    height: 46px;
    font-size: 14px;
  }

  body.woocommerce-lost-password button.woocommerce-Button {
    height: 44px;
    font-size: 14.5px;
  }
}

/* ===============================
   MOBILE (phones)
   =============================== */
@media (max-width: 767px) {

  body.woocommerce-lost-password .manova-lost-password-wrap {
    padding: 16px;
  }

  body.woocommerce-lost-password .woocommerce-ResetPassword {
    max-width: 100%;
    border-radius: 12px;
  }

  body.woocommerce-lost-password .manova-lost-header {
    padding: 14px;
  }

  body.woocommerce-lost-password .manova-lost-header h2 {
    font-size: 18px;
  }

  body.woocommerce-lost-password .manova-lost-body {
    padding: 20px;
  }

  body.woocommerce-lost-password .manova-lost-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  body.woocommerce-lost-password label {
    font-size: 13px;
  }

  body.woocommerce-lost-password input#user_login {
    height: 44px;
    font-size: 13.5px;
    padding: 10px 12px;
  }

  body.woocommerce-lost-password button.woocommerce-Button {
    height: 42px;
    font-size: 14px;
  }

  body.woocommerce-lost-password .manova-back-login {
    margin-top: 18px;
  }

  body.woocommerce-lost-password .manova-back-login a {
    font-size: 13px;
  }
}


/* ===============================
   Lost Password Confirmation Card
   =============================== */

body.woocommerce-lost-password .manova-lost-confirm-card {
	width: 100%;
	max-width: 615px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	overflow: hidden;
}

/* Success notice styling */
body.woocommerce-lost-password .woocommerce-message {
	background: #f3faf6;
	border-left: 4px solid #4caf50;
	color: #2e7d32;
	margin-bottom: 20px;
	font-size: 18px;
}

/* Description text */
body.woocommerce-lost-password .manova-lost-confirm-card .manova-lost-desc {
    line-height: 1.6;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
    color: #000000;
    font-family: Helvetica;
    font-weight: 400;
}

/* Back link */
body.woocommerce-lost-password .manova-lost-confirm-card .manova-back-login {
	text-align: center;
	margin-top: 22px;
}


/* =====================================
   TABLET (iPad & below – confirmation)
   ===================================== */
@media (max-width: 1024px) {

  body.woocommerce-lost-password .manova-lost-confirm-card {
    max-width: 420px;
  }

  body.woocommerce-lost-password .manova-lost-header h2 {
    font-size: 20px;
  }

  body.woocommerce-lost-password .manova-lost-body {
    padding: 26px;
  }

  body.woocommerce-lost-password .woocommerce-message {
    font-size: 13.5px;
    padding: 12px 14px;
  }

  body.woocommerce-lost-password .manova-lost-confirm-card .manova-lost-desc {
    font-size: 13.5px;
  }
}

/* =====================================
   MOBILE (phones – confirmation)
   ===================================== */
@media (max-width: 767px) {

  body.woocommerce-lost-password .manova-lost-password-wrap {
    padding: 16px;
  }

  body.woocommerce-lost-password .manova-lost-confirm-card {
    max-width: 100%;
    border-radius: 12px;
  }

  body.woocommerce-lost-password .manova-lost-header {
    padding: 14px;
  }

  body.woocommerce-lost-password .manova-lost-header h2 {
    font-size: 18px;
  }

  body.woocommerce-lost-password .manova-lost-body {
    padding: 20px;
  }

  body.woocommerce-lost-password .woocommerce-message {
    font-size: 16px;
    padding: 10px 12px;
  }

  body.woocommerce-lost-password .manova-lost-confirm-card .manova-lost-desc {
    font-size: 15px;
    line-height: 1.5;
  }

  body.woocommerce-lost-password .manova-back-login {
    margin-top: 18px;
  }

  body.woocommerce-lost-password .manova-back-login a {
    font-size: 13px;
  }
}


.cart-count{
    position:absolute;
    top: -10px;
    right: 20px;
    background:#ff3b3b;
    color:#fff;
    font-size:11px;
    height:22px;
    min-width:22px;
    padding:0 5px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
}


.cart-count.is-empty{
    display:none;
}

.cart-count.has-items{
    display:flex;
}

.product-specs {
  font-size: 18px;
  color: #424955;
}

.product-specs .spec-row {
  display: grid;
  grid-template-columns: 150px 30px auto;
  padding: 6px 0;
  line-height: 1.6;
}

.product-specs .spec-label {
  color: #777;
}

.product-specs .spec-value {
  font-weight: 500;
  color: #444;
}

@media (max-width: 1366px) and (min-width: 1025px) {
    .product-specs {
      font-size: 15px;
      color: #424955;
    }
    .manova-filter-list li {
        font-size: 16px;
    }
    
    body.woocommerce-account h2 {
        font-size: 22px; 
    }
    
    .manova-empty-title {
        font-size: 35px;
    }
    
    .manova-empty-subtitle {
        font-size: 24px;
    }
    .manova-recently-title {
        font-size: 35px;
    }
    
    .manova-cart-title {
        font-size: 35px;
    }
    .manova-cart-items-count {
        font-size: 24px;
    }
    .manova-summary-box h3 {
        font-size: 24px;
    }
    .summary-table td:first-child {
        font-size: 24px;
    }
    .summary-table td:last-child {
        font-size: 26px;
    }
    .gift-box input[type="text"] {
        font-size: 25px;
    }
    .gift-add {
        font-size: 24px;
    }
    span.gift-icon img {
        width: 70%;
    }
    h2.check-title-first {
        font-size: 35px;
    }
    p.cc-whatsapp {
        font-size: 22px;
    }
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        font-size: 22px;
    }
    h2.check-title {
        font-size: 35px;
    }
    p.cc-text {
        font-size: 22px;
    }
    .cc-radio-box label span {
         font-size: 22px;
    }
    .cc-radio-box {
        padding: 24px;
    }
    .cc-radio-box p {
        font-size: 18px;
    }
    .cc-pickup-fields select, .cc-pickup-fields input {
        font-size: 24px;
    }
    h2.check-title-cust {
        font-size: 35px;
    }
    p.text {
       font-size: 22px; 
    }
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        padding: 20px;
    }
    .woocommerce-checkout .select2-container .select2-selection--single {
        height: 60px !important;
    }
    .woocommerce-checkout .select2-selection__rendered {
        font-size: 22px;
    }
    p.form-row input[type="checkbox"] {
        width: 23px;
        height: 23px;
        margin-top: 15px;
    }
    .cc-pincode-label {
        font-size: 22px;
    }
    .cc-pincode input {
        font-size: 22px;
    }
    .cc-pincode {
         padding: 15px;
    }
    .woocommerce table.shop_table th {
        font-size: 24px;
    }
    .woocommerce table.shop_table thead tr th.product-total {
        font-size: 24px;
    }
    .woocommerce table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-name strong {
        font-size: 22px;
    }
    .woocommerce table.shop_table {
        font-size: 24px;
    }
    #place_order {
         font-size: 22px;
    }
    .woocommerce-checkout input[type="radio"] {
        width: 23px;
        height: 23px;
    }
}

/* MOBILE FILTER PANEL */
@media(max-width:768px){
    
    
.filter-label {
    display: none;
}

#manova-filter-wrapper{
    position:fixed;
    top:0;
    left:-100%;
    width:80%;
    height:100%;
    background:#fff;
    z-index:9999;
    overflow-y:auto;
    padding:20px;
    transition:0.3s ease;
}

#manova-filter-wrapper.active{
    left:0;
}

/* Overlay */

.manova-filter-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:none;
    z-index:9998;
}

/* Sticky Bottom Bar */

.manova-mobile-bar{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    display:flex;
    background:#BB6864;
    z-index:9999;
}

.manova-mobile-bar .mm-item{
    flex:1;
    text-align:center;
    padding:14px;
    color:#fff;
    font-weight:600;
    border-right:1px solid rgba(255,255,255,0.3);
}

.manova-mobile-bar .mm-item:last-child{
    border-right:0;
}

/* Improve filter UI */

.manova-filter-title{
    font-size:16px;
    margin-bottom:10px;
}

.manova-filter-list{
    list-style:none;
    padding:0;
}

.manova-filter-list li{
    margin-bottom:8px;
}

}

/* Hide mobile sticky bar on desktop */
@media(min-width:769px){

.manova-mobile-bar{
    display:none;
}

.manova-filter-overlay{
    display:none;
}

}


/* Force 2 products per row on mobile */
@media (max-width: 768px){

ul.products{
    display:grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap:10px;
}

ul.products li.product{
    width:100% !important;
    margin:0 !important;
}

}

/*Home Page Responcive*/

@media (max-width: 767px) {

.elementor-13 .elementor-element.elementor-element-ac750ad:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-ac750ad > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: center !important;
    background-size: cover;
}

}


.woocommerce-checkout-review-order-table td.product-name {
    text-align: left;
}

.woocommerce-checkout-review-order-table th {
    text-align: left;
}

.woocommerce-checkout-review-order-table td {
    text-align: right;
}

.woocommerce-checkout-review-order-table tr.jewellery-row th {
    font-weight: 500;
}

.elementor-6008 .elementor-element.elementor-element-e808fc6 .elementskit-navbar-nav .elementskit-submenu-panel {
	min-width: unset !important;
    background-color: #ffffff;
	font-weight: 700;
    font-family: Helvetica;
}

ul.elementskit-dropdown.elementskit-submenu-panel {
    border: unset;
    border-bottom: 10px;
    border-left: 10px;
}

.vjs-control-bar {
    margin-bottom: 40px;
}