/*
Theme Name: Ecomora
Theme URI: https://yourdomain.com/ecomora
Author: Ram
Author URI: https://yourdomain.com
Description: A modern and elegant WooCommerce-compatible eCommerce WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomora
Tags: e-commerce, woocommerce, responsive, clean, modern
*/


    body{
        background: #f5f7fa !important;
    }

    .categories_home_section{
        background: #FFF;
    }

    .todays_for_you_section{
        background: #FFF;
    }
    .category-icon img {
      width: 50px;
      height: 50px;
      object-fit: cover;
    }
    .product-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .product-card {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 10px;
      background: #fff;
    }
    .footer {
      background: #2f2f2f;
      color: white;
      padding: 40px 0;
    }
    .footer a { color: #ddd; text-decoration: none; }
    .footer a:hover { color: white; }
    .mall-logo {
      width: 40px;
      height: 40px;
      object-fit: cover;
      border-radius: 50%;
    }

    .product-card {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.carousel-indicators {
    display: block;   
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional for smoother appearance */
}


.profile-dropdown {
    position: relative;
  }
  .custom-dropdown {
    position: absolute;
    top: 110%;
    right: 0;
    display: none;
    width: 180px;
    z-index: 999;
  }
  .profile-dropdown:hover .custom-dropdown {
    display: block;
  }


   .cart-dropdown {
    position: relative;
  }
  .cart-dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    display: none;
    width: 250px;
    z-index: 999;
  }
  .cart-dropdown:hover .cart-dropdown-menu {
    display: block;
  }

   .navbar-nav .nav-link:hover {
    color: #8c0d4f;
    transition: 0.3s ease-in-out;
  }
  
  .flash_sale_section {
    background: #d1fafa5c;
}


  .account-nav-wrapper {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 1rem;
    margin-bottom: 2rem;
    overflow-x: auto;
  }

  .account-nav-wrapper .nav-link {
    color: #555;
    background: #f1f3f5;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .account-nav-wrapper .nav-link:hover {
    background: linear-gradient(to right, #8c0d4f, #8c0d4f);
    color: #fff;
  }

  .account-nav-wrapper .nav-link i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
  }

  .account-nav-wrapper .nav-link.active {
    background: #8c0d4f !important;
    color: #fff;
    box-shadow: 0 0 10px rgba(13,110,253,0.3);
  }
  
  
 .shop-hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
}

