/*
 * Easy Store site overrides
 * Consolidated from the former Additional CSS and loaded after theme styles.
 */

/* Global fixes */
.woocommerce-store-notice,
p.demo_store {
  min-height: 50px;
  height: auto;
}

#mCSB_1_container,
.es-slider-cat-menu .mCSB_container {
  padding-bottom: 45px !important;
}

/* Slider and category menu */
.es-slider-cat-menu {
  max-height: 500px;
  overflow-y: auto !important;
}

.es-slider-cat-menu .product-categories,
.product-categories {
  max-height: 450px;
  overflow-y: auto !important;
}

.es-slider-section {
  height: auto !important;
}

.es-slider-section,
.esSlider {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.esSlider > .es-single-slide {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Wishlist page */
.yith-wcwl-wishlist-table .add_to_cart.button,
.yith-wcwl-form button {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  border-radius: 16px !important;
  transition: background-color 0.3s ease;
}

.yith-wcwl-wishlist-table .add_to_cart.button:hover,
.yith-wcwl-form button:hover {
  background-color: #fd0111 !important;
  color: #fff !important;
}

.yith-wcwl-wishlist-table .add_to_cart.button::before {
  color: #fff !important;
}

.yith-wcwl-wishlist-table {
  background-color: #fff !important;
  color: #6d6c6c !important;
  border-color: #ccc !important;
}

.yith-wcwl-wishlist-table thead,
.yith-wcwl-wishlist-table tfoot,
.yith-wcwl-share {
  background-color: #f4f4f4 !important;
}

.yith-wcwl-share ul li a {
  color: #fff !important;
}

.yith-wcwl-share .facebook a { background: #39599e !important; }
.yith-wcwl-share .twitter a { background: #45afe2 !important; }
.yith-wcwl-share .pinterest a { background: #ab2e31 !important; }
.yith-wcwl-share .mailto a { background: #fbb102 !important; }
.yith-wcwl-share .whatsapp a { background: #00a901 !important; }

.yith-wcwl-share ul li a:hover {
  background: #595a5a !important;
}

/* Utility elements and badges */
#monsterinsightsbadge,
.mi-badge,
#mi_badge {
  display: none !important;
}

.es-sponsors-wrapper img {
  filter: none !important;
  opacity: 1 !important;
}

.es-sponsors-wrapper .single-item-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.product-badges .badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 12px;
  color: #fff;
}

.badge.emi { background: #1e2a5a; }
.badge.cod { background: #0a8f3c; }
.badge.free { background: #d60000; }

.es-discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  padding: 6px 12px;
  border-radius: 6px;
  background: #e60000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.woocommerce span.onsale {
  display: none !important;
}

/* A second cart link is rendered in the menu for the compact mobile header. */
.es-mobile-menu-cart {
  display: none;
}

/* Floating chat links */
.mflix-chat-wrap {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mflix-chat-wrap a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.mflix-chat-wrap a img {
  width: 32px;
  height: 32px;
}

.mflix-chat-wrap .mflix-chat {
  background: #007bff;
}

/* Keep the scroll-to-top button above the Tidio chat launcher. */
#es-scrollup {
  right: 32px !important;
  bottom: 100px !important;
  z-index: 9999998;
}

/* Category Products: show the section title and info in one red banner. */
.easy_store_category_products .section-title-wrapper {
  margin-bottom: 20px;
  padding: 12px 18px;
  border: 0 !important;
  background: #fd0111;
}

.easy_store_category_products .section-title-wrapper::before,
.easy_store_category_products .section-title-wrapper::after {
  content: "" !important;
  display: block !important;
  left: 18px;
  width: calc(100% - 36px);
  height: 1px;
  bottom: auto;
  background: rgba(255, 255, 255, 0.7);
}

.easy_store_category_products .section-title-wrapper::before {
  top: calc(50% - 2px);
}

.easy_store_category_products .section-title-wrapper::after {
  top: calc(50% + 2px);
}

.easy_store_category_products .section-title-block {
  float: left;
  width: auto;
  padding: 0 18px 0 0;
  border: 0 !important;
  background: #fd0111;
}

.easy_store_category_products .es-block-title,
.easy_store_category_products .section-info {
  color: #fff !important;
}

.easy_store_category_products .es-block-title {
  line-height: 1.3;
}

.easy_store_category_products .section-info {
  display: block;
  margin-top: 3px;
  line-height: 1.4;
}

/* Footer contact list */
#colophon .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#colophon .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #ddd;
  font-size: 14px;
  line-height: 1.7;
}

#colophon .footer-contact i {
  min-width: 18px;
  margin-top: 9px;
  color: #fd0111;
  font-size: 16px;
}

#colophon .footer-contact a {
  color: #ddd;
  text-decoration: none;
}

#colophon .footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Restore the classic footer social row after the Font Awesome upgrade. */
#colophon .easy_store_social_media .es-social-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#colophon .easy_store_social_media .es-social-icons-wrapper .social-link {
  display: inline-block;
  margin: 0;
}

#colophon .easy_store_social_media .es-social-icons-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  padding: 0;
  background: #161a44;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#colophon .easy_store_social_media .es-social-icons-wrapper a:hover,
#colophon .easy_store_social_media .es-social-icons-wrapper a:focus {
  background: #fd0111;
  color: #fff !important;
}

#colophon .easy_store_social_media a[href*="facebook.com"] {
  background: #1877f2;
}

#colophon .easy_store_social_media a[href*="instagram.com"] {
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 55%, #fcb045 100%);
}

