.elementor-111 .elementor-element.elementor-element-6095d81{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-111 .elementor-element.elementor-element-5591df7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-c59ad22 */ul#menu-primary a {
    color: #000;
    text-transform: capitalize;
    margin-right: 30px;
}

ul#menu-primary {
    margin: auto;
    justify-content: end;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5591df7 */ul.footer-contact a {
    color: #fff;
    line-height: 25px;
}
.footer-logo img {
    filter: brightness(0) invert(1);
}

a.custom-logo-link img {
    width: 120px;
}

/* ---------- HAMBURGER BUTTON ---------- */
.hamburger-btn {
    border: none;
    background: none;
    font-size: 28px;
    color: #333;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.2s;
}

.hamburger-btn:hover {
    color: #ef4234;
}

/* ---------- SECTION HEADERS ---------- */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ef4234;
    margin: 0;
    position: relative;
    padding-bottom: 8px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #f26f25, #fcb614);
    border-radius: 3px;
}

.section-view-all {
    font-size: 14px;
    font-weight: 600;
    color: #f26f25;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

.section-view-all:hover {
    color: #d45c1a;
    gap: 8px;
}

/* ===================================
   BACOLA - Online Grocery Store
   Custom Stylesheet
   =================================== */

/* ---------- RESET & BASE ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul.footer-links {
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ---------- TOP BAR ---------- */
.top-bar {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
    font-size: 12px;
    color: #666;
}

.top-links {
    display: flex;
    gap: 20px;
}

.top-links li a {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    transition: color 0.2s;
}

.top-links li a:hover {
    color: #ef4234;
}

.top-delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #555;
    font-size: 12px;
}

.top-delivery i {
    font-size: 18px;
    color: #333;
}

.top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.top-phone {
    font-size: 12px;
    color: #555;
}

.top-phone a {
    color: #f26f25;
    font-weight: 600;
}

.top-phone a:hover {
    color: #d45c1a;
}

.top-dropdowns {
    display: flex;
    gap: 10px;
}

.top-dropdowns .dropdown-toggle {
    font-size: 12px;
    color: #555;
    padding: 0;
    border: none;
    background: none;
}

.top-dropdowns .dropdown-toggle::after {
    font-size: 10px;
    vertical-align: middle;
}