.product-card {
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.product-card .price {
  font-weight: bold;
  color: #28a745;
}


/*****************************************/

/* Top Bar */
.top-bar {
    
    background: linear-gradient(90deg, #ededed, #ebebeb);
    color: #8c0d4f;
    font-size: 14px;

}
.top-bar_header {
    background: linear-gradient(90deg, #ededed, #ebebeb);
    color: #8c0d4f !important;
    font-size: 14px;
}

.top-bar_header h1 {
    color: #8c0d4f !important;
}

.top-bar_header p {
    color: #8c0d4f !important;
}

/* Navbar Smooth Shadow */
.navbar-enhanced {
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-enhanced.scrolled {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    padding: 8px 0;
}

/* Logo */
.navbar-brand span {
    font-weight: 600;
}

/* Menu Hover */
.navbar-nav .nav-link {
    font-weight: 500;
    padding: 8px 18px !important;
    border-radius: 8px;
    transition: 0.3s;
}
.navbar-nav .nav-link:hover {
    background: #8c0d4f;
    color: #FFF !important;
}

/* Search Bar */
.header-search input {
    border-radius: 30px;
    padding-left: 18px;
    width: 100%;
    transition: 0.3s;
}
.header-search input:focus {
    width: 280px;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.2);
}

/* Cart Dropdown */
.cart-dropdown {
    position: relative;
}
.cart-dropdown-menu {
    width: 300px;
    position: absolute;
    top: 48px;
    right: 0;
    border-radius: 14px;
    display: none;
    animation: fadeIn 0.2s ease;
}
.cart-dropdown:hover .cart-dropdown-menu {
    display: block;
}

/* Profile Dropdown */
.profile-dropdown .dropdown-menu {
    border-radius: 14px;
    animation: fadeIn 0.2s ease;
}

/* Fade Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile Menu Enhance */
.offcanvas {
    border-radius: 0 16px 16px 0;
}

/* Badge Improvements */
.badge {
    padding: 4px 7px;
    font-size: 10px;
}



/* Main Price */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.price {
    font-size: 20px !important;
    font-weight: 700 !important;
    /*color: #0a8a43 !important;*/
    margin: 6px 0 !important;
    display: inline-block;
}

/* Old Price (Regular Price) */
.woocommerce ul.products li.product .product-price del,
.woocommerce div.product p.product-price del,
.product-price del {
    font-size: 14px !important;
    color: #999 !important;
    margin-right: 6px !important;
    opacity: 0.8;
}

/* Sale Price (Highlighted) */
.woocommerce ul.products li.product .product-price ins,
.woocommerce div.product p.product-price ins,
.product-price ins {
    text-decoration: none !important;
    color: #e60023 !important;
    font-weight: 800 !important;
}

/* Sale OFF badge */
.product-price ins::after {
    content: "  •  SALE";
    font-size: 12px;
    color: #e60023;
    font-weight: 600;
}

/* Wrap background box */
.woocommerce ul.products li.product .product-price,
.product-price {
    background: #f4fdf7;
    border: 1px solid #d8f3df;
    padding: 6px 12px;
    border-radius: 10px;
}

.btn:hover{
    background: #8c0d4f !important;
     color: #FFF !important;
}

.btn-outline-primary {
  color: #8c0d4f !important;
  /*background: #8c0d4f !important;*/
  border-color:#8c0d4f !important;
}
.wishlist-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_bg{
    background-color: #8c0d4f !important;
    color: #fff !important;
}
.wishlist-btn.active {
    background-color: #ff4d6d !important;
    color: #fff !important;
    border-color: #ff4d6d !important;
}

.wishlist-btn.active .wishlist-icon {
    color: #fff !important;
}

.wishlist-icon {
    font-size: 18px;
    color: #444;
}

.wishlist-btn.active .wishlist-icon::before {
    content: "\f415"; /* Bootstrap Heart Fill */
}



.flash-sale-heading {
    font-size: 32px;
    font-weight: 700;
    color: #8c0d4f; /* red */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.flash-sale-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 4px;
    background: #8c0d4f;
    border-radius: 2px;
}


/*.t4u-heading {*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    color: #222;*/
/*    text-transform: capitalize;*/
/*    margin-bottom: 25px;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding-left: 18px;*/
/*}*/

/*.t4u-heading::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 8px;*/
/*    width: 6px;*/
/*    height: 22px;*/
/*    background: #ff4d4d;*/
/*    border-radius: 4px;*/
/*}*/
.add_to_cart_button{
    background:#8c0d4f !important;
    color:#FFF !important;
}

.t4u-heading-3 {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(90deg, #8c0d4f, #8c0d4f);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 1px;
}


/*************************/

/* SIDEBAR WRAPPER (Glass + smooth + modern) */
#ajax-filter-sidebar {
    border-radius: 20px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    transition: .3s ease;
}

#ajax-filter-sidebar:hover {
    box-shadow: 0 10px 34px rgba(0,0,0,0.15);
}

/* MAIN FILTER HEADING */
#ajax-filter-sidebar h4 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #8c0d4f;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-left: 5px;
    position: relative;
}

/* Gradient underline */
#ajax-filter-sidebar h4::after {
    content: "";
    width: 110px;
    height: 4px;
    background: linear-gradient(90deg, #8c0d4f, #8c0d4f);
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 4px;
}

.top-right a{
    color: #8c0d4f;
}
/* FILTER BLOCK SECTIONS */
.filter-block {
    padding: 18px 14px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #eee;
    transition: .25s ease;
}

.filter-block:hover {
    transform: translateY(-3px);
    background: #f1f4f7;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
}

/* FILTER TITLES */
.filter-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #8c0d4f;
}

