/*Menu Page*/
#footer {
    /*display: none !important;*/
}
hr.header-hr {
    background: #e53934 !important;
    border: 1px solid #e53932 !important;
    width: 90%;
}
#main-container {
    position: relative;
    z-index: 1;
    background: #ffc107 !important;
}
#main-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("https://nammatapri.com/wp-content/uploads/2025/07/WhatsApp_Image_2025-07-10_at_11.35.39_PM-removebg-preview.png") !important;
    opacity: 0.3; /* control opacity here */
    background-size: 185px;
    z-index: -1;
}
.site-main {
    background: initial !important;
    --footer-box-shadow: none !important;
}
.hero-section {
    display: none !important;
}
.menu-wrapper {
    max-width: 480px;
    margin: auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}
.category-item-wrapper {
    padding: 0 37.5px !important;
}
.category-item-wrapper h2 {
    font-size: 26px;
}
.category-item-wrapper a {
    font-size: 18px;
}
header {
    padding-top: 20px !important;
}
.logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    border: 5px solid #ffffff;
}
header .right {
    display: flex;
    flex-direction: column;
}
header .right .site-title a {
    font-family: "lazydog";
    color: #e53934 !important;
    text-transform: uppercase;
    font-size: 28px;
}
header .right .site-tagline {
    margin-top: -10px;
}
header .right .site-tagline a {
    font-family: "dancingscript";
    font-size: 25px;
    color: #e53935 !important;
}

.ct-container-full {
    padding-top: 0px !important;
    font-family: 'comicneue' !important;
}

.category-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.tagline {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.categories-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.category-item {
    display: flex;
    align-items: center;
    background: #e53934;
    padding: 5px 15px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #fff;
    transition: background 0.3s;
}

.category-item:hover {
    background: #eaeaea;
}

.category-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 15px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #ffc107;
}

.category-label {
    font-size: 20px;
    font-weight: 500;
}
.category-description {
    font-size: 14px;
    margin-top: -5px;
}

@media (max-width: 480px) {
    .menu-wrapper {
        padding: 15px;
    }
}

.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-order-received .woocommerce-customer-details{
    display: none;
}