.top-dropdowns .dropdown-menu {
    min-width: 100px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ---------- HEADER MAIN ---------- */
.header-main {
    padding: 18px 0;
    background: #fff;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #fcb614, #e5a40f);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(252, 182, 20, 0.3);
}

.logo-name {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #ef4234;
    line-height: 1;
    margin: 0;
}

.logo-tagline {
    font-size: 10px;
    color: #999;
    line-height: 1;
    margin-top: 2px;
    display: block;
}

/* Location Selector */
.location-.elementor-111 .elementor-element.elementor-element-5591df7 {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.location-.elementor-111 .elementor-element.elementor-element-5591df7:hover {
    border-color: #3ebeb7;
}

.location-label {
    font-size: 10px;
    color: #999;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}

.location-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.location-value i {
    font-size: 10px;
    color: #999;
    margin-left: 8px;
}

/* Search Bar */
.search-bar {
    display: flex;
    align-items: center;
    background: #f3f4f7;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #f3f4f7;
    transition: border-color 0.2s;
}

.search-bar:focus-within {
    border-color: #3ebeb7;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 12px 18px;
    font-size: 14px;
    color: #333;
    font-family: 'Inter', sans-serif;
}

.search-input::placeholder {
    color: #aaa;
}

.search-btn {
    border: none;
    background: transparent;
    padding: 12px 18px;
    cursor: pointer;
    color: #333;
    font-size: 18px;
    transition: color 0.2s;
}

.search-btn:hover {
    color: #f26f25;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.action-user {
    font-size: 26px;
    color: #333;
    transition: color 0.2s;
}

.action-user:hover {
    color: #ef4234;
}

.action-cart-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-price {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.action-cart {
    font-size: 24px;
    color: #fff;
    background: #f26f25;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background 0.2s;
}

.action-cart:hover {
    background: #d45c1a;
    color: #fff;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4234;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* ---------- MAIN NAVIGATION ---------- */
.main-nav {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 0;
}

/* All Categories Button */
.all-categories {
    position: relative;
}

.cat-btn {
    background: linear-gradient(135deg, #ef4234, #ef4234);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}

.cat-btn:hover {
    background: linear-gradient(135deg, #ef4234, #752b36);
}

.cat-btn .bi-list {
    font-size: 18px;
}

.cat-arrow {
    font-size: 10px;
    margin-left: auto;
}

.cat-subtitle {
    font-size: 9px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 0 0 8px 8px;
    margin-left: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: -2px;
}

/* Main Menu */
.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 18px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    transition: color 0.2s;
    white-space: nowrap;
}

.menu-link:hover {
    color: #f26f25;
}

.menu-link .bi-chevron-down {
    font-size: 10px;
}

.menu-item .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    margin-top: 0;
    padding: 8px 0;
}

.menu-item .dropdown-item {
    font-size: 13px;
    padding: 8px 20px;
    color: #555;
    transition: all 0.2s;
}

.menu-item .dropdown-item:hover {
    background: #fdf4f5;
    color: #ef4234;
}

/* ===== WooCommerce Theme Button Fix ===== */

/* Product Page Add to Cart */
.woocommerce div.product form.cart .single_add_to_cart_button {
    background: linear-gradient(135deg, #f26f25, #d45c1a) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #d45c1a, #b84d12) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Quantity Box Styling */
.woocommerce .quantity input.qty {
    height: 48px;
    width: 70px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-weight: 500;
}

/* Remove default pink/red theme override */
button.single_add_to_cart_button {
    background: linear-gradient(135deg, #f26f25, #d45c1a) !important;
}

/* ===== Related Products - Clean Grid Fix ===== */
.related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 992px) {
  .related.products ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 768px) {
  .related.products ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Card */
.related.products ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #eee !important;
  border-radius: 14px !important;
  background: #fff !important;
}

/* Images: same size + no ugly stretch */
.related.products ul.products li.product a img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  background: #f6f6f6 !important;
}

ul.products li.product .woocommerce-loop-product__link {
    display: block;
    text-decoration: none;
    width: 100%;
}

/* Title + price */
.related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px !important;
  line-height: 1.25 !important;
  margin: 12px 0 6px !important;
  font-weight: 700 !important;
}

.related.products ul.products li.product .price {
  font-size: 16px !important;
  margin: 0 0 12px !important;
  font-weight: 700 !important;
}

/* Button: match your home button style */
.related.products ul.products li.product a.button,
.related.products ul.products li.product .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  border: none !important;
  background: linear-gradient(135deg, #f26f25, #d45c1a) !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.related.products ul.products li.product a.button:hover {
  opacity: 0.92 !important;
}

.related.products ul.products::before,
.related.products ul.products::after{
  content: none !important;
  display: none !important;
}

/* ===== Breadcrumb Styling (WooCommerce + Theme) ===== */
.woocommerce-breadcrumb,
.breadcrumb,
nav.woocommerce-breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 18px 0 10px !important;
  padding: 10px 14px !important;
  background: #fff7f0; /* soft orange tint */
  border: 1px solid rgba(242,111,37,.18);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #444;
}

/* Links */
.woocommerce-breadcrumb a,
.breadcrumb a,
nav.woocommerce-breadcrumb a {
  color: #222 !important;
  text-decoration: none !important;
  font-weight: 600;
  transition: color .2s ease, opacity .2s ease;
}

.woocommerce-breadcrumb a:hover,
.breadcrumb a:hover,
nav.woocommerce-breadcrumb a:hover {
  color: #f26f25 !important;
}

/* Separator */
.woocommerce-breadcrumb .delimiter,
nav.woocommerce-breadcrumb .delimiter {
  color: rgba(0,0,0,.35);
}

/* If theme uses default "/" text separator */
.woocommerce-breadcrumb span,
nav.woocommerce-breadcrumb span {
  color: rgba(0,0,0,.35);
}

/* Current page */
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb {
  font-weight: 600;
}

.woocommerce-breadcrumb :where(span, strong):last-child,
nav.woocommerce-breadcrumb :where(span, strong):last-child {
  color: #f26f25;
  font-weight: 800;
}

/* Remove ugly blue visited state */
.woocommerce-breadcrumb a:visited,
nav.woocommerce-breadcrumb a:visited {
  color: #222 !important;
}

/* Mobile spacing */
@media (max-width: 768px){
  .woocommerce-breadcrumb,
  .breadcrumb,
  nav.woocommerce-breadcrumb{
    font-size: 13px;
    padding: 10px 12px !important;
  }
}

.single-product .summary p.price {
    margin-bottom: 21px;
}

h1.product_title.entry-title {
    margin-bottom: 0;
}

.static-rating {
    padding-bottom: 20px;
    padding-top: 20px;
}

.single-product .summary p.price {
    margin-bottom: 21px;
    font-size: 30px;
}

/* Hide dropdown but keep it functional */
.variations select.is-hidden{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}

/* Buttons row */
.variation-buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 6px 0 0;
}

/* Each swap button */
.variation-buttons .var-btn{
  padding:10px 14px;
  border:1px solid #d1d5db;
  background:#fff;
  border-radius:6px;
  cursor:pointer;
  font-weight:600;
  line-height:1;
  transition:.2s ease;
}

.variation-buttons .var-btn:hover{
  border-color:#f26f25;
}

/* Active selected */
.variation-buttons .var-btn.active{
  background:#111;
  color:#fff;
  border-color:#111;
}


/* ===== Single Product Image / Thumbnail Fix ===== */
.single-product div.product .woocommerce-product-gallery{
  max-width: 50%;           /* control image area width */
}

.single-product div.product .woocommerce-product-gallery__wrapper{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px;
}

.single-product div.product .woocommerce-product-gallery__image img{
  width: 100% !important;
  height: 520px !important;   /* make all products consistent */
  object-fit: contain !important;
  border-radius: 14px;
}

/* thumbnails row */
.single-product div.product .flex-control-thumbs{
  margin-top: 12px !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.single-product div.product .flex-control-thumbs li{
  margin: 0 !important;
}

.single-product div.product .flex-control-thumbs img{
  width: 100% !important;
  height: 70px !important;
  object-fit: cover !important;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 6px;
  background: #fff;
  opacity: 1 !important;
}

.single-product div.product .flex-control-thumbs img.flex-active{
  border-color: rgba(242,111,37,.55);
  box-shadow: 0 0 0 3px rgba(242,111,37,.15);
}

/* Mobile */
@media (max-width: 768px){
  .single-product div.product .woocommerce-product-gallery__image img{
    height: 360px !important;
  }
  .single-product div.product .flex-control-thumbs{
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ===== Single Product Categories Styling ===== */
.single-product .product_meta{
  margin-top: 18px;
  font-size: 14px;
  color: #555;
}

.single-product .product_meta .posted_in{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.single-product .product_meta .posted_in a{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7f0;
  border: 1px solid rgba(242,111,37,.18);
  color: #222 !important;
  text-decoration: none !important;
  font-weight: 700;
  text-transform: capitalize !important; /* fixes ALL CAPS */
}

.single-product .product_meta .posted_in a:hover{
  color: #f26f25 !important;
  border-color: rgba(242,111,37,.45);
}

.woocommerce-breadcrumb, nav.woocommerce-breadcrumb {
    font-weight: 600;
    margin-bottom: 50px!important;
}


@media (max-width: 600px) {
  .header-actions {
    
    justify-content: space-between;
    
  }
  
  ul#menu-primary {
    display: none;
}

.cat-subtitle {
    font-size: 9px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 0 0 8px 8px;
    margin-left: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 0;
    top: -7px;
    position: relative;
}

}/* End custom CSS */