.filter-title i {
    margin-right: 8px;
    font-size: 18px;
    color: #0d6efd;
}

/* CHECKBOX WRAPPER */
.form-check {
    padding: 6px 0;
}

/* CUSTOM CHECKBOX */
.form-check-input {
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: 2px solid #adb5bd;
    border-radius: 4px;
    transition: .2s;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13,110,253,0.4);
}

/* CHECKBOX LABEL */
.form-check-label {
    margin-left: 6px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    transition: .2s;
}

.form-check-label:hover {
    color: #000;
}

/* PRICE RANGE LABEL */
#price-value {
    font-weight: 700;
    color: #8c0d4f;
}
input.form-range{
    color: #8c0d4f;
}

/* RESET BUTTON */
#reset-filters {
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    border-radius: 12px;
    border-width: 2px;
    transition: .3s ease;
}

#reset-filters:hover {
    background: #ff4d4f;
    color: #fff;
    border-color: #ff4d4f;
    box-shadow: 0 6px 18px rgba(255,77,79,0.4);
    transform: translateY(-2px);
}


/* PAGINATION WRAPPER */
.woocommerce nav.woocommerce-pagination ul,
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 25px 0;
    list-style: none;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    border-radius: 50%;
    padding-top: 0px;
    min-width: 50px;
}
/* PAGINATION BASE STYLE */
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.pagination a,
.pagination span {
    display: flex;
    justify-content: center;
    align-items: center;

    min-width: 48px;
    height: 48px;

    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;

    /*border-radius: 14px;*/
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(6px);
    /*border: 1px solid rgba(0,0,0,0.08);*/

    color: #222;
    text-decoration: none;

    transition: all 0.25s ease-in-out;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* HOVER EFFECT */
.woocommerce-pagination ul li a:hover,
.pagination a:hover {
    transform: translateY(-4px) scale(1.03);
    background: #8c0d4f;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 10px 25px rgba(140,13,79);
}

/* ACTIVE PAGE */
.woocommerce-pagination ul li .current,
.pagination .current {
    background: linear-gradient(145deg, #8c0d4f, #8c0d4f);
    color: #fff;
    border: none;

    box-shadow: 
        0 8px 25px rgba(140,13,79),
        inset 0 2px 6px rgba(140,13,79);

    transform: translateY(-2px);
}

div#filtered-products {
    padding-top: 15px;
}

/* DOTS (…) */
.woocommerce-pagination ul li span.dots,
.pagination .dots {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 20px;
    color: #888;
}

/* ARROWS */
.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next,
.pagination .prev,
.pagination .next {
    font-size: 18px;
}


#wishlist-count.updated {
    animation: pop .3s ease-out;
}

@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}

/***********************************************/

.footer-premium {
  background: #8c0d4f;
  padding-bottom: 20px;
  position: relative;
}

.brand-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
}

.brand-title span {
  color: #ff6f00;
}

.footer-desc {
  color: #bbb;
  line-height: 1.7;
  font-size: 15px;
}

.footer-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0.8px;
  color: #e2e2e2;
}

.footer-list {
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #999;
  text-decoration: none;
  transition: 0.3s ease;
  padding-bottom: 3px;
  display: inline-block;
}

.footer-list a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-social a {
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: var(--bs-primary);
  transform: scale(1.15);
}

.footer-subscribe input {
  border-radius: 10px !important;
  background: #8c0d4f;
  /*border: 1px solid #333;*/
  color: #fff;
}
.subscribe_btn{
    background: #ff6f00 !important;
    color:#FFF !important;
}

.footer-subscribe button {
  border-radius: 10px !important;
  font-weight: 600;
}

.payment-icons img {
  width: 40px;
  margin-right: 10px;
  opacity: 0.7;
  filter: invert(1);
  transition: 0.3s ease;
}

.payment-icons img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.footer-divider {
  border-color: #ff6f00;
  margin: 20px 0;
}

