
      .nav
      {
        background-color: black;
        height: 10dvh;
      }
      main, body
      {
        background-color:rgb(255, 255, 255);
        color: rgb(31, 31, 31);

      }

      .wc-block-cart__submit-container
      {
        display: block !important;
    background-color: #000000 !important;
    width: 100%;
    text-transform: uppercase;
    color: white !important;
    border: 2px solid black !important;
    padding: 10px 24px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background-image: linear-gradient(45deg, #000000 35%, rgb(48, 48, 48), #000000 70%) !important;
    background-size: 300%;
    background-position: 0%;
    position: relative;
      }
  .wc-block-cart__submit-container:hover
  { background-position: 50%;}


.is-active
    {
      background-color: #000000 !important;
      color:white !important
    }
    .woocommerce-MyAccount-navigation ul,   .woocommerce-MyAccount-navigation li
    {
      list-style-type: none !important;
    }

    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link
    {
      font-size:24px;
    }

/* h2
{
  color:#181818;
}
      input[name="s"]
      {
border-radius:50px;
border-color: var(--purple);
border-width: 1px;
      }
      input[value="Search"]
      {
        border-radius: 50px;
        background-color: var(--orange);
        color:white;
        transition: all 0.4s;
        border: 1px solid white;
        outline: none;
      }
      input[value="Search"]:hover
      {
        background-color: white;
        color:var(--orange);
        border-color: var(--orange);
      }
      input[value="Search"]:focus
      {
        outline: unset !important;
      } */



      /* CART STYLES START */

      /* CART STYLES END */

    
    .woocommerce .wc-block-cart__empty-cart .wc-block-cart__empty-cart__icon {
    display: none;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
      background-color: currentColor;
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    mask-image: url("https://ryvoken.com/wp-content/uploads/2025/06/Logo.webp") !important;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 5em;
    width: 5em;
}
.wp-block-button .wc-block-grid__product-add-to-cart, .wc-block-grid__product-add-to-cart.wp-block-button
{
  display: none !important;
}

.wc-block-grid .wc-block-grid__product-onsale{
  border-radius:0px !important;
  background-color: #a40a15 !important;
  color:white !important;
  border:none !important;
  right:unset !important;
}

.wc-block-grid__product-title, .wc-block-grid__product .wc-block-grid__product-price
{
padding-left: 10px !important;
  text-align: left !important;
  font-size: 18px !important;
}
.wc-block-grid__product .wc-block-grid__product-price
{
  padding-left: 20px !important;
}



/* CART */
.custom-cart-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}
.cart-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.item-thumb img {
    width: 80px;
    border-radius: 8px;
}
.item-details {
    flex-grow: 1;
    margin-left: 20px;
}
.quantity {
    display: flex;
    gap: 5px;
    align-items: center;
}
.quantity button {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: none;
}
.cart-totals {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 0px;
}
.cart-totals h2 {
    font-size: 24px;
    margin-bottom: 20px;
}


/* Custom WooCommerce Notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    border: none !important;
    background: #fff !important;
    border-left: 4px solid #000 !important;
    padding: 16px 20px !important;
    font-size: 16px;
    color: #000;
    box-shadow: 0 0 0 1px #000 inset;
    border-radius: 0 !important;
    font-weight: 500;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important; /* Hide default icons */
}

