/*
Theme Name: Annmoh Child
Theme URI: https://example.com/
Description: Custom child theme for Annmoh Cloud Kitchen based on Kadence.
Author: Annmoh Cloud Kitchen
Template: kadence
Version: 1.0.0
Text Domain: annmoh-child
*/

/* Load the parent theme stylesheet */
@import url("../kadence/style.css");

/* ========================================
   annmoh CLOUD KITCHEN
   GLOBAL STYLES
======================================== */

/* ========================================
   annmoh CLOUD KITCHEN
   GLOBAL STYLES
======================================== */

:root {
    --annmoh-cream: #fff8e8;
    --annmoh-cream-dark: #f4e7c9;
    --annmoh-brown: #5b2d18;
    --annmoh-red: #a63820;
    --annmoh-green: #3f6332;
    --annmoh-gold: #c58a35;
}


/* HERO */
.annmoh-hero {
    background:
        radial-gradient(circle at 15% 20%, rgba(197,138,53,.12), transparent 25%),
        radial-gradient(circle at 85% 80%, rgba(63,99,50,.10), transparent 25%),
        var(--annmoh-cream);

    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}


/* Decorative border */
.annmoh-hero:before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(166,56,32,.35);
    pointer-events: none;
}


/* HERO CONTENT */
.annmoh-hero-content {
    max-width: 720px;
    position: relative;
    z-index: 2;
}


/* LOGO */
.annmoh-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.annmoh-hindi {
    font-family: Georgia, serif;
    font-size: 70px;
    font-weight: 600;
    color: var(--annmoh-brown);
    line-height: 1;
}

.annmoh-cloud {
    margin-top: 10px;
    font-family: Georgia, serif;
    font-size: 16px;
    letter-spacing: 5px;
    color: var(--annmoh-green);
}


/* TAGLINE */
.annmoh-tagline {
    font-family: Georgia, serif;
    font-size: 20px;
    color: var(--annmoh-brown);
    margin: 25px 0 8px;
}


/* DIVIDER */
.annmoh-divider {
    color: var(--annmoh-red);
    font-size: 18px;
    margin: 10px auto 20px;
}

.annmoh-divider:before,
.annmoh-divider:after {
    content: "────────";
    color: var(--annmoh-gold);
    margin: 0 10px;
}


/* VEG */
.annmoh-veg {
    display: inline-block;
    color: var(--annmoh-green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}


/* HEADING */
.annmoh-hero h1 {
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 1.15;
    color: var(--annmoh-brown);
    margin: 10px 0 20px !important;
}


/* INTRO */
.annmoh-intro {
    max-width: 580px;
    margin: 0 auto 30px;
    color: #654b3c;
    font-size: 17px;
    line-height: 1.7;
}


/* ORDER BUTTON */
.annmoh-order-btn {
    display: inline-block;
    background: var(--annmoh-green);
    color: #fff !important;
    padding: 15px 38px;
    border-radius: 4px;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;

    text-decoration: none !important;

    transition: all .25s ease;
}

.annmoh-order-btn:hover {
    background: var(--annmoh-brown);
    transform: translateY(-2px);
}


/* MOBILE */


/* ========================================
   annmoh MENU SECTION
======================================== */

.annmoh-menu-section {
    background: #fffdf6;
    padding: 90px 20px;
}

.annmoh-section-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.annmoh-small-title {
    color: #3f6332;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.annmoh-section-heading h2 {
    color: #5b2d18;
    font-family: Georgia, serif;
    font-size: 44px;
    margin: 0 0 12px;
}

.annmoh-section-heading > p:last-child {
    color: #765c4b;
    font-size: 16px;
}


/* CATEGORY BUTTONS */

.annmoh-category-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 60px;
}

.annmoh-category-buttons a {
    border: 1px solid #5b2d18;
    color: #5b2d18;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease;
}

.annmoh-category-buttons a:hover {
    background: #5b2d18;
    color: #fff !important;
}


/* CATEGORY */

.annmoh-menu-category {
    max-width: 1200px;
    margin: 0 auto 70px;
}

.annmoh-category-title {
    text-align: center;
    margin-bottom: 30px;
}

.annmoh-category-title span {
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 28px;
    color: #5b2d18;
    position: relative;
    padding: 0 25px;
}

.annmoh-category-title span:before,
.annmoh-category-title span:after {
    content: "✦";
    color: #c58a35;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.annmoh-category-title span:before {
    left: 0;
}

.annmoh-category-title span:after {
    right: 0;
}


/* WOOCOMMERCE PRODUCT GRID */

.annmoh-menu-category ul.products {
    margin: 0 !important;
}

.annmoh-menu-category ul.products li.product {
    background: #fff;
    border: 1px solid #eee3d0;
    border-radius: 10px;
    padding: 0 0 22px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(91,45,24,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.annmoh-menu-category ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(91,45,24,.12);
}

.annmoh-menu-category ul.products li.product img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    margin: 0 0 18px !important;
}

.annmoh-menu-category ul.products li.product .woocommerce-loop-product__title {
    color: #5b2d18;
    font-family: Georgia, serif;
    font-size: 21px;
    padding: 0 12px !important;
}

.annmoh-menu-category ul.products li.product .price {
    color: #3f6332 !important;
    font-size: 18px;
    font-weight: 700;
    padding: 0 12px;
}

.annmoh-menu-category ul.products li.product .button {
    background: #3f6332;
    color: #fff !important;
    border-radius: 4px;
    margin: 5px 18px 0 !important;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.annmoh-menu-category ul.products li.product .button:hover {
    background: #5b2d18;
}


/* MOBILE */

/* =========================================
   annmoh - ALWAYS VISIBLE ADD TO CART
========================================= */

.annmoh-menu-category ul.products li.product {
    position: relative !important;
}

/* Force the entire WooCommerce action area visible */
.annmoh-menu-category ul.products li.product .product-action-wrap,
.annmoh-menu-category ul.products li.product .product-details,
.annmoh-menu-category ul.products li.product .button,
.annmoh-menu-category ul.products li.product a.add_to_cart_button,
.annmoh-menu-category ul.products li.product a.ajax_add_to_cart {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
	bottom:0px !important;
}

/* Button itself */
.annmoh-menu-category ul.products li.product a.add_to_cart_button,
.annmoh-menu-category ul.products li.product a.ajax_add_to_cart {
    background: #3f6332 !important;
    color: #ffffff !important;
    padding: 11px 18px !important;
    margin: 8px 18px 0 !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    width: auto !important;
}

/* Hover should only change colour, not visibility */
.annmoh-menu-category ul.products li.product:hover a.add_to_cart_button,
.annmoh-menu-category ul.products li.product:hover a.ajax_add_to_cart {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: #5b2d18 !important;
}

/* Mobile */

.annmoh-product-description {
    padding: 0 12px;
    margin: -2px 0 12px;
    color: #765c4b;
    font-size: 14px;
    line-height: 1.45;
}


/* =========================================
   annmoh Quantity Controls
========================================= */

.annmoh-quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 12px 18px 18px;
    height: 42px;
}