.footer-bottom {
  font-size: 14px;
  color: #aaa;
}



.btn_icon_menu {
    padding: 10px;
}


.btn_icon_menu button {
    display: contents;
}

.btn_icon_menu a {
    color: #8c0d4f;
}

a.logo_text {
    color: #8c0d4f !important;
}

/* Section Title */
.section-title {
  font-weight: 700;
  color: #222;
  letter-spacing: .3px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--bs-primary);
  display: block;
  margin: 8px auto 0;
  border-radius: 50px;
}

/* Category Card */
.category-card {
  display: block;
  text-align: center;
  transition: .3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
}

/* Image Wrapper */
.category-img-wrapper {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  transition: .3s ease;
  border: 2px solid #eaeaea;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.category-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover Effect */
.category-card:hover .category-img-wrapper {
  transform: scale(1.08);
  border-color: #8c0d4f;
  box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}

/* Category Name */
.cat-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

/* Mobile Improvements */
@media (max-width: 767px) {
  .category-img-wrapper {
    width: 70px;
    height: 70px;
  }
  .cat-name {
    font-size: 13px;
  }
}


/*****************OWL**************************/

/* Owl Nav Buttons */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
}

.shadow {
    box-shadow: none !important;
}

.owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50%;
    pointer-events: all;
    transition: .3s ease;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button:hover {
    background: var(--bs-primary);
    color: #fff;
    transform: scale(1.1);
}

/* Icons inside buttons */
.owl-nav button span {
    font-size: 22px;
    line-height: 1;
}

/* Owl Dots */
.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 50%;
    margin: 5px;
    transition: .3s;
}

.owl-dots .owl-dot.active {
    background: var(--bs-primary);
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/*****************************************/

/* ============================
   HERO SLIDER — PREMIUM DESIGN
   ============================ */

/* Background & spacing */
#heroCarousel .carousel-item {
    padding: 60px 0;
    /*background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);*/
}

/* Headings */
#heroCarousel h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #222;
}

#heroCarousel h2 span {
    color: #ff6f00 !important;
}

/* Paragraph */
#heroCarousel p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    opacity: 0.8;
}

/* Image styling */
#heroCarousel img {
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ============================
   INDICATORS
   ============================ */
#heroCarousel .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 6px;
    transition: 0.3s ease;
}

#heroCarousel .carousel-indicators .active {
    background-color: #ff6f00 !important;
    transform: scale(1.3);
}

/* ============================
   NAVIGATION ARROWS
   ============================ */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    top: 45%;
    transform: translateY(-50%);
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background: #ff6f00;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

/* Replace default icons */
#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    filter: invert(0) brightness(0);
    width: 20px;
    height: 20px;
}

#heroCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#heroCarousel .carousel-control-next:hover .carousel-control-next-icon {
    filter: invert(1) brightness(3);
}



/***************Cart*********************/
/* ================================
   CART SIDEBAR — PREMIUM DESIGN
   ================================ */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px; /* Hidden */
    width: 380px;
    height: 100vh;
    background: #fff;
    box-shadow: -8px 0 25px rgba(0,0,0,0.15);
    z-index: 99999;
    transition: 0.4s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.open {
    right: 0;
}

/* Header */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.cart-header h5 {
    font-weight: 700;
    font-size: 20px;
}

.close-cart {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
}

/* Content */
.cart-content {
    padding-top: 20px;
    overflow-y: auto;
    height: calc(100vh - 100px);
}

/* Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    display: none;
}

.cart-overlay.show {
    display: block;
}

/* Mobile */
@media (max-width: 480px) {
    .cart-sidebar {
        width: 100%;
    }
}

/***********************************/
/* ---- Mini Cart Drawer Wrapper ---- */
#mini-cart-drawer {
    width: 380px !important;
    background: #fff;
    box-shadow: -2px 0 20px rgba(0,0,0,0.15);
    border-radius: 0;
    overflow-y: auto;
    padding: 25px;
}