#colophon .easy_store_social_media a[href*="facebook.com"]:hover,
#colophon .easy_store_social_media a[href*="instagram.com"]:hover,
#colophon .easy_store_social_media a[href*="facebook.com"]:focus,
#colophon .easy_store_social_media a[href*="instagram.com"]:focus {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

/* Footer navigation: clear, compact links that remain readable on dark backgrounds. */
#colophon .es-footer-widget .widget_nav_menu ul.menu {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

#colophon .es-footer-widget .widget_nav_menu ul.menu > li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#colophon .es-footer-widget .widget_nav_menu ul.menu li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 7px 2px;
  color: #f2f2f2 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  opacity: 1;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

#colophon .es-footer-widget .widget_nav_menu ul.menu li a::before {
  position: static;
  flex: 0 0 auto;
  margin-right: 9px;
  color: #fd0111;
  content: "\f105";
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-size: 13px;
  font-weight: 900;
}

#colophon .es-footer-widget .widget_nav_menu ul.menu > li:hover,
#colophon .es-footer-widget .widget_nav_menu ul.menu > li.current-menu-item {
  border: 0;
}

#colophon .es-footer-widget .widget_nav_menu ul.menu li a:hover,
#colophon .es-footer-widget .widget_nav_menu ul.menu li a:focus,
#colophon .es-footer-widget .widget_nav_menu ul.menu li.current-menu-item > a {
  padding-left: 7px;
  background: transparent;
  color: #fd0111 !important;
}

#colophon .es-footer-widget .widget_nav_menu .sub-menu {
  margin: 0;
  padding: 0 0 6px 18px;
  border: 0;
}

#colophon .es-footer-widget .widget_nav_menu .sub-menu li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#colophon .es-footer-widget .widget_nav_menu .sub-menu li a {
  min-height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #dedede !important;
  font-size: 13px;
  font-weight: 500;
}

#colophon .es-footer-widget .widget_nav_menu .sub-menu li a:hover,
#colophon .es-footer-widget .widget_nav_menu .sub-menu li a:focus,
#colophon .es-footer-widget .widget_nav_menu .sub-menu li.current-menu-item > a {
  padding-left: 7px;
  color: #fd0111 !important;
}