.annmoh-quantity-control button {
    width: 42px;
    height: 42px;
    border: 1px solid #3f6332;
    background: #3f6332;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.annmoh-quantity-control button:first-child {
    border-radius: 8px 0 0 8px;
}

.annmoh-quantity-control button:last-child {
    border-radius: 0 8px 8px 0;
}

.annmoh-quantity-control button:hover:not(:disabled) {
    background: #5b2d18;
    border-color: #5b2d18;
}

.annmoh-quantity-control button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.annmoh-qty-number {
    width: 48px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff8e8;
    border-top: 1px solid #3f6332;
    border-bottom: 1px solid #3f6332;
    color: #5b2d18;
    font-size: 16px;
    font-weight: 700;
}


/* Mobile */

/* Hide original WooCommerce Add to Cart button
   annmoh uses the custom +/- quantity control */
.annmoh-quantity-control + .add_to_cart_button {
    display: none !important;
}

/* =========================================================
   annmoh CART PAGE - FINAL COLORS
========================================================= */

/* Entire cart page */
body.woocommerce-cart {
    background: #f8f1e5 !important;
}

/* Cart title banner */
body.woocommerce-cart .entry-hero,
body.woocommerce-cart .page-header {
    background: linear-gradient(
        135deg,
        #fff8e8 0%,
        #f6e3c8 50%,
        #ebc69f 100%
    ) !important;
}

/* Cart title */
body.woocommerce-cart .entry-title {
    color: #5b2d18 !important;
    font-family: Georgia, serif;
    font-weight: 600;
}


/* Main cart area */
body.woocommerce-cart .site-main {
    background: #f8f1e5 !important;
}


/* Cart white box */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
    color: #5b2d18;
}


/* Cart table */
body.woocommerce-cart table.shop_table {
    background: #ffffff !important;
    border-color: #eadcc3 !important;
}


/* Product name */
body.woocommerce-cart table.shop_table .product-name a {
    color: #5b2d18 !important;
}


/* Product price */
body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal {
    color: #a63820 !important;
}


/* Cart totals */
body.woocommerce-cart .cart_totals {
    background: #ffffff !important;
    border-color: #eadcc3 !important;
}

body.woocommerce-cart .cart_totals h2 {
    color: #5b2d18 !important;
    font-family: Georgia, serif;
}


/* Estimated / final total */
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
    color: #a63820 !important;
}


/* =========================================================
   CHECKOUT BUTTON
========================================================= */

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart a.checkout-button {
    background: #3f6332 !important;
    background-color: #3f6332 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart a.checkout-button:hover {
    background: #5b2d18 !important;
    background-color: #5b2d18 !important;
    color: #ffffff !important;
}


/* =========================================================
   COUPON
========================================================= */

body.woocommerce-cart .coupon input.input-text {
    background: #fffaf2 !important;
    border: 1px solid #d9c8ae !important;
    color: #5b2d18 !important;
}

body.woocommerce-cart .coupon button {
    background: #5b2d18 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
}


/* =========================================================
   MOBILE
========================================================= */

/* =========================================================
   annmoh - WooCommerce Cart Block
========================================================= */

/* Cart page background */
body.woocommerce-cart {
    background: #f8f1e5 !important;
}

/* Cart block checkout button */
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button {
    background: #3f6332 !important;
    background-color: #3f6332 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 15px 20px !important;
}

/* Button text */
body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text {
    color: #ffffff !important;
}

/* Hover */
body.woocommerce-cart .wc-block-cart__submit-button:hover {
    background: #5b2d18 !important;
    background-color: #5b2d18 !important;
    color: #ffffff !important;
}


/* Cart block headings */
body.woocommerce-cart .wc-block-cart__totals-title {
    color: #5b2d18 !important;
}


/* Cart product names */
body.woocommerce-cart .wc-block-cart-item__product a {
    color: #5b2d18 !important;
}


/* Cart prices */
body.woocommerce-cart .wc-block-components-product-price {
    color: #a63820;
}


/* Quantity controls */
body.woocommerce-cart .wc-block-components-quantity-selector {
    border-color: #d9c8ae !important;
    border-radius: 6px !important;
    background: #fffaf2 !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
    color: #3f6332 !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input {
    color: #5b2d18 !important;
}


/* Remove item */
body.woocommerce-cart .wc-block-cart-item__remove-link {
    color: #a63820 !important;
}


/* Cart totals */
body.woocommerce-cart .wc-block-cart__totals {
    color: #5b2d18;
}

/* =========================================================
   annmoh - Kadence Cart Hero Background
========================================================= */

body.woocommerce-cart .entry-hero-container-inner {
    background: linear-gradient(
        135deg,
        #FFF9ED 0%,
        #F8E8D0 50%,
        #E8C89F 100%
    ) !important;
    background-color: transparent !important;
}

/* =========================================================
   annmoh MINI CART / CART POPUP
========================================================= */


/* Popup background */
.woocommerce-mini-cart,
.widget_shopping_cart {
    background: #fffaf2;
}


/* Product item */
.woocommerce-mini-cart-item {
    position: relative;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eadcc3 !important;
}


/* Product name */
.woocommerce-mini-cart-item .product-name,
.woocommerce-mini-cart-item a:not(.remove) {
    color: #5b2d18 !important;
    font-weight: 600;
}


/* Product thumbnail */
.woocommerce-mini-cart-item img {
    width: 58px !important;
    height: 58px !important;
    object-fit: cover;
    border-radius: 9px;
    border: 1px solid #eadcc3;
}


/* =========================================================
   QUANTITY CONTROL
========================================================= */

.annmoh-mini-cart-quantity {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 34px;
    border: 1px solid #d9c8ae;
    border-radius: 7px;
    overflow: hidden;
    background: #fff8e8;
}


.annmoh-mini-cart-quantity button {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0 !important;
    background: #3f6332 !important;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    cursor: pointer;
}


.annmoh-mini-cart-quantity button:hover {
    background: #5b2d18 !important;
    color: #ffffff !important;
}


.annmoh-mini-qty-number {
    width: 34px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff8e8;
    color: #5b2d18;
    font-size: 14px;
    font-weight: 700;
}