#mini-cart-drawer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.mini-cart-close {
    font-size: 22px;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 6px;
    transition: 0.3s;
}

.mini-cart-close:hover {
    background: #f0f0f0;
}


/* ---- Cart Items ---- */
.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 15px;
    background: #f7f9fc;
    margin-bottom: 15px;
    position: relative;
    transition: 0.3s ease;
}

.cart-content ul {
    padding-left: 0px;
}

/*.woocommerce-mini-cart-item:hover {*/
/*    background: #eef2f7;*/
/*    transform: translateY(-2px);*/
/*}*/

/* Remove icon (cross) */
.woocommerce-mini-cart-item a.remove {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4d4d !important;
    color: #fff !important;
    font-size: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    transition: 0.3s;
}

/*.woocommerce-mini-cart-item a.remove:hover {*/
/*    background: #8c0d4f !important;*/
/*}*/

/* Product Image */
.woocommerce-mini-cart-item img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    padding:10px;
}

/* Product Name */
.woocommerce-mini-cart-item .woocommerce-mini-cart__product-name a {
    font-size: 15px;
    font-weight: 600;
    color: #111 !important;
    text-decoration: none;
}

.woocommerce-mini-cart-item .woocommerce-mini-cart__product-name a:hover {
    color: #007bff !important;
}

/* Quantity & price */
.woocommerce-mini-cart-item .quantity {
    font-size: 14px;
    margin-top: 4px;
    color: #444;
    display: block;
}


/* ---- Subtotal ---- */
.woocommerce-mini-cart__total {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.woocommerce-mini-cart__total strong {
    font-size: 18px;
}


/* ---- Buttons ---- */
.woocommerce-mini-cart__buttons a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.woocommerce-mini-cart__buttons .button.wc-forward {
    background: #8c0d4f;
    color: #FFF !important;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
    background: #8c0d4f;
}

.woocommerce-mini-cart__buttons .checkout {
    background: #8c0d4f !important;
    color: #fff !important;
}

.woocommerce-mini-cart__buttons .checkout:hover {
    background: #8c0d4f !important;
}



/* Smooth Scroll */
#mini-cart-drawer {
    scroll-behavior: smooth;
}


/****************************/

/****************************/
/* ============================
   MOBILE RESPONSIVE
   ============================ */
@media (max-width: 768px) {
    #heroCarousel h2 {
        font-size: 28px;
    }

    #heroCarousel img {
        border-radius: 12px;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 45px;
        height: 45px;
    }
}


/**************************************/



/************************************/

.search-results-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 400px;
    z-index: 999;
    display: none;
    border-radius: 8px;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.result-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item:hover {
    background: #f9f3f7;
}

.result-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 5px;
}

.result-text .title {
    font-size: 14px;
    font-weight: 600;
}

.result-text .price {
    font-size: 13px;
    color: #8c0d4f;
}

.no-results {
    padding: 10px;
    color: #888;
    font-size: 14px;
}


.category-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border: 1px solid #eee;
}

.category-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    margin-bottom: 10px;
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: #f9f9f9;
    border-radius: 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #8c0d4f;
}

.category-link:hover {
    background: #8c0d4f;
    color: #fff !important;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0,123,255,0.25);
}

.cat-name {
    font-weight: 500;
}

.cat-count {
    background: #fff;
    color: #8c0d4f;
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #8c0d4f;
    font-weight: 600;
}

.category-link:hover .cat-count {
    background: #fff;
    color: #8c0d4f;
    border-color: #fff;
}

.search-results-list .nav-links {
    display: contents;
}

/**************************/

.wc-proceed-to-checkout a {
    background: #95215e !important;
}


button.btn.btn-primary.rounded-pill {
    background: #95215e;
    border-color: #95215e;
}

/* ---------- MOBILE VIEW ---------- */
@media (max-width: 767px) {

  .top-email,
  .top-phone,
  .top-right {
    display: none !important;
  }

  .top-left {
    width: 100%;
    display: flex;
    justify-content: center !important;
  }

  .download-app {
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
  }
}
