/*
Theme Name: Follow Me Theme
Theme URI: https://followme.qa
Author: Follow Me Solutions
Author URI: https://followme.qa
Description: A complete fully functional multi purpose custom theme by Follow Me Solution. We implement data-driven digital marketing strategies to grow brand equity and drive engagement.To Achieve we define your goals, get to know your audience, and understand the context. Through a process of exploration, investigation, and research, we seek the insights that inform our future decisions.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: follow-me-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready, responsive-layout, accessibility-ready
*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #005177;
    text-decoration: underline;
}

.site-header {
    background-color: #222;
    color: #fff;
    padding: 1rem;
}

.site-title a {
    color: #fff;
    text-decoration: none;
}

.site-description {
    font-size: 0.9rem;
    color: #ccc;
}

.main-navigation {
    margin-top: 1rem;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation li {
    margin-right: 1rem;
}

.main-navigation a {
    color: #fff;
    font-weight: bold;
}

.content-area {
    max-width: auto;
	width: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
   /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
}

.widget-area {
    background-color: #f1f1f1;
    padding: 1rem;
    margin-top: 2rem;
}

.widget-title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.site-footer {
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
    font-size: 0.9rem;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    background-color: #050527;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

/* Product Categories Page Styles */

.product-categories-page-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: #0a0a23;
    color: #fff;
    padding: 20px;
    min-height: 80vh;
    width: 100vw;
    box-sizing: border-box;
}

.product-categories-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 20px;
    border-right: 1px solid #333;
    position: sticky;
    top: 20px;
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.product-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-category-item {
    margin-bottom: 20px;
    text-align: center;
}

.product-category-item a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.product-category-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    margin: 0 auto 8px;
}

.product-category-item.active img,
.product-category-item a:hover img {
    border-color: #c9a66b;
}

.category-name {
    font-size: 14px;
    text-transform: lowercase;
}

.product-listing {
    flex: 1 1 75%;
    max-width: 75%;
    padding-left: 20px;
    overflow-x: hidden;
}

.products-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-item a {
    flex-shrink: 0;
}

.product-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.product-title {
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: lowercase;
}

.product-price {
    font-weight: bold;
    color: #c9a66b;
    margin-bottom: 5px;
}

.product-excerpt {
    font-size: 14px;
    max-width: 400px;
    color: #ccc;
}

/* Responsive */

@media (max-width: 768px) {
    .product-categories-page-container {
        flex-direction: column;
        padding: 10px;
    }

    .product-categories-sidebar,
    .product-listing {
        max-width: 100%;
        flex: 1 1 100%;
        padding: 0;
        border: none;
    }

    .product-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-image {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
}
.woocommerce-product-details__short-description .tagged_as,
.product_meta .tagged_as {
    display: none !important;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.site-branding img {
  max-height: 60px;
}

.header-icons-left, .header-icons-right {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

.language-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.main-navigation {
  background: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 10px 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 40px;
}

.main-navigation a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 40px;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  z-index: 10;
}

.main-navigation li:hover .mega-menu {
  display: grid;
}

.mega-menu-column h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
}

.mega-menu-column li {
  margin-bottom: 6px;
}

.mega-menu-offer img {
  width: 100%;
  border-radius: 8px;
}

