/**
 * =========================================================================
 * Custom Global Styles
 * somo-custom-global-style.css
 * =========================================================================
 *
 * This stylesheet contains general-purpose styles used across the entire site.
 * It supports layout consistency, utility classes, and minor visual adjustments
 * that are not tied to any specific feature module.
 *
 * Scope:
 * - Global utility classes (spacing, visibility, alignment)
 * - Typography and button tweaks
 * - WooCommerce layout refinements
 * - Minor overrides for theme or plugin inconsistencies
 *
 * Note: Keep this file lean and modular. Avoid feature-specific styles here.
 */


/* -------------------------------------------------------------------------
   Book Meta Link Color (Single Product Page)
   ------------------------------------------------------------------------- */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: #955495 !important;
}

/* -------------------------------------------------------------------------
   Font Size and Alignment (Single Product Page)
   ------------------------------------------------------------------------- */
p.elementor-heading-title.elementor-size-default,
div.woocommerce-product-details__short-description {
  font-size: 17px;
  text-align: justify;
}

/* -------------------------------------------------------------------------
   Top Bar Text Color
   ------------------------------------------------------------------------- */
div.whb-top-bar span.nav-link-text {
  color: #A399B9;
}

/* -------------------------------------------------------------------------
   Bottom Navigation Font (Desktop & Mobile)
   ------------------------------------------------------------------------- */
div.whb-header-bottom span.nav-link-text,
.mobile-nav span.nav-link-text {
  font-family: 'Noto Serif Bengali', serif;
  font-size: 16px;
  color: #4a2572;
}

/* -------------------------------------------------------------------------
   Hide Savings Message in Sticky Add to Cart & Carousels
   ------------------------------------------------------------------------- */
.wd-sticky-btn-cart .custom-savings-inline,
div.wd-carousel-inner .custom-savings-inline {
  display: none !important;
}


/* -------------------------------------------------------------------------
   Footer Payment Banner Resizing
   ------------------------------------------------------------------------- */

div.wd-col-end.reset-last-child img{
  height: 30px;
}

/* -------------------------------------------------------------------------
   Chatty Chat Widget Margin Bottom
   ------------------------------------------------------------------------- */

.chaty-cta-main{
	margin-bottom:50px;
}