.woocommerce-message a.button {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.woocommerce-message a.button:hover {
    background: #222 !important;
    color: #fff !important;
}

.woocommerce-message .wc-forward {
    margin-left: auto;
}


/* updt */

.custom-cart-wrapper {
            max-width: 1280px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .woocommerce-cart-form {
            border: 1px 0px 1px 0px solid #ddd;
            border-radius: 0px !important;
            overflow: hidden;
            background: #fff;
        }

        .shop_table {
            width: 100%;
            border-collapse: collapse;
        }

        .shop_table th,
        .shop_table td {
            padding: 20px;
            border-bottom: 1px solid #eaeaea;
            text-align: left;
        }

        .shop_table th {
            background: #f9f9f9;
            color: #000;
            font-weight: 600;
        }

        .product-remove a {
            font-size: 12px;
            color: rgb(27, 27, 27) !important;
            text-decoration: underline;
        }

        .woocommerce .cart-collaterals {
            margin-top: 40px;
        }

        .cart_totals h2 {
            font-size: 24px;
            font-weight: bold;
            border-bottom: 2px solid #000;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .coupon-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 15px 20px;
            background: #f5f5f5;
            border-radius: 8px;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .coupon-toggle::after {
            content: '\25BC';
            font-size: 14px;
            transform: rotate(0);
            transition: transform 0.3s;
        }

        .coupon-toggle.active::after {
            transform: rotate(-180deg);
        }

        .coupon-form {
            display: none;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 30px;
        }

        .coupon-form input[type="text"] {
            padding: 10px;
            width: 60%;
            border: 1px solid #ccc;
            border-radius: 6px;
        }

        .coupon-form button {
            padding: 10px 20px;
            background: #000;
            color: #fff;
            border: none;
            border-radius: 6px;
            margin-left: 10px;
            cursor: pointer;
            transition: 0.3s;
        }

        .coupon-form button:hover {
            background: #333;
        }

        .actions .button {
            background: #000 !important;
            color: white !important;
            font-weight: 600;
            padding: 10px 24px;
            border-radius: 8px;
        }

        .actions .button:hover {
            background: #333 !important;
        }

      

     


        .woocommerce a.remove {
    display: block;
    font-size: 11px;
    height: 1em;
    width: 1em;
    width: fit-content;
    text-decoration: underline !important;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    margin-top: 5px;
    color: black !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
        }

         /* .checkout-button {
             display:block;
            background: #000 !important;
            color: white !important;
            border-radius: 0px !important;
            padding: 14px 28px !important;
            font-weight: bold;
            font-size: 16px;
            transition: 0.3s;
            width:100% !important;
           

        } */
         .checkout-button {
            text-align: center;
            display: block;
            width: 100%;
            background: #000 !important;
            color: white !important;
            border-radius: 0px;
            padding: 16px 28px !important;
            font-weight: bold;
            font-size: 16px;
            transition: background 0.3s;
            border: none;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }


        /* Carts sss */

             .custom-cart-wrapper {
            max-width: 1280px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .cart-content-wrapper {
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        .cart-table-section {
            /* flex: 2; */
        }

        .cart-sidebar {
            flex: 1;
            min-width: 350px;
        }

        .woocommerce-cart-form {
            
            
            border-radius: 0px;
            overflow: hidden;
            background: #fff;
            margin-bottom: 20px;
        }

        .shop_table {
            width: 100%;
            border-collapse: collapse;
        }

        .shop_table th,
        .shop_table td {
            padding: 20px;
            border-bottom: 1px solid #eaeaea;
            text-align: left;
            vertical-align: middle;
        }

        .shop_table th {
            background: #f9f9f9;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
        }

        .shop_table td.product-thumbnail {
            width: 80px;
            padding: 15px;
        }

        .shop_table td.product-thumbnail img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 0px;
        }

        .shop_table td.product-name {
            font-weight: 600;
            font-size: 16px;
        }

        .shop_table td.product-name .product-subtitle {
            font-size: 14px;
            color: #666;
            font-weight: normal;
            margin-top: 5px;
        }

        .shop_table td.product-price {
            font-weight: 600;
            font-size: 16px;
        }

        .shop_table td.product-quantity {
            width: 120px;
        }

        .quantity-controls {
            display: flex;
            align-items: center;
            border: 1px solid #000000;
            
            overflow: hidden;
            width: fit-content;
        }

        .quantity-controls button {
            background: #f5f5f5;
            border: none;
            padding: 8px 12px;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.2s;
            min-width: 35px;
        }

        .quantity-controls button:hover {
            background: #e0e0e0;
        }

        .quantity-controls input {
            border: none;
            width: 50px;
            text-align: center;
            padding: 8px 4px;
            font-size: 14px;
            -moz-appearance: textfield;
        }

        .quantity-controls input::-webkit-outer-spin-button,
        .quantity-controls input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    

        .actions {
            padding: 20px;
            background: #f9f9f9;
            border-top: 1px solid #eaeaea;
        }

        .actions .button {
            background: #000 !important;
            color: white !important;
            font-weight: 600;
            padding: 12px 24px;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            transition: background 0.3s;
        }

        .actions .button:hover {
            background: #333 !important;
        }

        .cart_totals {
            border: 1px solid #ddd;
            padding: 30px;
           
            background: #fff;
        }

        .cart_totals h2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #000;
        }

        .coupon-section {
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .coupon-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 15px 0;
            font-weight: 500;
            color: #000;
            border-bottom: 1px solid #eee;
        }

        .coupon-toggle::after {
            content: '⌄';
            font-size: 18px;
            transform: rotate(0);
            transition: transform 0.3s;
        }

        .coupon-toggle.active::after {
            transform: rotate(-180deg);
        }

        .coupon-form {
            display: none;
            padding: 20px 0;
        }

        .coupon-input-group {
            display: flex;
            gap: 10px;
        }

        .coupon-form input[type="text"] {
            flex: 1;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
        }

        .coupon-form button {
            padding: 12px 20px;
            background: #000;
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.3s;
            font-weight: 500;
        }

        .coupon-form button:hover {
            background: #333;
        }

        .cart-totals-table {
            width: 100%;
            margin-bottom: 30px;
        }

        .cart-totals-table th,
        .cart-totals-table td {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
        }

        .cart-totals-table th {
            font-weight: 500;
            color: #666;
            text-align: left;
        }

        .cart-totals-table td {
            text-align: right;
            font-weight: 600;
        }

        .shipping-info {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            font-size: 14px;
        }

        .shipping-info .shipping-destination {
            font-weight: 600;
            color: #000;
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .change-address-btn {
            background: none;
            border: none;
            color: #007cba;
            cursor: pointer;
            font-size: 14px;
            text-decoration: underline;
            padding: 0;
            margin-left: 10px;
        }

        .change-address-btn:hover {
            color: #005a87;
        }

        .shipping-info .shipping-method {
            color: #666;
        }

        .order-total {
            padding: 20px 0;
            border-top: 2px solid #000;
            border-bottom: none !important;
        }

        .order-total th {
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }

        .order-total td {
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }

       

        .checkout-button:hover {
            background: #222 !important;
        }

        /* Empty Cart Styles */
        .empty-cart-container {
            text-align: center;
            padding: 60px 20px;
        }

        .empty-cart-icon {
            margin-bottom: 30px;
        }

        .empty-cart-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #000;
        }

        .empty-cart-subtitle {
            font-size: 18px;
            color: #666;
            margin-bottom: 40px;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary,
        .btn-secondary {
            padding: 14px 28px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-primary {
            background: #000;
            color: white;
        }

        .btn-primary:hover {
            background: #333;
            color: white;
        }

        .btn-secondary {
            background: transparent;
            color: #000;
            border: 2px solid #000;
        }

        .btn-secondary:hover {
            background: #000;
            color: white;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cart-content-wrapper {
                flex-direction: column;
                gap: 20px;
            }

            .cart-sidebar {
                min-width: unset;
            }

            .shop_table th,
            .shop_table td {
                padding: 15px 10px;
                font-size: 14px;
            }

            .coupon-input-group {
                flex-direction: column;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }

            .shipping-info .shipping-destination {
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
            }
        }

        /* Address Modal Styles */
        .address-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }

        .address-modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 30px;
            border-radius: 12px;
            width: 90%;
            max-width: 500px;
            position: relative;
        }

        .address-modal h3 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: bold;
        }

        .address-form-group {
            margin-bottom: 20px;
        }

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

        .address-form-group input,
        .address-form-group select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
            box-sizing: border-box;
        }

        .address-form-row {
            display: flex;
            gap: 15px;
        }

        .address-form-row .address-form-group {
            flex: 1;
        }

        .address-modal-buttons {
            display: flex;
            gap: 15px;
            justify-content: flex-end;
            margin-top: 30px;
        }

        .address-modal-buttons button {
            padding: 12px 24px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            transition: background 0.3s;
        }

        .address-save-btn {
            background: #000;
            color: white;
        }

        .address-save-btn:hover {
            background: #333;
        }

        .address-cancel-btn {
            background: #f5f5f5;
            color: #000;
        }

        .address-cancel-btn:hover {
            background: #e0e0e0;
        }

        .close-modal {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            right: 20px;
            top: 15px;
            cursor: pointer;
        }

        .close-modal:hover {
            color: #000;
        }

        .coupon-remove {
            color: #dc3545;
            text-decoration: none;
            font-size: 12px;
            margin-left: 10px;
        }

        .coupon-remove:hover {
            color: #a71e2a;
            text-decoration: underline;
        }
.row.product-row-invoice.woocommerce-cart-form__cart-item.cart_item
{
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
  padding:10px 0px;
}