/* Product price */
.annmoh-mini-cart-price {
    display: inline-block;
    margin-left: 10px;
    color: #a63820;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}


/* =========================================================
   REMOVE X
========================================================= */

.woocommerce-mini-cart-item .remove.remove_from_cart_button {
    color: #a63820 !important;
    font-size: 20px !important;
    font-weight: 400;
}


.woocommerce-mini-cart-item .remove.remove_from_cart_button:hover {
    color: #5b2d18 !important;
    background: transparent !important;
}


/* =========================================================
   SUBTOTAL
========================================================= */

.woocommerce-mini-cart__total {
    padding: 18px 0 !important;
    color: #5b2d18 !important;
    border-top: 1px solid #eadcc3;
}


.woocommerce-mini-cart__total strong {
    color: #5b2d18 !important;
}


.woocommerce-mini-cart__total .amount {
    color: #a63820 !important;
    font-weight: 700;
}


/* =========================================================
   VIEW CART
========================================================= */

.woocommerce-mini-cart__buttons .wc-forward {
    background: transparent !important;
    color: #3f6332 !important;
    border: 1px solid #3f6332 !important;
    border-radius: 8px !important;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
}


.woocommerce-mini-cart__buttons .wc-forward:hover {
    background: #3f6332 !important;
    color: #ffffff !important;
}


/* =========================================================
   CHECKOUT
========================================================= */

.woocommerce-mini-cart__buttons .checkout {
    background: #3f6332 !important;
    color: #ffffff !important;
    border: 1px solid #3f6332 !important;
    border-radius: 8px !important;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
}


.woocommerce-mini-cart__buttons .checkout:hover {
    background: #5b2d18 !important;
    border-color: #5b2d18 !important;
    color: #ffffff !important;
}


/* =========================================================
   MOBILE
========================================================= */

/* =========================================================
   annmoh - Checkout Styling
   ========================================================= */

/* Checkout page background */
body.woocommerce-checkout {
    background: #fff8e8 !important;
}

/* Checkout hero/banner */
body.woocommerce-checkout .entry-hero-container-inner {
    background: linear-gradient(
        135deg,
        #FFF9ED 0%,
        #F8E8D0 50%,
        #E8C89F 100%
    ) !important;
    background-color: transparent !important;
}

/* Checkout page title */
body.woocommerce-checkout .entry-title {
    color: #5b2d18 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
}


/* =========================================================
   Main checkout container
   ========================================================= */

body.woocommerce-checkout .woocommerce {
    color: #3b3029;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
    font-size: 15px;
}


/* =========================================================
   Section headings
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-checkout-step__heading {

    color: #5b2d18 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
}

body.woocommerce-checkout
.wc-block-components-checkout-step__heading-content {

    color: #5b2d18 !important;
}


/* =========================================================
   Checkout fields
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-text-input input,
body.woocommerce-checkout
.wc-block-components-text-input select,
body.woocommerce-checkout
.wc-block-components-combobox .components-combobox-control__input {

    background: #ffffff !important;
    border: 1px solid #d9c8ae !important;
    border-radius: 8px !important;
    color: #3b3029 !important;
}

body.woocommerce-checkout
.wc-block-components-text-input input:focus,
body.woocommerce-checkout
.wc-block-components-combobox .components-combobox-control__input:focus {

    border-color: #c58a35 !important;
    box-shadow: 0 0 0 1px #c58a35 !important;
}

body.woocommerce-checkout
.wc-block-components-text-input label {

    color: #5b2d18 !important;
}


/* =========================================================
   Address box
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-address-card {

    background: #fffdf8 !important;
    border: 1px solid #eadcc3 !important;
    border-radius: 10px !important;
}


/* =========================================================
   Payment section
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-radio-control {

    border: 1px solid #d9c8ae !important;
    border-radius: 10px !important;
    background: #fffdf8 !important;
}

body.woocommerce-checkout
.wc-block-components-radio-control__option {

    color: #3b3029 !important;
}

body.woocommerce-checkout
.wc-block-components-radio-control__option--checked {

    background: #fff8e8 !important;
}


/* =========================================================
   UPI payment information
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-radio-control__description {

    color: #5b2d18 !important;
    line-height: 1.7 !important;
}


/* =========================================================
   Order summary
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-order-summary {

    background: #fffdf8 !important;
    border: 1px solid #eadcc3 !important;
    border-radius: 12px !important;
}

body.woocommerce-checkout
.wc-block-components-order-summary__title {

    color: #5b2d18 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
}


/* =========================================================
   Prices
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-order-summary-item__individual-price,
body.woocommerce-checkout
.wc-block-components-order-summary-item__total-price {

    color: #a63820 !important;
    font-weight: 700 !important;
}


/* =========================================================
   Place Order button
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-checkout-place-order
button,
body.woocommerce-checkout
.wc-block-components-checkout-place-order
.wc-block-components-button {

    background: #3f6332 !important;
    background-color: #3f6332 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    min-height: 52px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout
.wc-block-components-checkout-place-order
button:hover,
body.woocommerce-checkout
.wc-block-components-checkout-place-order
.wc-block-components-button:hover {

    background: #5b2d18 !important;
    background-color: #5b2d18 !important;
    color: #ffffff !important;
}


/* =========================================================
   Terms / Privacy text
   ========================================================= */

body.woocommerce-checkout
.wc-block-checkout__terms {

    color: #5b2d18 !important;
    font-size: 13px !important;
}


/* =========================================================
   Order notes
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-textarea {

    border: 1px solid #d9c8ae !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}




/* =========================================================
   Mobile
   ========================================================= */

/* =========================================================
   annmoh - Checkout Final Styling
   ========================================================= */

/* Main checkout white card */
body.woocommerce-checkout .wc-block-checkout {

    background: #ffffff !important;
    border-radius: 12px !important;
}


/* =========================================================
   Checkout section headings
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-checkout-step__heading {

    font-family: Georgia, "Times New Roman", serif !important;
    color: #5b2d18 !important;
    font-weight: 700 !important;
}


/* =========================================================
   Input fields
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-text-input input,
body.woocommerce-checkout
.wc-block-components-combobox .components-combobox-control__input {

    border: 1px solid #dfc9a9 !important;
    border-radius: 8px !important;
    background: #fffdf8 !important;
    color: #5b2d18 !important;
}


/* Focus */
body.woocommerce-checkout
.wc-block-components-text-input input:focus,
body.woocommerce-checkout
.wc-block-components-combobox .components-combobox-control__input:focus {

    border-color: #c58a35 !important;
    box-shadow: 0 0 0 1px #c58a35 !important;
}


/* =========================================================
   Payment Options
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-radio-control {

    background: #fffaf0 !important;
    border: 1px solid #d9c8ae !important;
    border-radius: 10px !important;
}


/* Selected payment option */
body.woocommerce-checkout
.wc-block-components-radio-control__option--checked {

    background: #fff8e8 !important;
}


/* Payment title */
body.woocommerce-checkout
.wc-block-components-radio-control__label {

    color: #5b2d18 !important;
    font-weight: 700 !important;
}


/* Payment description */
body.woocommerce-checkout
.wc-block-components-radio-control__description {

    color: #5b2d18 !important;
    line-height: 1.6 !important;
}


/* =========================================================
   Order Summary
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-order-summary {

    background: #fffdf8 !important;
    border: 1px solid #eadcc3 !important;
    border-radius: 10px !important;
}


/* Order summary title */
body.woocommerce-checkout
.wc-block-components-order-summary__title {

    color: #5b2d18 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
}


/* Order summary prices */
body.woocommerce-checkout
.wc-block-components-order-summary-item__individual-price,
body.woocommerce-checkout
.wc-block-components-order-summary-item__total-price {

    color: #a63820 !important;
    font-weight: 700 !important;
}


/* Total */
body.woocommerce-checkout
.wc-block-components-totals-footer-item__value {

    color: #a63820 !important;
    font-weight: 700 !important;
}


/* =========================================================
   PLACE ORDER BUTTON
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-checkout-place-order-button {

    width: 100% !important;
    min-height: 52px !important;

    background: #3f6332 !important;
    background-color: #3f6332 !important;

    color: #ffffff !important;

    border: none !important;
    border-radius: 8px !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    box-shadow: none !important;
}


/* Button text */
body.woocommerce-checkout
.wc-block-components-checkout-place-order-button
.wc-block-components-button__text {

    color: #ffffff !important;
}


/* Hover */
body.woocommerce-checkout
.wc-block-components-checkout-place-order-button:hover {

    background: #5b2d18 !important;
    background-color: #5b2d18 !important;
}



/* =========================================================
   Order note
   ========================================================= */

body.woocommerce-checkout
.wc-block-components-textarea {

    border: 1px solid #dfc9a9 !important;
    border-radius: 8px !important;
    background: #fffdf8 !important;
}


/* =========================================================
   Mobile
   ========================================================= */


/* =========================================================
   annmoh - Shop & Product Category Pages
   ========================================================= */


/* =========================================================
   PAGE BACKGROUND
   ========================================================= */

body.woocommerce-shop,
body.tax-product_cat {

    background: #fff8e8 !important;
}


/* =========================================================
   SHOP / CATEGORY HERO
   ========================================================= */

body.woocommerce-shop .entry-hero-container-inner,
body.tax-product_cat .entry-hero-container-inner {

    background: linear-gradient(
        135deg,
        #FFF9ED 0%,
        #F8E8D0 50%,
        #E8C89F 100%
    ) !important;

    background-color: transparent !important;

}


/* Hero title */

body.woocommerce-shop .entry-title,
body.tax-product_cat .entry-title {

    color: #5b2d18 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-weight: 700 !important;
}


/* =========================================================
   SHOP CONTENT
   ========================================================= */

body.woocommerce-shop .site-main,
body.tax-product_cat .site-main {

    background: #fff8e8 !important;
}


/* Results text */

body.woocommerce-shop
.woocommerce-result-count,

body.tax-product_cat
.woocommerce-result-count {

    color: #5b2d18 !important;
}


/* =========================================================
   SORTING
   ========================================================= */

body.woocommerce-shop
.woocommerce-ordering select,

body.tax-product_cat
.woocommerce-ordering select {

    background: #fffdf8 !important;

    border: 1px solid #d9c8ae !important;

    border-radius: 7px !important;

    color: #5b2d18 !important;

    padding: 9px 35px 9px 12px !important;
}


/* =========================================================
   PRODUCT GRID
   ========================================================= */

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products {

    margin-top: 25px !important;
}


/* =========================================================
   PRODUCT CARDS
   ========================================================= */

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product {

    background: #ffffff !important;

    border: 1px solid #eadcc3 !important;

    border-radius: 14px !important;

    overflow: hidden !important;

    box-shadow:
        0 5px 16px rgba(91, 45, 24, 0.07) !important;

    padding-bottom: 18px !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}


/* Card hover */

body.woocommerce-shop ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover {

    transform: translateY(-3px) !important;

    box-shadow:
        0 9px 24px rgba(91, 45, 24, 0.12) !important;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

body.woocommerce-shop
ul.products li.product img,

body.tax-product_cat
ul.products li.product img {

    width: 100% !important;

    height: 250px !important;

    object-fit: cover !important;

    margin: 0 !important;
}


/* =========================================================
   PRODUCT TITLE
   ========================================================= */

body.woocommerce-shop
ul.products li.product .woocommerce-loop-product__title,

body.tax-product_cat
ul.products li.product .woocommerce-loop-product__title {

    color: #5b2d18 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    line-height: 1.35 !important;

    padding: 15px 18px 5px !important;

    margin: 0 !important;
}


/* =========================================================
   PRICE
   ========================================================= */

body.woocommerce-shop
ul.products li.product .price,

body.tax-product_cat
ul.products li.product .price {

    padding: 0 18px !important;

    margin: 0 !important;

    font-size: 16px !important;

    font-weight: 700 !important;
}


/* Sale price */

body.woocommerce-shop
ul.products li.product .price ins,

body.tax-product_cat
ul.products li.product .price ins {

    color: #a63820 !important;

    text-decoration: none !important;

    font-weight: 700 !important;
}


/* Regular / strike-through price */

body.woocommerce-shop
ul.products li.product .price del,

body.tax-product_cat
ul.products li.product .price del {

    color: #888888 !important;

    font-size: 13px !important;

    margin-right: 5px !important;
}


/* =========================================================
   SALE BADGE
   ========================================================= */

body.woocommerce-shop
ul.products li.product .onsale,

body.tax-product_cat
ul.products li.product .onsale,

.woocommerce ul.products li.product .onsale {

    background: #3f6332 !important;

    color: #ffffff !important;

    border-radius: 6px !important;

    font-size: 13px !important;

    font-weight: 700 !important;

    min-height: auto !important;

    min-width: auto !important;

    line-height: 1 !important;

    padding: 9px 11px !important;

    top: 10px !important;

    right: 10px !important;

    margin: 0 !important;
}


/* =========================================================
   SHORT DESCRIPTION
   ========================================================= */

body.woocommerce-shop
ul.products li.product .annamoh-product-description,

body.tax-product_cat
ul.products li.product .annamoh-product-description,

body.woocommerce-shop
ul.products li.product .annmoh-product-description,

body.tax-product_cat
ul.products li.product .annmoh-product-description {

    color: #5b2d18 !important;

    font-size: 13px !important;

    line-height: 1.45 !important;

    font-weight: 600 !important;

    padding: 3px 18px 0 !important;

    margin: 0 !important;
}


/* =========================================================
   ORIGINAL ADD TO CART
   Keep hidden because we use annmoh +/- controls
   ========================================================= */

body.woocommerce-shop
ul.products li.product
.annmoh-quantity-control + .add_to_cart_button,

body.tax-product_cat
ul.products li.product
.annmoh-quantity-control + .add_to_cart_button {

    display: none !important;

    visibility: hidden !important;
}


/* =========================================================
   QUANTITY CONTROL
   ========================================================= */

body.woocommerce-shop
ul.products li.product
.annmoh-quantity-control,

body.tax-product_cat
ul.products li.product
.annmoh-quantity-control {

    display: inline-flex !important;

    align-items: center !important;

    height: 36px !important;

    border-radius: 7px !important;

    overflow: hidden !important;

    margin-top: 10px !important;

    background: #fff8e8 !important;

    border: 1px solid #d9c8ae !important;
}


/* Quantity buttons */

body.woocommerce-shop
.annmoh-quantity-control button,

body.tax-product_cat
.annmoh-quantity-control button {

    width: 36px !important;

    height: 34px !important;

    padding: 0 !important;

    margin: 0 !important;

    border: 0 !important;

    background: #3f6332 !important;

    color: #ffffff !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    line-height: 34px !important;

    cursor: pointer !important;
}


body.woocommerce-shop
.annmoh-quantity-control button:hover,

body.tax-product_cat
.annmoh-quantity-control button:hover {

    background: #5b2d18 !important;
}


/* Quantity number */

body.woocommerce-shop
.annmoh-quantity-control .quantity-number,

body.tax-product_cat
.annmoh-quantity-control .quantity-number {

    min-width: 38px !important;

    height: 34px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    background: #fff8e8 !important;

    color: #5b2d18 !important;

    font-weight: 700 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

/* =========================================================
   annmoh - Shop / Category Quantity Controls
   Always visible, same as homepage
   ========================================================= */

/* Our quantity control itself */
body.woocommerce-shop .annmoh-quantity-control,
body.tax-product_cat .annmoh-quantity-control {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;
    z-index: 20 !important;

    width: auto !important;
    height: 36px !important;

    margin-top: 12px !important;
    margin-bottom: 5px !important;

    align-items: center !important;

    border: 1px solid #d9c8ae !important;
    border-radius: 7px !important;

    overflow: hidden !important;
    background: #fff8e8 !important;

    transform: none !important;
}


/* The product action wrapper containing our control */
body.woocommerce-shop
ul.products li.product:has(.annmoh-quantity-control) .product-action-wrap,

body.tax-product_cat
ul.products li.product:has(.annmoh-quantity-control) .product-action-wrap {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Quantity buttons */
body.woocommerce-shop .annmoh-quantity-control .annmoh-qty-minus,
body.woocommerce-shop .annmoh-quantity-control .annmoh-qty-plus,

body.tax-product_cat .annmoh-quantity-control .annmoh-qty-minus,
body.tax-product_cat .annmoh-quantity-control .annmoh-qty-plus {
    display: flex !important;

    width: 36px !important;
    height: 34px !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #3f6332 !important;
    color: #ffffff !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    opacity: 1 !important;
    visibility: visible !important;

    cursor: pointer !important;
}


/* Hover on + / - */
body.woocommerce-shop .annmoh-quantity-control button:hover,
body.tax-product_cat .annmoh-quantity-control button:hover {
    background: #5b2d18 !important;
    color: #ffffff !important;
}


/* Quantity number - CORRECT CLASS */
body.woocommerce-shop .annmoh-qty-number,
body.tax-product_cat .annmoh-qty-number {
    display: flex !important;

    width: 38px !important;
    height: 34px !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #fff8e8 !important;
    color: #5b2d18 !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* Force it visible even when product card is NOT hovered */
body.woocommerce-shop
ul.products li.product:not(:hover)
.annmoh-quantity-control,

body.tax-product_cat
ul.products li.product:not(:hover)
.annmoh-quantity-control {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* Make sure parent action area isn't hidden */
body.woocommerce-shop
ul.products li.product:not(:hover):has(.annmoh-quantity-control)
.product-action-wrap,

body.tax-product_cat
ul.products li.product:not(:hover):has(.annmoh-quantity-control)
.product-action-wrap {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
	bottom:-1rem;
}


/* Keep original WooCommerce Add to Cart hidden */
body.woocommerce-shop
.annmoh-quantity-control + .add_to_cart_button,

body.tax-product_cat
.annmoh-quantity-control + .add_to_cart_button {
    display: none !important;
    visibility: hidden !important;
}
/* =========================================================
   annmoh - Equal Product Card Height
   ========================================================= */

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    min-height: 440px !important;
}

/* Keep product image at the top */
body.woocommerce-shop ul.products li.product > a:first-child,
body.tax-product_cat ul.products li.product > a:first-child {
    display: block !important;
}

/* Product information area */
body.woocommerce-shop ul.products li.product .product-details,
body.tax-product_cat ul.products li.product .product-details {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* Keep quantity control inside card */
body.woocommerce-shop
ul.products li.product
.annmoh-quantity-control,

body.tax-product_cat
ul.products li.product
.annmoh-quantity-control {
    margin-top: auto !important;
    margin-bottom: 15px !important;
}
/* =========================================================
   annmoh - Single Product Page
   ========================================================= */


/* =========================================================
   PAGE BACKGROUND
   ========================================================= */

body.single-product {
    background: #fff8e8 !important;
}


/* Main content */
body.single-product .content-area {
    background: #fff8e8 !important;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

body.single-product .woocommerce-breadcrumb {
    color: #5b2d18 !important;
    font-size: 13px !important;
    margin-bottom: 18px !important;
}

body.single-product .woocommerce-breadcrumb a {
    color: #3f6332 !important;
}

body.single-product .woocommerce-breadcrumb a:hover {
    color: #a63820 !important;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

body.single-product
.woocommerce-product-gallery {
    background: #ffffff !important;
    border: 1px solid #eadcc3 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

body.single-product
.woocommerce-product-gallery__image img {
    border-radius: 12px !important;
}


/* Sale badge on product image */
body.single-product .onsale {
    background: #3f6332 !important;
    color: #ffffff !important;

    border-radius: 6px !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    min-height: auto !important;
    min-width: auto !important;

    line-height: 1 !important;

    padding: 9px 12px !important;

    top: 10px !important;
    left: 10px !important;
}


/* =========================================================
   PRODUCT INFORMATION
   ========================================================= */

body.single-product .summary {
    padding-left: 25px !important;
}


/* Product title */

body.single-product .product_title {
    color: #5b2d18 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 38px !important;
    line-height: 1.2 !important;

    font-weight: 700 !important;

    margin-bottom: 20px !important;
}


/* =========================================================
   PRICE
   ========================================================= */

body.single-product .summary .price {
    margin-bottom: 22px !important;

    font-size: 22px !important;
    font-weight: 700 !important;
}


/* Regular price */
body.single-product .summary .price del {
    color: #999999 !important;
    font-size: 16px !important;
    margin-right: 7px !important;
}


/* Sale price */
body.single-product .summary .price ins {
    color: #a63820 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}


/* =========================================================
   SHORT DESCRIPTION
   ========================================================= */

body.single-product .woocommerce-product-details__short-description {

    color: #5b2d18 !important;

    font-size: 16px !important;

    line-height: 1.7 !important;

    font-weight: 600 !important;

    margin-bottom: 25px !important;
}


/* =========================================================
   QUANTITY
   ========================================================= */

body.single-product
.quantity {
    display: inline-flex !important;

    align-items: center !important;

    margin-right: 8px !important;
}


/* Quantity input */

body.single-product
.quantity .qty {

    width: 62px !important;
    height: 42px !important;

    background: #fffdf8 !important;

    border: 1px solid #d9c8ae !important;

    border-radius: 7px !important;

    color: #5b2d18 !important;

    text-align: center !important;

    font-weight: 700 !important;
}


/* =========================================================
   ADD TO CART
   ========================================================= */

body.single-product
.single_add_to_cart_button {

    height: 42px !important;

    padding: 0 28px !important;

    background: #3f6332 !important;
    background-color: #3f6332 !important;

    color: #ffffff !important;

    border: none !important;

    border-radius: 7px !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    box-shadow: none !important;
}


body.single-product
.single_add_to_cart_button:hover {

    background: #5b2d18 !important;
    background-color: #5b2d18 !important;

    color: #ffffff !important;
}


/* =========================================================
   SKU / CATEGORY
   ========================================================= */

body.single-product
.product_meta {

    color: #765f4d !important;

    font-size: 13px !important;

    line-height: 1.8 !important;

    border-top: 1px solid #eadcc3 !important;

    padding-top: 18px !important;

    margin-top: 25px !important;
}


body.single-product
.product_meta a {

    color: #3f6332 !important;
}


body.single-product
.product_meta a:hover {

    color: #a63820 !important;
}


/* =========================================================
   PRODUCT TABS
   ========================================================= */

body.single-product
.woocommerce-tabs {

    margin-top: 50px !important;
}


body.single-product
.woocommerce-tabs ul.tabs {

    border-bottom: 1px solid #eadcc3 !important;
}


body.single-product
.woocommerce-tabs ul.tabs li a {

    color: #5b2d18 !important;

    font-weight: 700 !important;
}


body.single-product
.woocommerce-tabs ul.tabs li.active a {

    color: #3f6332 !important;
}


/* Tab content */

body.single-product
.woocommerce-Tabs-panel {

    background: #ffffff !important;

    border: 1px solid #eadcc3 !important;

    border-radius: 10px !important;

    padding: 25px !important;

    color: #5b2d18 !important;

    line-height: 1.7 !important;
}


/* =========================================================
   RELATED PRODUCTS
   ========================================================= */

body.single-product
.related.products {

    margin-top: 55px !important;
}


body.single-product
.related.products > h2 {

    color: #5b2d18 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-weight: 700 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

/* =========================================================
   annmoh - Related Products
   ========================================================= */

body.single-product .related.products {
    margin-top: 60px !important;
}


/* Section heading */
body.single-product .related.products > h2 {
    color: #5b2d18 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}


/* Product grid */
body.single-product .related.products ul.products {
    margin: 0 !important;
    padding: 0 !important;
}


/* Individual cards */
body.single-product .related.products ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #eadcc3 !important;
    border-radius: 14px !important;
    overflow: hidden !important;

    padding: 0 0 18px !important;

    box-shadow: 0 5px 16px rgba(91, 45, 24, 0.07) !important;

    text-align: left !important;
}


/* Product image */
body.single-product .related.products ul.products li.product img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;

    margin: 0 !important;
}


/* Product title */
body.single-product
.related.products
ul.products
li.product
.woocommerce-loop-product__title {

    color: #5b2d18 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    padding: 15px 18px 5px !important;

    margin: 0 !important;
}


/* Price */
body.single-product
.related.products
ul.products
li.product
.price {

    padding: 0 18px !important;

    margin: 0 !important;

    font-size: 16px !important;
    font-weight: 700 !important;
}


/* Regular price */
body.single-product
.related.products
ul.products
li.product
.price del {

    color: #999999 !important;
    font-size: 13px !important;
    margin-right: 5px !important;
}


/* Sale price */
body.single-product
.related.products
ul.products
li.product
.price ins {

    color: #a63820 !important;
    text-decoration: none !important;
}


/* =========================================================
   SALE BADGE
   ========================================================= */

body.single-product
.related.products
ul.products
li.product
.onsale {

    background: #3f6332 !important;
    color: #ffffff !important;

    border-radius: 6px !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;

    height: auto !important;
    min-height: 0 !important;

    padding: 8px 12px !important;

    margin: 0 !important;

    top: 10px !important;
    right: 10px !important;
    left: auto !important;

    font-size: 12px !important;
    line-height: 1 !important;

    position: absolute !important;
}


/* Short description */
body.single-product
.related.products
.annamoh-product-description,

body.single-product
.related.products
.annmoh-product-description {

    color: #5b2d18 !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1.45 !important;

    padding: 3px 18px 0 !important;

    margin: 0 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

/* =========================================================
   annmoh - Related Products Quantity
   Always visible
   ========================================================= */

/* Force quantity control visible */
body.single-product
.related.products
ul.products li.product
.annmoh-quantity-control {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 20 !important;
    transform: none !important;
}


/* Force it visible when NOT hovering */
body.single-product
.related.products
ul.products li.product:not(:hover)
.annmoh-quantity-control {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* Force product action wrapper visible */
body.single-product
.related.products
ul.products li.product
.product-action-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* Also force wrapper visible when mouse is away */
body.single-product
.related.products
ul.products li.product:not(:hover)
.product-action-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* Quantity buttons */
body.single-product
.related.products
.annmoh-quantity-control
.annmoh-qty-minus,

body.single-product
.related.products
.annmoh-quantity-control
.annmoh-qty-plus {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 36px !important;
    height: 34px !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #3f6332 !important;
    color: #ffffff !important;

    border: 0 !important;
}


/* Quantity number */
body.single-product
.related.products
.annmoh-quantity-control
.annmoh-qty-number {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 38px !important;
    height: 34px !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff8e8 !important;
    color: #5b2d18 !important;

    font-weight: 700 !important;
}


/* Hide original WooCommerce button */
body.single-product
.related.products
.annmoh-quantity-control
+ .add_to_cart_button {
    display: none !important;
    visibility: hidden !important;
}
/* =========================================================
   annmoh - Related Products Quantity Position
   ========================================================= */

/* Keep the product action area in normal document flow */
body.single-product
.related.products
ul.products li.product
.product-action-wrap {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Quantity control sits BELOW the description */
body.single-product
.related.products
ul.products li.product
.annmoh-quantity-control {
    position: static !important;
    display: inline-flex !important;

    margin-top: 10px !important;
    margin-left: 18px !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;

    transform: none !important;
}


/* Make sure description has its own space */
body.single-product
.related.products
ul.products li.product
.annmoh-product-description,

body.single-product
.related.products
ul.products li.product
.annamoh-product-description {
    display: block !important;
    position: static !important;

    margin-bottom: 0 !important;
}


/* Don't let the quantity control overlap anything */
body.single-product
.related.products
ul.products li.product
.annmoh-quantity-control
button,
body.single-product
.related.products
ul.products li.product
.annmoh-qty-number {
    position: static !important;
}
/* =========================================================
   annmoh - Empty Cart / New in store
   WooCommerce Cart Block
   ========================================================= */

/* Section */
body.woocommerce-cart
.wc-block-cart__empty-cart__title {
    color: #5b2d18 !important;
    font-family: Georgia, "Times New Roman", serif !important;
}


/* Product grid */
body.woocommerce-cart
.wc-block-grid__products {
    margin-top: 25px !important;
}


/* Product card */
body.woocommerce-cart
.wc-block-grid__product {

    background: #ffffff !important;

    border: 1px solid #eadcc3 !important;

    border-radius: 14px !important;

    overflow: hidden !important;

    padding: 0 0 18px !important;

    box-shadow:
        0 5px 16px rgba(91, 45, 24, 0.07) !important;

    text-align: left !important;

    box-sizing: border-box !important;
}


/* Product image */
body.woocommerce-cart
.wc-block-grid__product-image {

    margin: 0 !important;

    padding: 0 !important;
}

body.woocommerce-cart
.wc-block-grid__product-image img {

    width: 100% !important;

    height: 250px !important;

    object-fit: cover !important;

    margin: 0 !important;
}


/* Product title */
body.woocommerce-cart
.wc-block-grid__product-title {

    color: #5b2d18 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 17px !important;

    font-weight: 700 !important;

    text-align: left !important;

    padding: 15px 18px 5px !important;

    margin: 0 !important;
}


/* Price */
body.woocommerce-cart
.wc-block-grid__product-price {

    padding: 0 18px !important;

    margin: 0 !important;

    text-align: left !important;

    font-size: 15px !important;

    font-weight: 700 !important;
}


/* Sale price */
body.woocommerce-cart
.wc-block-grid__product-price ins {

    color: #a63820 !important;

    text-decoration: none !important;
}


/* Regular price */
body.woocommerce-cart
.wc-block-grid__product-price del {

    color: #999999 !important;

    margin-right: 5px !important;
}


/* Add to cart button */
body.woocommerce-cart
.wc-block-grid__product-add-to-cart {

    padding: 10px 18px 0 !important;

    margin: 0 !important;

    text-align: left !important;
}


body.woocommerce-cart
.wc-block-grid__product-add-to-cart
.wp-block-button__link {

    background: #3f6332 !important;

    color: #ffffff !important;

    border: none !important;

    border-radius: 7px !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    padding: 10px 18px !important;
}


body.woocommerce-cart
.wc-block-grid__product-add-to-cart
.wp-block-button__link:hover {

    background: #5b2d18 !important;

    color: #ffffff !important;
}


/* =========================================================
   Sale badge
   ========================================================= */

body.woocommerce-cart
.wc-block-grid__product .wc-block-components-product-sale-badge {

    background: #3f6332 !important;

    color: #ffffff !important;

    border-radius: 6px !important;

    padding: 7px 10px !important;
}


/* =========================================================
   Mobile
   ========================================================= */

/* =========================================================
   annmoh - Empty Cart Recommendations
   ========================================================= */

/* Recommendation cards */
body.woocommerce-cart
.wc-block-cart__empty-cart
+ .wc-block-grid {

    margin-top: 30px !important;
}


/* Product card */
body.woocommerce-cart
.wc-block-grid__product {

    background: #ffffff !important;

    border: 1px solid #eadcc3 !important;

    border-radius: 14px !important;

    overflow: hidden !important;

    box-shadow: 0 5px 16px rgba(91, 45, 24, 0.08) !important;

    padding-bottom: 18px !important;
}


/* Product image */
body.woocommerce-cart
.wc-block-grid__product-image {

    margin: 0 !important;
}

body.woocommerce-cart
.wc-block-grid__product-image img {

    width: 100% !important;

    height: 250px !important;

    object-fit: cover !important;

    display: block !important;
}


/* Product title */
body.woocommerce-cart
.wc-block-grid__product-title {

    color: #5b2d18 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 17px !important;

    font-weight: 700 !important;

    text-align: left !important;

    padding: 14px 18px 4px !important;

    margin: 0 !important;
}


/* Price */
body.woocommerce-cart
.wc-block-grid__product-price {

    text-align: left !important;

    padding: 0 18px !important;

    margin: 0 !important;

    font-size: 15px !important;

    font-weight: 700 !important;
}


/* Sale price */
body.woocommerce-cart
.wc-block-grid__product-price ins {

    color: #a63820 !important;

    text-decoration: none !important;
}


/* Regular price */
body.woocommerce-cart
.wc-block-grid__product-price del {

    color: #999999 !important;

    margin-right: 5px !important;
}


/* ADD TO CART */
body.woocommerce-cart
.wc-block-grid__product-add-to-cart {

    margin: 12px 18px 0 !important;

    padding: 0 !important;

    text-align: left !important;
}


body.woocommerce-cart
.wc-block-grid__product-add-to-cart a {

    display: inline-block !important;

    background: #3f6332 !important;

    color: #ffffff !important;

    border: none !important;

    border-radius: 7px !important;

    padding: 10px 18px !important;

    font-size: 14px !important;

    font-weight: 700 !important;
}


body.woocommerce-cart
.wc-block-grid__product-add-to-cart a:hover {

    background: #5b2d18 !important;

    color: #ffffff !important;
}


/* Sale badge */
body.woocommerce-cart
.wc-block-grid__product
.wc-block-components-product-sale-badge {

    background: #3f6332 !important;

    color: #ffffff !important;

    border-radius: 6px !important;
}


/* Mobile */

/* =========================================================
   annmoh - Empty Cart Recommendations
   Always show Add to Cart
   ========================================================= */

/* Force the WooCommerce block action area to stay visible */
body.woocommerce-cart
.wc-block-grid__product-add-to-cart {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 12px 18px 0 !important;
    padding: 0 !important;

    transform: none !important;
}


/* Force visibility when NOT hovering */
body.woocommerce-cart
.wc-block-grid__product:not(:hover)
.wc-block-grid__product-add-to-cart {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: static !important;
    transform: none !important;
}


/* Actual Add to Cart button */
body.woocommerce-cart
.wc-block-grid__product-add-to-cart
.wp-block-button__link {

    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #3f6332 !important;
    background-color: #3f6332 !important;

    color: #ffffff !important;

    border: none !important;
    border-radius: 7px !important;

    padding: 10px 18px !important;

    min-height: 40px !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    position: static !important;
    transform: none !important;
}


/* Hover */
body.woocommerce-cart
.wc-block-grid__product-add-to-cart
.wp-block-button__link:hover {

    background: #5b2d18 !important;
    background-color: #5b2d18 !important;

    color: #ffffff !important;

    transform: none !important;
}


/* Make sure the product card doesn't clip the button */
body.woocommerce-cart
.wc-block-grid__product {
    overflow: visible !important;
}


/* Keep image/card rounded */
body.woocommerce-cart
.wc-block-grid__product-image img {
    border-radius: 12px 12px 0 0 !important;
}

/* annmoh - Jaipur delivery error */

.annmoh-city-error {
    margin-top: 6px !important;
    color: #b42318 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.annmoh-city-error p {
    margin: 0 !important;
    color: #b42318 !important;
}

#billing-city.has-error {
    border-color: #b42318 !important;
    box-shadow: 0 0 0 1px #b42318 !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a
{
color: var(--annmoh-green) !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover
{
color: var(--annmoh-brown) !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a
{
color: var(--annmoh-green) !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a:hover
{
color: var(--annmoh-brown) !important;
}

.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap
{
color: var(--annmoh-gold) !important;
}

.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap
{
color: var(--annmoh-gold) !important;
}


/* =========================================================
   annmoh - RESPONSIVE / MOBILE STYLES
   All media queries are kept at the bottom of this stylesheet.
   ========================================================= */

@media (max-width: 600px) {

    .annmoh-hero {
        min-height: 580px;
        padding: 60px 20px;
    }

    .annmoh-hero:before {
        inset: 10px;
    }

    .annmoh-hindi {
        font-size: 52px;
    }

    .annmoh-cloud {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .annmoh-tagline {
        font-size: 17px;
    }

    .annmoh-hero h1 {
        font-size: 34px;
    }

    .annmoh-intro {
        font-size: 15px;
    }

    .annmoh-order-btn {
        padding: 14px 32px;
    }
}

@media (max-width: 767px) {

    .annmoh-menu-section {
        padding: 60px 0px;
    }

    .annmoh-section-heading h2 {
        font-size: 36px;
    }

    .annmoh-category-buttons {
        margin-bottom: 45px;
    }

    .annmoh-menu-category {
        margin-bottom: 55px;
    }

    .annmoh-menu-category ul.products {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

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

    .annmoh-menu-category ul.products li.product img {
        height: 150px !important;
    }

    .annmoh-menu-category ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .annmoh-menu-category ul.products li.product .price {
        font-size: 16px;
    }

    .annmoh-menu-category ul.products li.product .button {
        display: block;
        text-align: center;
        margin: 5px 12px 0 !important;
        padding: 9px 8px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .annmoh-menu-category ul.products li.product a.add_to_cart_button,
    .annmoh-menu-category ul.products li.product a.ajax_add_to_cart {
        margin: 6px 10px 0 !important;
        padding: 9px 5px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    .annmoh-product-description {
        padding: 0 12px;
        font-size: 12px;
        line-height: 1.4;
        min-height: 34px;
    }
}

@media (max-width: 767px) {

    .annmoh-quantity-control {
        margin: 10px 12px 14px;
        height: 40px;
    }

    .annmoh-quantity-control button {
        width: 40px;
        height: 40px;
    }

    .annmoh-qty-number {
        width: 44px;
        height: 40px;
    }
}

@media (max-width: 767px) {

    body.woocommerce-cart .woocommerce {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.woocommerce-cart .entry-title {
        font-size: 30px;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .annmoh-mini-cart-quantity {
        height: 32px;
    }

    .annmoh-mini-cart-quantity button {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .annmoh-mini-qty-number {
        width: 32px;
        height: 30px;
    }

    .annmoh-mini-cart-price {
        font-size: 13px;
        margin-left: 7px;
    }

}

@media (max-width: 768px) {

    body.woocommerce-checkout
    .entry-hero-container-inner {

        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    body.woocommerce-checkout .entry-title {
        font-size: 30px !important;
    }

    body.woocommerce-checkout
    .wc-block-components-checkout-place-order
    button {

        width: 100% !important;
        min-height: 54px !important;
    }
}

@media (max-width: 768px) {

    body.woocommerce-checkout
    .wc-block-checkout {

        border-radius: 0 !important;
    }

    body.woocommerce-checkout
    .wc-block-components-checkout-place-order-button {

        min-height: 54px !important;
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {

    body.woocommerce-shop
    .entry-hero-container-inner,

    body.tax-product_cat
    .entry-hero-container-inner {

        padding-top: 35px !important;

        padding-bottom: 35px !important;
    }


    body.woocommerce-shop .entry-title,
    body.tax-product_cat .entry-title {

        font-size: 30px !important;
    }


    body.woocommerce-shop
    ul.products li.product img,

    body.tax-product_cat
    ul.products li.product img {

        height: 165px !important;
    }


    body.woocommerce-shop
    ul.products li.product
    .woocommerce-loop-product__title,

    body.tax-product_cat
    ul.products li.product
    .woocommerce-loop-product__title {

        font-size: 16px !important;

        padding-left: 12px !important;

        padding-right: 12px !important;
    }


    body.woocommerce-shop
    ul.products li.product .price,

    body.tax-product_cat
    ul.products li.product .price {

        padding-left: 12px !important;

        padding-right: 12px !important;
    }


    body.woocommerce-shop
    ul.products li.product
    .annmoh-product-description,

    body.tax-product_cat
    ul.products li.product
    .annmoh-product-description {

        padding-left: 12px !important;

        padding-right: 12px !important;
    }
}

@media (max-width: 768px) {

    body.single-product .summary {

        padding-left: 0 !important;

        padding-top: 25px !important;
    }


    body.single-product .product_title {

        font-size: 28px !important;

        line-height: 1.25 !important;
    }


    body.single-product .summary .price {

        font-size: 20px !important;
    }


    body.single-product
    .woocommerce-product-details__short-description {

        font-size: 15px !important;
    }


    body.single-product
    form.cart {

        display: flex !important;

        align-items: center !important;

        flex-wrap: wrap !important;

        gap: 8px !important;
    }


    body.single-product
    .single_add_to_cart_button {

        flex: 1 !important;

        min-height: 44px !important;

        padding: 0 18px !important;
    }


    body.single-product
    .quantity .qty {

        height: 44px !important;
    }


    body.single-product
    .woocommerce-tabs {

        margin-top: 35px !important;
    }
}

@media (max-width: 768px) {

    body.single-product .related.products {
        margin-top: 40px !important;
    }

    body.single-product .related.products > h2 {
        font-size: 26px !important;
    }

    body.single-product
    .related.products
    ul.products
    li.product
    img {

        height: 180px !important;
    }

    body.single-product
    .related.products
    ul.products
    li.product
    .woocommerce-loop-product__title {

        font-size: 16px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.single-product
    .related.products
    ul.products
    li.product
    .price {

        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media (max-width: 768px) {

    body.woocommerce-cart
    .wc-block-grid__product-image img {

        height: 170px !important;
    }

    body.woocommerce-cart
    .wc-block-grid__product-title {

        font-size: 16px !important;

        padding-left: 12px !important;

        padding-right: 12px !important;
    }

    body.woocommerce-cart
    .wc-block-grid__product-price {

        padding-left: 12px !important;

        padding-right: 12px !important;
    }

    body.woocommerce-cart
    .wc-block-grid__product-add-to-cart {

        padding-left: 12px !important;

        padding-right: 12px !important;
    }
}

@media (max-width: 768px) {

    body.woocommerce-cart
    .wc-block-grid__product-image img {

        height: 170px !important;
    }

    body.woocommerce-cart
    .wc-block-grid__product-title {

        font-size: 16px !important;

        padding-left: 12px !important;

        padding-right: 12px !important;
    }

    body.woocommerce-cart
    .wc-block-grid__product-price {

        padding-left: 12px !important;

        padding-right: 12px !important;
    }

    body.woocommerce-cart
    .wc-block-grid__product-add-to-cart {

        margin-left: 12px !important;

        margin-right: 12px !important;
    }
}