/*Category Page*/
.menu-wrapper {
    max-width: 480px;
    margin: auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.product-list {
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 15px;
}

.product-item {
    display: flex;
    flex-direction: row;
    background: #e53935;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    align-items: flex-start;
    height: 90px;
}
.product-left {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-left .product-icon {
    width: 100px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px 0 10px  0;
    margin: 0;
    align-self: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-left .product-price {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: #e53935;
    padding: 0 5px;
    color: #ffffff;
}
.product-left .product-price s {
    font-size: 12px;
}
.product-left .product-price span {
    font-size: 14px;
    font-weight: bold;
}
.product-left .product-price span.decimal {
    font-size: 12px;
}
.product-right {
    padding: 5px 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.product-right .product-icon img {
    width: 100%;
    height: auto;
}
.product-right .product-name h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
    color: #ffc107;
}
.product-right .product-name span {
    color: #fff;
}
.product-right .qty-controls {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    height: 100%;
}
.product-right .qty-controls .qty-btn {
    background: none;
    color: #ffc107 ;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
}
.product-right .qty-controls .qty-btn i {
    font-size: 22px;
    color: #ffc107 !important;
}
.product-right .qty-controls .qty-input {
    background: none;
    border: none;
    color: #ffc107 ;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}
.product-name {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.product-name h4 {
    font-size: 16px !important;
    margin: 0;
}
.product-name span {
    font-size: 12px;
}
.qty-controls button {
    background: #ccc;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.qty-controls input {
    width: 38px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 4px;
    color: #ffc107;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    column-gap: 20px;
}
.footer-buttons button {
    width: 80px;
    border-radius: 20px;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    border: none;
}

.btn-purchase {
    background: #e53935 !important;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.btn-back {
    color: #000;
    font-size: 22px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-start;
    padding-left: 0 !important;
}
.btn-back i {
}

@media (max-width: 480px) {
    .menu-wrapper {
        padding: 15px;
    }
}



table.wp-list-table .column-name {
    width: initial;
}

/*Cart Page*/
.woocommerce-shipping-totals {
    display: none;
}
.shop_table thead {
    display: none;
}
form.woocommerce-cart-form {
    padding-top: 10px;
    margin: 0 17px;
}

.shop_table tr {
    background: #fff;
}
.shop_table .product-thumbnail {
    padding: 0;
    padding-left: 10px !important;
}
.shop_table .product-thumbnail img {
    width: auto !important;
    height: 100px;
}
.shop_table .product-remove {
    padding-right: 10px;
}
.shop_table .coupon {
    display: none !important;
}
.shop_table td.actions {
    text-align: center;
}
.shop_table button[name="update_cart"] {
    width: 80% !important;
    margin: 0 auto !important;
    background: #e53935 !important;
    opacity: 1 !important;
}
.shop_table .cart-subtotal td,
.shop_table .order-total td {
    padding: 19.5px 10px!important;
}

.wc-proceed-to-checkout a {
    background: #e53935;
}
.woocommerce-message .restore-item {
    background: #e53935 !important;
}
.product-remove .ct-icon {
    fill: #e53935;
}
.product-remove .ct-product-multiply-symbol,
.product-remove .amount {
    font-size: 14px;
}

/*Order Review page*/
.ct-order-review {
    border: none !important;
}
.ct-order-review #order_review {
    padding: 0 10px !important;
    border-radius: 10px;
}
.ct-order-review #order_review table {
    border-radius: 10px;
}
.ct-order-review #order_review th,
.ct-order-review #order_review td {
    padding: 10px;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.payment-wrapper {
    text-align: center;
    padding: 0 !important;
}
.payment-wrapper .place-order {
    margin-top: 20px;
}
.payment-wrapper .place-order button {
    background: #e53935 !important;
}

/*Order Received*/
.order_details td,
.order_details th{
    padding: 10px !important;
}

/*Login Page*/
.cafe-join-form-wrapper {
    max-width: 400px;
    margin: 30px auto;
    border: 2px solid #e53935;
    padding: 20px;
    border-radius: 10px;
    background: transparent;
    font-family: sans-serif;
}

.cafe-join-form-wrapper .tabs {
    display: flex;
    margin-bottom: 15px;
}

.cafe-join-form-wrapper .tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border: 2px solid #e53935;
    background: transparent;
    transition: background 0.3s;
    font-weight: 600;
    color: #fff;
}
.cafe-join-form-wrapper .tab.active {
    background: #e53935;
    border-bottom: 2px solid #e53935;
}
/*.cafe-join-form-wrapper .tab-content label {*/
/*    color: #fff;*/
/*}*/

.cafe-join-form-wrapper .tab-content input[type='text'],
.cafe-join-form-wrapper .tab-content input[type='password'],
.cafe-join-form-wrapper .tab-content input[type='tel'] {
    border-color: #e53935;
}

/*Home Page*/
.features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.features li {
    padding: 10px 20px;
    font-size: 40px;
    border: 2px solid #e53935;
    margin: 10px 0;
}
.features li.coming-soon {
    position: relative;
    color: #999; /* Optional: make text look disabled */
    pointer-events: none; /* Optional: prevent interaction */
}

.coming-soon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate(-15deg);
    transform-origin: center;
}
.coming-soon::before {
    position: absolute;
    content: "Coming Soon";
    color: #e53935;
    font-size: 15px;
    top: 0;
}
/* Join page */
.email-otp-wrap input[type="email"],
.email-otp-wrap input[type="text"] {
    padding: 8px;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.email-otp-wrap button {
    background-color: #e53935;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 8px;
}

.email-otp-wrap button:hover {
    background-color: #d32f2f;
}

.email-verified-icon {
    color: #4CAF50;
    font-size: 1.2em;
    margin-left: 8px;
}

.email-otp-wrap .msg {
    font-size: 0.9em;
    margin-top: 4px;
}