/* Footer Tag Cloud: pill-shaped links with consistent sizing. */
#colophon .es-footer-widget .widget_tag_cloud .tagcloud,
#colophon .es-footer-widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#colophon .es-footer-widget .widget_tag_cloud .tagcloud a,
#colophon .es-footer-widget .widget_tag_cloud a,
#colophon .es-footer-widget .wp-block-tag-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  margin: 0;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #ddd;
  font-size: 12px !important;
  line-height: 1.3;
  text-decoration: none;
}

#colophon .es-footer-widget .widget_tag_cloud .tagcloud a:hover,
#colophon .es-footer-widget .widget_tag_cloud .tagcloud a:focus,
#colophon .es-footer-widget .widget_tag_cloud a:hover,
#colophon .es-footer-widget .widget_tag_cloud a:focus,
#colophon .es-footer-widget .wp-block-tag-cloud a:hover,
#colophon .es-footer-widget .wp-block-tag-cloud a:focus {
  border-color: #fd0111;
  background: #fd0111;
  color: #fff !important;
}

/* Keep the WooCommerce price filter beside the shop products. */
.es-header-area-cart-wrapper .widget_price_filter,
.es-header-area-cart-wrapper .widget_layered_nav_filters,
.es-header-area-cart-wrapper .widget_rating_filter {
  display: none !important;
}

#sidebar-shop .widget_layered_nav_filters {
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid #e3e4e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(21, 25, 67, 0.05);
}

#sidebar-shop .widget_layered_nav_filters .widget-title {
  margin: 0 0 12px;
  color: #292c39;
  font-size: 18px;
}

#sidebar-shop .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-shop .widget_layered_nav_filters li {
  margin: 0 0 7px;
}

#sidebar-shop .widget_layered_nav_filters li:last-child {
  margin-bottom: 0;
}

#sidebar-shop .es-no-active-filters p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

#sidebar-shop .widget_rating_filter {
  margin: 0 0 30px;
  padding: 18px 20px;
  border: 1px solid #e3e4e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(21, 25, 67, 0.05);
}

#sidebar-shop .widget_rating_filter .widget-title {
  margin: 0 0 12px;
  color: #292c39;
  font-size: 18px;
}

#sidebar-shop .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-shop .widget_rating_filter li {
  margin-bottom: 8px;
}

#sidebar-shop .widget_rating_filter li:last-child {
  margin-bottom: 0;
}

#sidebar-shop .es-rating-filter-fallback a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
  font-size: 13px;
  text-decoration: none;
}

#sidebar-shop .es-rating-filter-fallback a:hover,
#sidebar-shop .es-rating-filter-fallback .chosen a {
  color: #fd0111;
}

#sidebar-shop .es-rating-stars {
  position: relative;
  display: inline-block;
  flex: 0 0 84px;
  width: 84px;
  color: #d7d7d7;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

#sidebar-shop .es-rating-stars::before,
#sidebar-shop .es-rating-stars::after {
  content: "\2605\2605\2605\2605\2605";
}

#sidebar-shop .es-rating-stars::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--es-rating) * 20%);
  overflow: hidden;
  color: #f5a623;
}

#sidebar-shop .widget_price_filter {
  margin: 0 0 30px;
  padding: 22px 20px;
  border: 1px solid #e3e4e8;
  border-radius: 6px;
  background: #f8f9fb;
  box-shadow: 0 7px 22px rgba(21, 25, 67, 0.06);
}

#sidebar-shop .widget_price_filter .widget-title {
  margin: 0 0 22px;
  color: #292c39;
  font-size: 20px;
}

#sidebar-shop .widget_price_filter .price_slider_amount {
  color: #555;
  font-size: 13px;
}

#sidebar-shop .widget_price_filter .button {
  border-radius: 4px;
}

/* Relocated business profile: first footer column. */
#colophon .es-footer-business-profile {
  margin: 0;
}

#colophon .es-footer-business-logo {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 10px;
  border-radius: 5px;
  background: #fff;
}

#colophon .es-footer-business-logo .custom-logo-link {
  display: block;
  float: none;
  line-height: 0;
}

#colophon .es-footer-business-logo img.custom-logo {
  display: block;
  width: auto;
  max-width: 235px;
  height: auto;
  max-height: 110px;
  margin: 0;
}

#colophon .es-footer-business-logo > a:not(.custom-logo-link) {
  color: #151943;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

#colophon .es-footer-business-profile > p {
  margin: 0;
  color: #ccc;
  font-size: 13px;
  line-height: 1.75;
}

#colophon .es-footer-widget:first-child .widget_text .textwidget > p:first-child {
  margin: 0 0 18px;
}

#colophon .es-footer-widget:first-child .widget_text img {
  display: block;
  width: 100%;
  max-width: 235px;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  border-radius: 5px;
  background: #fff;
}

#colophon .es-footer-widget:first-child .widget_text p {
  margin: 0 0 14px;
  color: #ccc;
  font-size: 13px;
  line-height: 1.75;
}

#colophon .footer-contact span {
  color: #ddd;
}

#colophon .footer-contact i {
  margin-top: 5px;
}

/* Category product archive button. */
.easy_store_category_products .es-category-see-more-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0 4px;
}

.easy_store_category_products .es-category-see-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 24px;
  border: 2px solid #151943;
  border-radius: 999px;
  background: #151943;
  box-shadow: 0 7px 18px rgba(21, 25, 67, 0.18);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.easy_store_category_products .es-category-see-more i {
  color: #fd0111;
  font-size: 17px;
  transition: transform 0.2s ease;
}

.easy_store_category_products .es-category-see-more:hover,
.easy_store_category_products .es-category-see-more:focus {
  border-color: #fd0111;
  background: #fd0111;
  box-shadow: 0 9px 22px rgba(253, 1, 17, 0.24);
  color: #fff !important;
  transform: translateY(-2px);
}

.easy_store_category_products .es-category-see-more:hover i,
.easy_store_category_products .es-category-see-more:focus i {
  color: #fff;
  transform: translateX(3px);
}

/* Product actions: wishlist hidden; cart action is the full-width primary button. */
.es-wishlist-btn-wrap,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
a.add_to_wishlist,
.yith-wcwl-icon,
.yith-wcwl-add-button a,
.yith-wcwl-add-to-wishlist a {
  display: none !important;
}

.es-product-buttons-wrap {
  display: block !important;
}

.woocommerce-active .es-product-buttons-wrap a.add_to_cart_button,
.woocommerce-active .es-product-buttons-wrap a.button,
.woocommerce-active .es-product-buttons-wrap a.added_to_cart.wc-forward,
.woocommerce-active ul.products li.product .button {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 8px !important;
  border: 1px solid #fd0111 !important;
  border-radius: 0 !important;
  background-color: #fd0111 !important;
  color: #fff !important;
  text-align: center !important;
}

.woocommerce-active .es-product-buttons-wrap a.add_to_cart_button:hover,
.woocommerce-active .es-product-buttons-wrap a.button:hover,
.woocommerce-active .es-product-buttons-wrap a.added_to_cart.wc-forward:hover,
.woocommerce-active ul.products li.product .button:hover {
  border-color: #d4000f !important;
  background-color: #d4000f !important;
  color: #fff !important;
}

.woocommerce-active .es-product-buttons-wrap a.add_to_cart_button:focus,
.woocommerce-active .es-product-buttons-wrap a.add_to_cart_button:active,
.woocommerce-active .es-product-buttons-wrap a.button:focus,
.woocommerce-active .es-product-buttons-wrap a.button:active,
.woocommerce-active .es-product-buttons-wrap a.added_to_cart.wc-forward:focus,
.woocommerce-active .es-product-buttons-wrap a.added_to_cart.wc-forward:active {
  border-color: #fd0111 !important;
  background-color: #fd0111 !important;
  color: #fff !important;
  outline: 2px solid transparent;
  box-shadow: none !important;
}

/* Mobile layout */
@media (max-width: 768px) {
  html,
  body,
  #page {
    max-width: 100%;
    overflow-x: hidden;
  }

  #masthead .es-header-logo-wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #masthead .site-branding .custom-logo-link {
    display: inline-block;
    float: none;
    line-height: 0;
  }

  #masthead .site-branding img.custom-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 46px;
    height: auto;
    margin: 0 auto;
  }

  /* Keep every Category Products heading to exactly two text lines:
     one line for the title and one line for the section info. */
  .easy_store_category_products .section-title-wrapper {
    padding: 6px 12px;
  }

  .easy_store_category_products .section-title-wrapper::before,
  .easy_store_category_products .section-title-wrapper::after {
    left: 12px;
    width: calc(100% - 24px);
  }

  .easy_store_category_products .section-title-block {
    max-width: calc(100% - 18px);
    padding-right: 10px;
  }

  .easy_store_category_products .es-block-title,
  .easy_store_category_products .section-info {
    overflow: visible;
    white-space: nowrap;
  }

  .easy_store_category_products .es-block-title {
    font-size: clamp(12px, 4vw, 16px);
    line-height: 1.15;
  }

  .easy_store_category_products .section-info {
    margin-top: 1px;
    font-size: clamp(10px, 3.35vw, 14px);
    line-height: 1.2;
  }

  .mt-container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .es-header-area-cart-wrapper {
    width: 100%;
    max-width: 600px;
    padding: 0 12px;
  }

  /* Mobile header: Home | Menu | Cart | Wishlist. */
  #masthead .es-header-area-cart-wrapper .site-header-cart {
    display: none !important;
  }

  #masthead .es-header-area-cart-wrapper {
    margin-top: 0;
  }

  .es-main-menu-wrapper .mt-container {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .es-main-menu-wrapper .es-home-icon {
    flex: 0 0 64px;
    order: 1;
  }

  .es-main-menu-wrapper .es-home-icon a {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .es-main-menu-wrapper .mt-header-menu-wrap {
    flex: 0 0 56px;
    order: 2;
    min-width: 0;
  }

  .es-main-menu-wrapper .menu-toggle {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart,
  .es-main-menu-wrapper .es-wishlist-wrap {
    float: none;
    flex: 1 1 0;
    min-width: 0;
    height: 50px;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart {
    display: block;
    order: 3;
  }

  .es-main-menu-wrapper .es-wishlist-wrap {
    order: 4;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-contents,
  .es-main-menu-wrapper .es-wishlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 4px 7px;
    color: #fff !important;
    line-height: 1.1;
    text-align: center;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-contents {
    background: #111;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-contents:hover,
  .es-main-menu-wrapper .es-mobile-menu-cart .cart-contents:focus {
    background: #333;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .es-cart-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-title-wrap {
    display: flex;
    float: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1px 4px;
    min-width: 0;
    line-height: 1.1;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-title {
    display: none !important;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .amount,
  .es-main-menu-wrapper .es-mobile-menu-cart .count {
    font-size: 10px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-icon {
    flex: 0 0 auto;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 30px;
  }

  .es-main-menu-wrapper .es-wishlist-btn {
    background: #fd0111;
    font-size: 11px;
    white-space: nowrap;
  }

  .es-main-menu-wrapper .es-wishlist-btn:hover,
  .es-main-menu-wrapper .es-wishlist-btn:focus {
    background: #d4000f;
  }

  .es-main-menu-wrapper .es-wishlist-btn i {
    margin-right: 4px;
    font-size: 14px;
  }

  .es-main-menu-wrapper .es-wishlist-btn .es-wl-counter {
    margin-left: 3px;
  }

  /* WooCommerce shop, archive and product-category cards. */
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
  }

  .woocommerce ul.products::before,
  .woocommerce ul.products::after,
  .woocommerce-page ul.products::before,
  .woocommerce-page ul.products::after {
    display: none !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
  }

  .woocommerce ul.products li.product:not(.product-category),
  .woocommerce-page ul.products li.product:not(.product-category),
  .es-cat-products-wrapper .product {
    display: flex;
    flex-direction: column;
  }

  .woocommerce ul.products li.product .es-product-title-wrap,
  .woocommerce-page ul.products li.product .es-product-title-wrap,
  .es-cat-products-wrapper .product .es-product-title-wrap {
    flex: 1 1 auto;
  }

  .woocommerce ul.products li.product .es-product-buttons-wrap,
  .woocommerce-page ul.products li.product .es-product-buttons-wrap,
  .es-cat-products-wrapper .product .es-product-buttons-wrap {
    margin-top: auto;
  }

  /* Homepage category-product widget. */
  .es-cat-products-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
  }

  .es-cat-products-wrapper .product {
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
  }

  /* Homepage product-category collection. */
  #es-front-page-widgets > .easy_store_categories_collection.es-mobile-category-merged-source {
    display: none !important;
  }

  .easy_store_categories_collection .es-cat-coll-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .easy_store_categories_collection .single-cat-wrap.mt-column-3 {
    display: block;
    float: none;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
  }

  .easy_store_categories_collection .img-holder {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f4f4;
  }

  .easy_store_categories_collection .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .easy_store_categories_collection .content-wrap {
    bottom: 12px;
    width: calc(100% - 16px);
    margin-left: calc(-50% + 8px);
    padding: 8px 6px;
  }

  .easy_store_categories_collection .single-cat-wrap:hover .content-wrap {
    bottom: 12px;
  }

  .easy_store_categories_collection .es-coll-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .easy_store_categories_collection .es-coll-info {
    display: none;
  }

  .easy_store_categories_collection .es-coll-link {
    margin-top: 2px;
    font-size: 12px;
  }

  ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box !important;
    height: 4.2em;
    min-height: 4.2em;
    max-height: 4.2em;
    margin: 10px 0 5px;
    overflow: hidden;
    font-size: 14px !important;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
  }

  ul.products li.product .price,
  .woocommerce ul.products li.product .price {
    font-size: 14px !important;
  }

  ul.products li.product .price del {
    font-size: 12px !important;
  }

  ul.products li.product .price ins {
    font-size: 14px !important;
  }

  .product a.woocommerce-LoopProduct-link {
    margin-right: 6px;
    margin-left: 6px;
  }

  .woocommerce-active .es-product-buttons-wrap a.add_to_cart_button,
  .woocommerce-active .es-product-buttons-wrap a.button,
  .woocommerce-active .es-product-buttons-wrap a.added_to_cart.wc-forward,
  .woocommerce-active ul.products li.product .button {
    padding: 8px 5px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1.35;
    white-space: normal;
  }

  .es-product-buttons-wrap a::before {
    margin-right: 4px !important;
  }

  .footer-contact li {
    font-size: 15px;
  }

  .mflix-chat-wrap {
    right: 12px;
    bottom: 65px;
    gap: 10px;
  }

  .mflix-chat-wrap a {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 600px) {
  .easy_store_slider .es-slider-cat-menu {
    display: none !important;
  }

  .es-slider-section {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .es-main-menu-wrapper .es-home-icon {
    flex-basis: 52px;
  }

  .es-main-menu-wrapper .mt-header-menu-wrap {
    flex-basis: 46px;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-contents,
  .es-main-menu-wrapper .es-wishlist-btn {
    padding-right: 4px;
    padding-left: 4px;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .cart-icon {
    display: none;
  }

  .es-main-menu-wrapper .es-mobile-menu-cart .amount,
  .es-main-menu-wrapper .es-mobile-menu-cart .count,
  .es-main-menu-wrapper .es-wishlist-btn {
    font-size: 9px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .es-cat-products-wrapper,
  .easy_store_categories_collection .es-cat-coll-wrap {
    gap: 8px;
  }

  ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
  }
}
