*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'DM Sans', sans-serif;
    scroll-behavior: smooth;

    line-height: 28px;
}


select, input[type="date"] {
    padding: 14px 17px;
}


.icon-box{
    font-size:20px;
}

.icon-box .count{
    width:20px;
    height:20px;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
}
textarea {
    height: 100px;
    margin-bottom: 5px;
}


.main-header {
  background: #fcb800;
  padding: 15px 0;
}


h1 .logo {
  font-size: 39px;
  font-weight: 700;
  color: #000;
}

.logo span {
  color: #fff;
}
.menu-bar {
    background: #ffc107; /* change if needed */
}

.main-menu,
.right-menu {
    list-style: none;
    padding: 0;
}

.main-menu li,
.right-menu li {
    position: relative;
}

.main-menu li a,
.right-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 200;
/*     padding: 8px 10px; */
    display: block;
    font-size: 13px;
}

/* Dropdown */
.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100px;
    background: #fff;
    list-style: none;
/*     padding: 10px 0; */
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}

/* Right side dropdown */
.right-dropdown {
    right: 0;
    left: auto;
}

/* Dropdown items */
.dropdown-menu-custom li a {
    padding: 8px 15px;
    color: #333;
}

.dropdown-menu-custom li a:hover {
    background: #f8f9fa;
}

/* ðŸ”¥ HOVER EFFECT */
.main-menu li:hover .dropdown-menu-custom,
.right-menu li:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Main menu */
.main-menu li a {
    text-decoration: none;
    color: #000;
/*     padding: 15px 0; */
    display: block;
}

/* Mega Menu Container */
.mega-parent {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1000px;
    background: #fff;
    padding: 25px;
    display: none;
    border-radius: 6px;
    z-index: 9999;
   
}

.mega-parent:hover .mega-menu {
    display: block;
}
.mega-left ul li {
 font-size: 13px;
 padding: 10px;
 border-radius: 6px;
}

.mega-left i {
 font-size: 11px;

}

/* Hover effect */
.mega-left ul li:hover {
    background-color:#fcb800;
    color:#fffff;
}

/* Active item */
.mega-left ul li.active {
    background-color: #fcb800;
}





.header,
.main-header {
    overflow: visible !important;
}


.search-wrapper {
  width: 100%;
}

.search-inner {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 42px;
}

.category {
  padding: 0 20px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

.search-inner input {
  flex: 1;
  border: none;
  padding: 0 15px;
  outline: none;
}

.search-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-weight: 600;
}


.right-section {
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  /* gap: 25px; */
}

.icon-item {
  position: relative;
  font-size: 22px;
  cursor: pointer;
}

.count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 60%;
  width:25px;height:25px;
}

.user-area {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}


.menu-bar {
  background: #fcb800;
  border-top: 1px solid rgba(0,0,0,0.15);
  padding: 12px 0;
}

.main-menu,
.right-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}

.main-menu li {
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
}

.right-menu li {
  font-size: 14px;
  cursor: pointer;
}


@media (max-width: 992px) {
  .search-wrapper {
    display: none;
  }

  .right-menu {
    display: none;
  }
}
.user_nav{
    width:30px;height:30px;
}

.top-header {
    background: #f4b400;
    padding: 15px 0;
}

/* Search Wrapper */
.search-wrapper {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
}

/* Category */
.category-box {
    background: #f8f9fa;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

/* Input */
.search-input {
    flex: 1;
    border: none;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
}

/* Search Button */
.search-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-weight: 600;
    transition: 0.3s;
}

.search-btn:hover {
    background: #222;
}

/* Right Icons */
.icon-box {
    position: relative;
    font-size: 20px;
    margin-left: 25px;
    cursor: pointer;
}

.count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Login */
.login-box strong {
    font-size: 14px;
}

.login-box span {
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    .right-icons {
        margin-top: 15px;
        justify-content: center !important;
    }

    .search-wrapper {
        margin-bottom: 10px;
    }

    .login-box div {
        display: none;
    }
}
/* Right side icons */
.right-icons .icon-box i {
    font-size: 29px;   /* Increase icon size */
}

.right-icons .count {
    font-size: 14px;   /* Increase count size */
    font-weight: 600;
}

/* Login section */
.login-box i {
    font-size: 29px;   /* User icon bigger */
}

.login-box strong {
    font-size: 16px;   /* Log in text bigger */
}

.login-box span {
    font-size: 14px;   /* Register text */
}



.hero-slider .carousel-item {
    height: 400px;
    position: relative;
}

.slide-content {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}



/* Dark Overlay */
.slide-content::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}

/* Text Styling */
.slider-text {
    position: relative;
    color: #fff;
    max-width: 600px;
    padding-left: 80px;
}

.small-text {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-text h2 {
   
    font-weight: 700;
    margin: 20px 0;
}

.price {
    color: #ffc107;
}

.shop-btn {
    background: #ffc107;
    color: #000;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

.shop-btn:hover {
    background: #fff;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider .carousel-item,
    .slide-content {
        height: 450px;
    }

    .slider-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-text h2 {
        font-size: 26px;
    }
}
/* Sidebar Body */
.offcanvas-body{
    background: #f3f3f3;
    padding: 0 !important;
}

/* Menu List */
.menu-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Menu Items */
.menu-list li{
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    color: #222;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.menu-list li:hover{
    background: #ffffff;
}

/* Left Icons */
.menu-list li i{
    width: 22px;
    margin-right: 12px;
    color: #444;
}

/* Flex Items (with plus icon) */
.menu-list .d-flex{
    width: 100%;
}

/* Plus Icon */
.menu-list .fa-plus{
    font-size: 12px;
    color: #444;
}

/* Remove extra spacing inside span icons */
.menu-list span i{
    margin-right: 12px;
}

.old-price .woocommerce-Price-amount {
    color: #808080!important; /* gray color */
}



/* Hover Effects */
.deal-card:hover .hover-icons {
    opacity: 1;
}

.deal-card:hover img {
    transform: scale(1.05);
}




 #hero-slider {
        position: relative;
        width: 100%;
        height: 55vh;
        overflow: hidden;
        font-family: 'Segoe UI', sans-serif;
    }

    .hero-slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1.05);
        transition: opacity 1s ease, transform 1s ease;
    }

    .hero-slide.active {
        opacity: 1;
        transform: scale(1);
        z-index: 1;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translateY(-50%);
        color: #fff;
        max-width: 500px;
    }

    .hero-content h1 {
        font-size: clamp(28px, 5vw, 56px);
        margin-bottom: 15px;
    }

    .hero-content p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .hero-btn {
        display: inline-block;
        padding: 12px 30px;
        background: #0d6efd;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        transition: 0.3s;
    }

    .hero-btn:hover {
        background: #084298;
    }

    /* Arrows */
    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        font-size: 28px;
        padding: 12px 18px;
        cursor: pointer;
        z-index: 5;
    }

    .slider-arrow.left {
        left: 0px;
    }

    .slider-arrow.right {
        right: 1px;
    }

    /* Mobile */
    @media (max-width: 768px) {
        .hero-content {
            left: 5%;
            right: 5%;
            text-align: center;
        }
    }



/* Right Promo Boxes */
.promo-box {
  /* background: #f3f3f3; */
  padding: 30px;
  height: 190px;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background-image: url(../../assets/image/b1.jpg);*/
  background-repeat: no-repeat;
}

.promo-box-2 {
   /*background-image: url(../../assets/image/b2.jpg);*/
   background-repeat: no-repeat;
}

.promo-box h4 {
  font-weight: 600;
}

.discount {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff3d00;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;

  /* Center text */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.orange {
  background: #ff6f00;
}

/* Responsive */
@media (max-width: 991px) {
  .slide-content {
    height: 320px;
    padding: 30px;
  }

  .slider-text h2 {
    font-size: 22px;
  }

  .promo-box {
    height: auto;
  }
}




.feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-list li {
    flex: 1;
    position: relative;
    padding: 0 25px; /* Equal gap mandatory */
}

/* Vertical Divider */
.feature-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 80%;
    width: 1px;
    background: #ddd;
}

.feature-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.feature-icon {
    font-size: 28px;
    color: #f4a100;
    min-width: 35px;
}

.feature-content h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.feature-content p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .feature-list {
        flex-wrap: wrap;
    }

    .feature-list li {
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding: 10px 15px;
    }

    .feature-list li::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .feature-list li {
        flex: 0 0 100%;
        text-align: center;
    }

    .feature-inner {
        justify-content: center;
    }
}



.footer-section {
    background: #f5f5f5;
   
}

/* Newsletter */
.newsletter-form{
    display: flex;
    align-items: center;
}

.newsletter-form form{
    display: flex;
    width: 100%;
}

.newsletter-form p{
    display: flex;
    margin: 0;
    width: 100%;
}

.newsletter-form input[type="email"]{
    height: 50px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ddd;
    padding: 0 15px;
    flex: 1;
}

.newsletter-form .subscribe-btn{
    background: #ffb400 !important;
    border: none;
    padding: 0 30px;
    border-radius: 0 6px 6px 0;
    font-weight: 600;
    height: 50px;
}

.newsletter-form .subscribe-btn:hover{
    background: #e6a200;
}

.footer-phone {
    color: #ffb400;
    font-weight: 700;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.footer-links li {
    margin-bottom: 2px;
}

.footer-links a {
    text-decoration: none;
    color: #666;
    transition: 0.3s;
    font-size:14px;
    margin-bottom: 0px;
}

.footer-links a:hover {
    color: #ffb400;
    padding-left: 5px;
}

/* Social Icons */
.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
   
    color: #555;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}
.footer-section {
    background: #f5f5f5;
    font-size: 14px;
    color: #555;
}

.footer-top p {
    margin-bottom: 12px;
}

.footer-top strong {
    color: #000;
    margin-right: 10px;
}

.footer-top a {
    color: #666;
    text-decoration: none;
    margin: 0 5px;
}

.footer-top a:hover {
    color: #ff3d00;
}

.footer-bottom {
    font-size: 15px;
}



.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    z-index: 999;
}

.scroll-top i {
    font-size: 18px;
}


.popup-left{
    padding: 60px 50px;
}

.popup-left h2{
    font-weight: 500;
    margin-bottom: 20px;
}

.popup-left h2 span{
    color: #f4b400;
    font-weight: 700;
}

.popup-left p{
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.popup-left input{
    height: 50px;
    border-radius: 0;
    margin-bottom: 20px;
}

.subscribe-btn{
    background: #f4b400;
    border: none;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 6px;
}

.subscribe-btn:hover{
    background: #e0a800;
}

.popup-image{
    height: 100%;
    background-size: cover;
    background-position: center;
}

.custom-close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
}

/* Responsive */
@media(max-width:991px){
    .popup-left{
        padding:40px 25px;
        text-align:center;
    }
}

@media(max-width:767px){
    .popup-image{
        display:none;
    }
}

/* Header */
.section-header{
    background:#eee;
   
    border-radius:8px;
}

.section-title{
    font-weight:600;
    margin:0;
    fon
}
a{
    text-decoration: none!important;
}
.category-links a{
    text-decoration:none;
    color:#666;
    font-size:14px;
    margin-left:20px;
}

.category-links a:hover{
    color:#0d6efd;
}

/* Product Card */
.product-card{
    background:#fff;
    padding:20px;
    border-radius:8px;
    transition:all .3s ease;
    height:100%;
}

.product-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transform:translateY(-4px);
}
.product-horizontal {
    display: flex;
    align-items: center;
    gap: 15px;
   
    padding: 15px;
    border-radius: 6px;
}

.product-horizontal img {
    width: 120px;
    height: 120px;
}

.product-content h5 {
    font-size: 16px;
    color: #2575ec;
  
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
   
}

.star {
    color: #f4b400;
    font-size: 12px;
}

.review-count {
    margin-left: 8px;
    font-size: 14px;
    color: #777;
}

.price {
    font-weight: 200;
    font-size: 20px;
    color: #000000;
}
.app-section{
  
    background:#f2f2f2;
}



.left img{
display: flex;
justify-content: end;
    max-width:100%;
    float: right;
}



.right h2{
    font-size:36px;
    font-weight:500;
    margin-bottom:20px;
    color:#222;
}

.right p{
    font-size:16px;
    color:#666;
    margin-bottom:30px;
    line-height:1.6;
}

.subscribe-box{
    display:flex;
    margin-bottom:30px;
}

.subscribe-box input{
    flex:1;
    padding:15px;
    border:1px solid #ccc;
    border-right:none;
    font-size:14px;
    outline:none;
}

.subscribe-box button{
    padding:15px 25px;
    border:none;
    background:#f4b400;
    color:#000;
    font-weight:500;
    cursor:pointer;
    transition:0.3s;
}

.subscribe-box button:hover{
    background:#e0a800;
}

.store-buttons img{
    width:150px;
    margin-right:15px;
    cursor:pointer;
}

@media(max-width:992px){
    .container{
        flex-direction:column;
        
    }

    .subscribe-box{
        justify-content:center;
    }
}
/* Responsive Header */
@media(max-width:768px){
    .category-links{
        margin-top:10px;
    }
    .category-links a{
        margin-left:0;
        margin-right:15px;
        display:inline-block;
    }
}

.product-section {
  padding: 60px 0;
  background: #f8f8f8;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 40px; */
}

.tabs span {
  margin-left: 20px;
  cursor: pointer;
  color: #777;
  font-weight: 500;
}

.tabs span.active {
  color: #ff4d00;
}

.product-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.product-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.product-card img {
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-card h4 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #007bff;
}

.rating i {
  color: #f4b400;
  font-size: 14px;
}

.rating span {
  color: #888;
  margin-left: 5px;
}

.price .new {
  color: #ff4d00;
  font-weight: 600;
  margin-right: 10px;
}

.price .old {
  text-decoration: line-through;
  color: #aaa;
}

.badge.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4d00;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.badge.stock {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* Custom Owl Arrows */
.owl-nav button {
  position: absolute;
  top: 40%;
  background: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.owl-nav .owl-prev {
  left: -25px;
}

.categories{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(180px,1fr));
    gap:25px;
}

.card{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:30px 20px;
    text-align:center;
    transition:0.3s ease;
    cursor:pointer;
}

.card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transform:translateY(-5px);
    border-color:#fcb800;
}

.card img{
    width:100%;
    height:140px;
    object-fit:contain;
    margin-bottom:20px;
}

.card h4{
    font-size:16px;
    font-weight:500;
    color:#333;
}

/* Optional active card style */
.card.active{
    border:2px solid #f5c66a;
}

@media(max-width:768px){
    .section{
        padding:40px 20px;
    }
}

.title{
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
    color:#111;
}

/* GRID */
.categories{
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:20px;
}

/* CARD */
.card{
    background:#fff;
    border:1px solid #e6e6e6;
    padding:25px 15px;
    text-align:center;
    transition:0.3s ease;
    cursor:pointer;
}

.card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    border-color:#f5c66a;
}

.card img{
    width:100%;
    height:130px;
    object-fit:contain;
    margin-bottom:18px;
}

.card h4{
    font-size:15px;
    font-weight:500;
    color:#333;
}

/* Active Highlight */
.card.active{
    border:2px solid #f5c66a;
}

/* ================= RESPONSIVE BREAKPOINTS ================= */

/* Large Tablets */
@media(max-width:1200px){
    .categories{
        grid-template-columns:repeat(4,1fr);
    }
}

/* Tablets */
@media(max-width:768px){
    .categories{
        grid-template-columns:repeat(2,1fr);
    }

    .title{
        font-size:22px;
    }
}

/* Mobile */
@media(max-width:480px){
    .categories{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .card{
        padding:20px 10px;
    }

    .card img{
        height:100px;
    }
}

.promo-card {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 6px;
    height: 250px;
}

.promo-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.promo-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    max-width: 60%;
}

.promo-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.price del {
    margin-left: 8px;
}

.shop-btn {
    margin-top: 15px;
    padding: 8px 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .promo-card {
        height: 220px;
    }

    .promo-content {
        max-width: 70%;
    }
}

@media (max-width: 576px) {
    .promo-card {
        height: auto;
    }

    .promo-img {
        position: relative;
        width: 100%;
        height: 180px;
    }

    .promo-content {
        max-width: 100%;
        padding: 20px;
    }
}









/* LEFT SIDE */
.left-banner{
    position:relative;
    /* background:#f5f5f5; */
    height:330px;
    padding:35px;
    overflow:hidden;
     background:url('../../assets/image/b7.jpg') no-repeat center right;
    background-size:cover;
   
}



/* Content */
.left-content{
    position:relative;
    z-index:2;
    max-width:45%;
}

.left-content h2{
    font-size:38px;
    letter-spacing:2px;
    font-weight:500;
    line-height:1.3;
}

.left-content .highlight{
    color:#ff3d00;
    font-weight:700;
}

.left-content p{
    color:#777;
    
    font-size:15px;
    line-height:1.7;
}

/* Price Position */
.price-box{
    position:absolute;
    top:80px;
    right:140px;
    z-index:2;
}

.old-price{
    text-decoration:line-through;
    color:#9e9e9e;
    font-size:18px;
}

.new-price{
    font-size:36px;
    color:#5a8d00;
    font-weight:500;
}

/* Button */
.shop-btn{
    background:#ffb400!important;
    border:none;
    border-radius:4px;
}

.shop-btn:hover{
    background:#e6a200;
}

/* RIGHT SIDE */
.right-banner{
 background:url('../../assets/image/b6.jpg') no-repeat center right;
    padding:50px 40px;
   
    position:relative;
}

.right-banner h3{
    font-weight:600;
}

.right-banner .highlight{
    color:#ff3d00;
    font-weight:600;
}

.phone-img{
    position:absolute;
    right:30px;
    bottom:20px;
    max-height:250px;
}

/* RESPONSIVE */
@media(max-width:992px){

    .left-banner{
        padding:40px;
    }

    .left-content{
        max-width:100%;
    }

    .price-box{
        position:relative;
        top:auto;
        right:auto;
        margin-top:20px;
    }

    .left-banner::after{
        display:none;
    }

    .phone-img{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:20px;
    }
}


.home-product-section{
  background:#f3f3f3;
  padding:60px 0;
}

.section-header{
  display:flex;
  justify-content:space-between;
  align-items:center;

}



.product-tabs{
  list-style:none;
  display:flex;
  gap:28px;
  margin:0;
}

.product-tabs li{
  cursor:pointer;
  color:#777;
  font-weight:500;
  position:relative;
}

.product-tabs li.active{
  color:#000;
  font-weight:600;
}

.product-tabs li.active::after{
  content:'';
  position:absolute;
  bottom:-6px;
  left:0;
  width:100%;
  height:2px;
  background:#000;
}

/* Product Card */

.product-card{
  background:#fff;
  padding:25px 20px;
  text-align:center;
  position:relative;
  transition:0.3s;
  min-height:360px;
}

.product-card img{
  height:180px;
  object-fit:contain;
  margin-bottom:20px;
}

.product-card h6{
  font-size:15px;
  min-height:45px;
  color:#0d6efd;
}

.discount{
  position:absolute;
  top:15px;
 
  background:#ff4d00;
  color:#fff;
  padding:4px 10px;
  font-size:16px;
  border-radius:4px;
}

.rating{
  color:#f6b400;
  font-size:14px;
  margin-bottom:5px;
}

.rating span{
  color:#777;
  margin-left:5px;
}

.price .new{
  color:#ff4d00;
  font-weight:600;
}

.price .old{
  text-decoration:line-through;
  color:#999;
  margin-left:6px;
}

.price1{
    font-size: 25px!important;
    color: rgb(102, 153, 0)!important;
}




.product-card:hover .hover-icons{
  opacity:1;
}

/* Navigation arrows */
.custom-arrow{
  background:#fff;
  width:42px;
  height:42px;
  border-radius:50%;
  box-shadow:0 2px 10px rgba(0,0,0,0.1);
  top:50%;
  transform:translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after{
  font-size:18px;
  color:#000;
}

/* Responsive */
@media(max-width:768px){
  .section-header{
    flex-direction:column;
    gap:15px;
  }
}





 /* Fix z-index issue */
    .modal {
      z-index: 1055 !important;
    }
    .modal-backdrop {
      z-index: 1050 !important;
    }

/* ===== Mobile Header ===== */
.mobile-header {
    background: #f4b400;
    padding: 12px 15px;
}

/* Top Row */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 29px;
    font-weight: 700;
}

.logo span {
    color: #ff6600;
}
.logo-wrap{
    gap:8px;
    text-decoration:none;
}

.logo-icon{
    width:55px;
    height:55px;
    object-fit:contain;
}



.header-icons i {
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
}

/* Bottom Row */
.header-bottom {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.menu-icon {
    font-size: 22px;
    margin-right: 12px;
    cursor: pointer;
}

.search-box {
    display: flex;
    flex: 1;
}

.search-box input {
    border: none;
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
}

.search-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 12px;
}

/* Remove input outline */
.search-box input:focus {
    outline: none;
}

/* Desktop hide */
@media(min-width: 992px){
    .mobile-header{
        display:none;
    }
}



.product-features {
    padding-left: 18px;
    color: #555;
}

.product-features li {
    margin-bottom: 8px;
}






/* Animation */
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive */
@media(max-width:768px){
    .custom-modal-content{
        width: 95%;
        padding:20px;
    }
}
.product-box {
    background: #fff;
    border-radius: 10px;
}

.product-title {
    font-weight: 600;
    font-size: 16px;
}

.brand-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.brand-link:hover {
    text-decoration: underline;
}

.new-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff3c00;
    margin-right: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.store-name {
    color: #007bff;
    font-weight: 600;
}

.in-stock {
    color: #5a8d00;
    font-weight: 600;
}

.product-features {
    padding-left: 20px;
    color: #555;
}

.product-features li {
    margin-bottom: 8px;
}

.quantity-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.qty-btn {
    background: #f5f5f5;
    border: none;
    padding: 8px 14px;
    font-size: 18px;
    cursor: pointer;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
}

.add-cart-btn {
    background: #ffc107;
    padding: 10px 40px;
    font-weight: 600;
    border-radius: 6px;
}

.add-cart-btn:hover {
    background: #e0a800;
}

.icon-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 18px;
}

.icon-btn:hover {
    background: #f5f5f5;
}




.combo-section {
    background: #f8f8f8;
}

.product-img {
    max-height: 180px;
    object-fit: contain;
}

.product-name {
    font-size: 18px;
    font-weight: 500;
    color: #1a4db3;
    text-align: left;
}

.price {
    font-size: 18px;
     text-align: left;
}

.new-price {
    color: #ff4d2d;
    font-weight: 600;
    margin-right: 10px;
}

.old-price {
    color: #999;
    text-decoration: line-through;
}

.single-price {
    font-weight: 600;
}

.plus-icon {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

/* Mobile Styling */
@media (max-width: 767px) {
    .plus-icon {
        font-size: 28px;
        margin: 10px 0;
    }

    .product-name {
        font-size: 16px;
    }
}

.product-page h3 {
    font-weight: 600;
}

.price {
    color: #e53935;
    font-weight: 700;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

.discount {
    color: #e53935;
    font-size: 16px;
    margin-left: 5px;
}

.product-features {
    padding-left: 18px;
    color: #555;
}

.product-features li {
    margin-bottom: 8px;
}

.qty-box input {
    width: 50px;
    border-radius: 0;
}

.qty-box button {
    border-radius: 0;
}

.add-cart-btn {
    background: #ffc107;
    padding: 10px 30px;
    font-weight: 600;
}

.add-cart-btn:hover {
    background: #ffb300;
}

.product-thumbs img {
    cursor: pointer;
    border: 2px solid transparent;
}

.product-thumbs img.active,
.product-thumbs img:hover {
    border-color: #ffc107;
}

.main-image {
    border: 1px solid #eee;
    padding: 20px;
}

.info-box {
    background: #f5f5f5;
    border-radius: 6px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.info-item i {
    font-size: 18px;
    color: #555;
}

/* ðŸ”¥ Responsive */
@media (max-width: 991px) {

    .product-thumbs {
        /* flex-direction: row !important; */
        /* justify-content: center; */
        margin-bottom: 15px;
    }

    .product-thumbs img {
        width: 80px!important;
        height: 80px!important;
    }

    .info-box {
        margin-top: 30px;
    }

}
/* Thumbnail */
.product-thumbs .thumb {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 6px;
}
.thumb{width: 200px;}
.product-thumbs .thumb.active {
    border-color: #0d6efd;
}

.product-thumbs .thumb:hover {
    border-color: #0d6efd;
}

/* Zoom Effect */
.zoom-container {
    overflow: hidden;
    border-radius: 10px;
    height: 450px;
}

.zoom-container img {
    transition: transform 0.4s ease;
    height: 400px;
}

.zoom-container:hover img {
    transform: scale(1.2);
}

 

.product-card {
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}


.product-img-wrapper {
  
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img-top {

    width:170px;height:170px;
}

.product-title {
    font-size: 16px;
    font-weight: 500;
    color: #227ad3;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.product-title:hover {
    color:#fcb800;
}

.rating {
    margin-bottom: 8px;
}

.rating i {
    color: #f4b400;
    font-size: 14px;
}

.rating i.inactive {
    color: #ddd;
}

.price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.fbt-section {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 40px;
}

.fbt-title {
    font-weight: 600;
    margin-bottom: 30px;
}

.product-box img {
    max-width: 140px;
}

.plus-icon {
    font-size: 30px;
    font-weight: 600;
}

.product-name {
    font-size: 15px;
    color: #0d6efd;
    margin-top: 15px;
}

.price {
    font-size: 16px;
    margin-top: 8px;
}

.new-price {
    color: #ff0000;
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 5px;
}

.total-price {
    font-size: 13px;
}

.total-price span {
    color: red;
    font-weight: 700;
    font-size: 13px;
}

.btn-cart {
    background: #ffc107;
    border: none;
    font-weight: 600;

}

.btn-wishlist {
    border: 1px solid #ccc;
  
}

.checkbox-area {
    margin-top: 30px;
}

@media(max-width:768px){
    .product-wrapper {
        flex-direction: column !important;
        gap: 20px;
    }
    .plus-icon {
        display: none;
    }
    .fbt-section {
        padding: 20px;
    }
}

/* Custom Tabs */
.custom-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 18px;
    position: relative;
    background: transparent;
}

.custom-tabs .nav-link:hover {
    color: #000;
}

.custom-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
}

.custom-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f4b400; /* yellow underline */
}

/* Responsive spacing */
@media (max-width: 768px) {
    .custom-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .custom-tabs .nav-link {
        white-space: nowrap;
    }
}
/* Breadcrumb Section */
.breadcrumb-section {
    /*background-color: #f3f3f3;*/

    /*border-top: 4px solid #f4b400; */
}

/* Breadcrumb Style */
.custom-breadcrumb {
    font-size: 15px;
    flex-wrap: wrap;
}

.custom-breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #1e88e5; /* Blue link */
    font-weight: 500;
    transition: 0.3s;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #0d47a1;
}

/* Slash Separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #888;
}

/* Active Item */
.custom-breadcrumb .active {
    color: #333;
    font-weight: 500;
}

/* Top Menu */
.service-wrapper{
  background-color: #ffffff;
    padding:7px 0;      /* remove left & right padding */
    border-radius:5px;
   
    display:flex;
    gap:17px;
    justify-content:center;
}

/* Service Box */
.service-box{
    flex:0 0 auto;             /* don't stretch */
    min-width:135px;            /* smaller width */
    text-align:center;
    padding:5px 8px;           /* reduced padding */
    border-radius:8px;         /* smaller radius */
    background:#e9eef3;
    cursor:pointer;
    transition:0.3s;
}

/* Icon */
.service-box i{
    font-size:14px;            /* smaller icon */
    display:block;
}

/* Text */
.service-box span{
    font-size:12px;            /* smaller text */
    font-weight:600;
    color:#333;
}

/* Active */
.service-box.active{
    background:#ffd600;
    color:#000;
}

.service-box.active span{
    color:#000;
}

/* Hover */
.service-box:hover{
    transform:translateY(-2px);
}
/* Bottom Location Bar */
.location-bar{
    background:#f8f8f8;
    padding:8px 10px;
    border-radius:10px;
    margin-top:12px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:13px;
}

.location-bar i{
    margin-right:6px;
}


/* Responsive */
@media (max-width:576px){
    .service-wrapper{
        gap:16px;
    }
    /* .service-box{
        min-width:70px;
        padding:10px 6px;
    } */
    .service-box span{
        font-size:12px;
    }
}

.topbar {
    background: #050505; /* Yellow */
    padding: 8px 0;
    font-size: 14px;
}

.topbar .left-buttons .btn {
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 20px;
}

.topbar .info-text {
    font-weight: 500;
}

.topbar .right-section a {
    color: #000;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
}

.topbar .right-section a:hover {
    text-decoration: underline;
}

.divider {
    margin: 0 15px;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .topbar .container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .topbar .right-section {
        margin-top: 5px;
    }
}
/*.hero-section{*/
/*    position: relative;*/
/*    top:32px;*/
/*}*/


/* Position submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
    position: absolute;
}

/* Show submenu when active */
.dropdown-submenu .dropdown-menu.show {
    display: block;
}

/* Optional arrow alignment */
.dropdown-submenu > a::after {
    float: right;
    content: "â–¶";
    font-size: 12px;
}




/* ================== LAYOUT ================== */
.wrapper{
    display:flex;
    gap:30px;
    padding:40px;
}

/* ================== SIDEBAR ================== */
.sidebar{
    width:100%;
    background:#f5f5f5;
    padding:25px;
}

.sidebar-section{
    margin-bottom:30px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.sidebar-heading{
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
    letter-spacing:1px;
}

.all-categories{
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
    cursor:pointer;
}

.category-title{
    color:#ff9900;
    font-weight:600;
    margin-bottom:10px;
}

.category-list{
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li{
    padding:8px 0;
    font-size:14px;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
}

.category-list li:hover{
    color:#ff9900;
}

/* ===== BRAND SEARCH ===== */
.brand-search{
    position:relative;
    margin-bottom:15px;
}

.brand-search input{
    width:100%;
    padding:8px 30px 8px 10px;
    border:1px solid #ccc;
    outline:none;
}

.brand-search i{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    font-size:13px;
    color:#777;
}

.brand-list{
    max-height:120px;
    overflow-y:auto;
}

.brand-list label{
    display:flex;
    justify-content:left;
    font-size:14px;
    padding:5px 0;
    cursor:pointer;
}


/* ===== PRICE ===== */
.price-range input{
    width:100%;
}

.price-text{
    font-size:13px;
    margin:10px 0;
    color:#777;
}

.filter-btn{
    width:100%;
    background:#ffb400;
    border:none;
    padding:10px;
    font-weight:600;
    cursor:pointer;
}

.filter-btn:hover{
    background:#ff9900;
}

/* ===== REVIEW ===== */
.review{
    display:flex;
    align-items:center;
    font-size:14px;
    margin-bottom:8px;
    cursor:pointer;
}

.stars{
    color:#ffb400;
    margin:0 5px;
}


/* ================== PRODUCTS ================== */
.main-content{
    flex:1;
}

h5 .section-title{
    font-size:20px;
    
}

.products{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.product-card{
    background:#fff;
    padding:20px;
    border-radius:8px;
    text-align:center;
    position:relative;
    transition:0.3s;
}

.product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.product-card img{
    width:100%;
    height:160px;
    object-fit:contain;
}

.product-title{
    font-size:15px;
    margin:15px 0 8px;
}

.rating{
    color:#ffb400;
    font-size:14px;
}

.price{
    margin-top:8px;
    font-size:16px;
    font-weight:600;
}

.old-price{
    text-decoration:line-through;
    color:#999;
    font-size:14px;
    margin-left:5px;
}

.badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#ff6600;
    color:#fff;
    font-size:13px;
    padding:5px 8px;
    border-radius:5px;
}

/* ================== RESPONSIVE ================== */
@media(max-width:1200px){
    .products{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:992px){
    .wrapper{
        flex-direction:column;
    }
    .sidebar{
        width:100%;
    }
    .products{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .products{
        grid-template-columns:1fr;
    }
}


/* ===== Slider Wrapper ===== */
.product-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
}

/* ===== Slider Scroll ===== */
.product-slider {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.product-slider::-webkit-scrollbar {
    display: none;
}

.product-slider-inner {
    display: flex;
}

/* ===== Product Card ===== */

.product-img {
    overflow: hidden;
    position: relative;
}

.product-img img {
    transition: 0.4s;
}

.deal-card:hover img {
    transform: scale(1.05);
}


/* ===== Text Styling ===== */
.product-title {
    font-size: 14px;
    font-weight: 600;
}

.rating i {
    color: #ffc107;
    font-size: 12px;
}

.rating span {
    font-size: 12px;
    color: #777;
}

.price {
    margin-top: 5px;
}

.new-price {
    font-weight: bold;
    color: #000;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 8px;
    font-size: 14px;
}

/* ===== Slider Buttons ===== */
.slider-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #ffc107;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
}

.slider-btn:hover {
    background: #000;
}

.left-btn {
    left: 0;
}

.right-btn {
    right: 0;
}

/* ===== Responsive ===== */
@media(max-width:768px){
    .deal-card{
        min-width: 180px;
    }
}

.mobile_screen{
    height:400px;
}
















.menu-icon {
    font-size: 24px;
    cursor: pointer;
}

.offcanvas {
    width: 300px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Smooth transition */
.header {
    transition: all 0.4s ease;
}




.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
   
}


/* Optional: Shrink header on scroll */
.main-header.scrolled {
    padding: 10px 0;
}


/* body {
    padding-top: 70px;
} */
.main-header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
  
    z-index: 9999!important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
/*.menu-bar{*/
/*     top: 80px;*/
/*     position: relative;*/
/*      z-index: 9999!important;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
/*}*/
.main-header{
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;   /* your header height */
    z-index: 9999;
}
.menu-bar{
    /*position: fixed;*/
    top: 80px;   /* same as header height */
    left: 0;
    width: 100%;
    z-index: 9998;
  
}
body{
    padding-top: 140px; 
    /* 80px header + 60px menu height */
}
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: 0.3s ease;
}

#scrollTopBtn:hover {
    background-color: #ffcd03;
}



 



























.deals-section {
    background: #ffffff;
}

/* Header */
.deal-timer {
    background: #ff4d00;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.view-all {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

/* Slider */
.deals-wrapper {
    overflow-x: auto!important;
    gap: 20px;
    scroll-behavior: smooth;
    
}

.deals-wrapper::-webkit-scrollbar {
    display: none;
}

/* Card */
.deal-card {
    min-width: 180px;
    background: #fff;
   
    padding: 15px;
    transition: 0.3s;
    position: relative;
}

/*.deal-card:hover {*/
/*    border:1px solid #878585!important;*/
   
/*}*/




.deal-card img {
    height: 170px;
    object-fit: contain;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Price */
.price {
    margin-bottom: 8px;
}

.new-price {
    color: #4CAF50;
    font-weight: 700;
    font-size: 18px;
    margin-right: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

/* Title */
.product-title {
    font-size: 14px;
    min-height: 20px;
}

/* Rating */
.rating i {
    color: #ffb400;
    font-size: 13px;
}

.rating span {
    font-size: 13px;
    color: #777;
    margin-left: 5px;
}

/* Product Card */
.deal-card {
    min-width: 220px!important;
    background: #fff;
    border: 1px solid #eee;
  
    
    padding: 10px;
/*     flex-shrink: 0; */
}

/* Buttons */
.slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}

















/* 300px to 1150px â†’ Hide */
@media (min-width: 300px) and (max-width: 1150px) {
  .header {
    display: none!important;
  }
  .mobile-header{
    display: block!important;
  }
/* Zoom Effect */
.zoom-container {
    overflow: hidden;
    border-radius: 10px;
    /*height: 300px;*/
}

.zoom-container img {
    transition: transform 0.4s ease;
    /*height: 300px;*/
}

   #hero-slider {
        position: relative;
        width: 100%;
        height: 25vh;
        overflow: hidden;
        font-family: 'Segoe UI', sans-serif;
    }

    .hero-slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1.05);
        transition: opacity 1s ease, transform 1s ease;
    }

    .hero-slide.active {
        opacity: 1;
        transform: scale(1);
        z-index: 1;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
    }

    .hero-content {
        position: absolute;
        top: 50%;
        /* left: 0%; */
        transform: translateY(-50%);
        color: #fff;
        max-width: 600px;
    }
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
    color: #000!important;
}
    .hero-content h2 {
        font-size: 18px!important;
       
    }

    .hero-content p {
        font-size: 17px;
        margin-bottom: 25px;
    }

   .discount {
  position: absolute;
  top: 20px;
  left:0px;
  right: 20px;
  background: #ff3d00;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
    display: none!important;
  /* Center text */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.feature-icon {
    font-size: 38px;
    color: #f4a100;
    min-width: 75px;
}

.feature-content h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
}

.feature-content p {
    font-size: 17px;
    color: #777;
    margin: 0;
}

.hero-section{
    position: relative;
    top:0px;
}
/*.hero-section1{*/
/*    position: relative;*/
/*    top:-50px;*/
/*}*/




}
.product-slider-inner {
    display: flex;
    gap: 30px; /* Card gap */
}

.deal-card {
    min-width: 250px;  /* Card width fixed */
    background: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
}



.product-img img {
    max-height: 200px;
    object-fit: contain;
}

.product-title h6 {
    font-size: 16px;
    font-weight: 600;
   
}

.rating {
    color: #f4b400;
    font-size: 14px;
}

.price .amount {
    color: #28a745;
    font-weight: 600;
    font-size: 15px;
	text-decoration:none!important;
}

.price del {
    color: #999;
    font-size: 14px;
    margin-left: 8px;
	text-decoration:none!important;
}
.price del,
.price del span,
.price ins,
.price ins span {
    text-decoration: none !important;
}

/* 1200px to 2000px â†’ Show */
@media (min-width: 1200px) and (max-width: 2000px) {
  .header {
    display: block!important;
  }
   .mobile-header{
    display: none!important;
  }
}



.cat-box {
   
    border: 1px solid #b2b1b1;
    text-align: center;
    padding: 35px 15px;
    transition: 0.2s ease;
    min-width: 150px;
}

.cat-box img {
    height: 110px;
    object-fit: contain;
    margin-bottom: 20px;
}

.cat-box h6 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
}


.cat-box{
    padding: 15px;
    background: #fff;
    transition: 0.3s;
}

.cat-box:hover{
    transform: translateY(-5px);
}
.feature-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.price1 .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 700;
}

.price1 del {
    font-size: 18px !important;   /* Old price size */
    opacity: 0.6;
}
.price1 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.price1 ins {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}



.qty-label {
    font-weight: 500;
    color: #333;
}

.qty-box {
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.qty-box input.qty {
    width: 40px;
    height: 38px;
    text-align: center;
    border: none;
    background: #f3f3f3;
    font-weight: 600;
}

.qty-box input.qty:focus {
    outline: none;
    box-shadow: none;
}

.qty-btn {
    width: 38px;
    height: 38px;
    border: none;
    background: #e5e5e5;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.qty-btn:hover {
    background: #d8d8d8;
}

.add-cart-btn {
    background: #ffbf00!important;
    border: none;
    padding: 14px 60px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.3s;
}

.add-cart-btn:hover {
    background: #e6ac00;
}

.wishlist-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    transition: 0.3s;
}

.wishlist-btn i {
    color: #555;
}

.wishlist-btn:hover {
    background: #f5f5f5;
}
/* Wrapper */
.custom-checkout-wrapper {
    background: #f8f9fb;
    padding: 60px 20px;
}

/* Container */
.checkout-container {
    max-width: 1200px;
    margin: auto;
}

/* Title */
.checkout-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Layout */
.checkout-form {
    display: flex;
    gap: 40px;
}

/* Left + Right */
.checkout-left {
    flex: 2;
}

.checkout-right {
    flex: 1;
}

/* Boxes */
.checkout-box,
.checkout-summary {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Headings */
.checkout-box h3,
.checkout-summary h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Form fields */
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    /*width: 100%;*/
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

/* Place order button */
.woocommerce button.button {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.woocommerce button.button:hover {
    background: #333;
}

/* Responsive */
@media (max-width: 992px) {
    .checkout-form {
        flex-direction: column;
    }
}






.wcfm-membership-wrapper {
    padding: 20px;
    background: #fff;
    transition: box-shadow .25s ease-in-out;
    box-shadow: 1px 1px 20px 0px #E9E9E9;
    border-radius: 3px;
    width: 50%!important;
    margin-top: 75px!important;
    border:1px solid #000;
   
}

form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #000!important;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-Button.woocommerce-button{
    background-color: #ffc107!important; /* your color */
    color: #fff; /* text color */
    border: none;
}

.wcfm_submit_button{
     background-color: #ffc107!important; /* your color */
}
.u-column1 h2{
    font-weight:bold;
}
.u-column2 h2{
    font-weight:bold;
}
.woocommerce-Button.woocommerce-button:hover{
    background-color: #2BA629; /* hover color */
}
@media (min-width:300px) and (max-width:1100px) {
    .wcfm-membership-wrapper {
        padding: 20px;
        background: #fff;
        transition: box-shadow .25s ease-in-out;
        box-shadow: 1px 1px 20px 0px #E9E9E9;
        border-radius: 3px;
        width: 100% !important;
        margin-top: 0px !important;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #000;
    }
}



/* Responsive Design */
@media screen and (max-width: 1200px) {
    .wcfm-membership-wrapper {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .wcfm-membership-wrapper {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .wcfm-membership-wrapper {
        width: 90%;
        padding: 15px;
        margin: 15px auto;
    }

    .wcfm_registration_form_heading {
        font-size: 22px;
    }

    .store-url-preview {
        flex-direction: column;
        align-items: flex-start;
    }

    .store-url-preview span:last-child {
        width: 100%;
        text-align: center;
    }

    #wcfm_membership_registration_submit button {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .wcfm-membership-wrapper {
        width: 95%;
        padding: 12px;
        margin: 10px auto;
        border-radius: 5px;
    }

    .wcfm_registration_form_heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .wcfm-field label {
        font-size: 13px;
    }

    .wcfm-field input[type="email"],
    .wcfm-field input[type="password"],
    .wcfm-field input[type="text"] {
        padding: 10px 12px;
        font-size: 14px;
    }

    .store-url-preview {
        padding: 12px;
        font-size: 13px;
    }

    .hint-text {
        font-size: 12px;
    }

    #wcfm_membership_registration_submit button {
        padding: 12px 16px;
        font-size: 14px;
        gap: 8px;
    }

    #wcfm_membership_registration_submit button i {
        font-size: 16px;
    }
}

/* Touch-friendly adjustments */
@media (hover: none) and (pointer: coarse) {
    .wcfm-field input[type="email"],
    .wcfm-field input[type="password"],
    .wcfm-field input[type="text"] {
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    #wcfm_membership_registration_submit button {
        padding: 18px 24px; /* Larger touch target */
    }
}

/* Print styles */
@media print {
    .wcfm-membership-wrapper {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}




.product-thumbs img:last-child{
    margin-bottom: 0;
}

/* Main Review Box */
#respond.comment-respond{
    max-width: 500px;
    margin: 50px auto;
    padding: 25px!important;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

/* Title */
#respond .comment-reply-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    color: #333;
}

/* Labels */
#respond label{
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

/* Rating stars spacing */
#respond .comment-form-rating{
    margin-bottom: 20px;
}

#respond .stars a{
    font-size: 22px;
    color: #ccc;
    margin-right: 5px;
    text-decoration: none;
}

#respond .stars a:hover,
#respond .stars a.active{
    color: #f5b301;
}

/* Textarea */
#respond textarea#comment{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
}

/* Submit button */
#respond .form-submit{
    margin-top: 20px;
}

#respond .submit{
    background: #ffc107!important;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

#respond .submit:hover{
    background: #2BA629;
}

/* Responsive */
@media (max-width:600px){
    #respond.comment-respond{
        margin: 20px;
        padding: 20px;
    }

    #respond .comment-reply-title{
        font-size: 18px;
    }
}



/* Form container */
.woocommerce-ResetPassword.lost_reset_password{
    max-width: 420px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
    margin-top:70px;
}

@media (min-width:300px) and (max-width:1100px) {

.woocommerce-ResetPassword.lost_reset_password{
    max-width: 420px;
    width: 90%;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
    margin-top:0px;
}

}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row{
    display: block;
    width: 100%;
}
/* Paragraph text */
.woocommerce-ResetPassword.lost_reset_password p{
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* Label */
.woocommerce-ResetPassword.lost_reset_password label{
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

/* Input field */
.woocommerce-ResetPassword.lost_reset_password input[type="text"],
.woocommerce-ResetPassword.lost_reset_password input[type="email"]{
    width: 100%!important;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Button */
.woocommerce-ResetPassword.lost_reset_password button{
    width: 100%;
    padding: 10px;
    background: #212588;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

/* Button hover */
.woocommerce-ResetPassword.lost_reset_password button:hover{
    background: #2BA629;
}
/* Target WooCommerce reset password form */
.woocommerce-ResetPassword.lost_reset_password input{
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* ===============================
  CUSTOM CART DESIGN
================================= */

.sd-cart-card {
    border: 1px solid #eee;
}

.sd-cart-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.sd-cart-head {
    background: #f8f9fa!important;
    font-size: 14px;
    text-transform: uppercase;
}

.sd-cart-item {
    background: #fff;
    transition: 0.3s ease;
}

.sd-cart-item:hover {
    background: #fafafa;
}

.sd-cart-img {
    width: 80px;
}

.sd-cart-title {
    font-weight: 600;
}

.sd-cart-price,
.sd-cart-subtotal {
    font-size: 16px;
}

.sd-cart-qty .quantity input {
    width: 70px;
    text-align: center;
    border-radius: 8px;
}

.sd-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #ff4d4d;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.sd-cart-remove:hover {
    background: #000;
    color: #fff;
}

.sd-coupon-group input {
    height: 45px;
}

.sd-coupon-group .btn {
    height: 45px;
}
.product-wishlist-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.yith-wcwl-add-to-wishlist a {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    transition: 0.3s ease;
}

.wishlist-cell {
    text-align: center;
    vertical-align: middle;
    font-size:23px;
}
.product-thumbs {
    max-height: 450px;        /* control scroll height */
    overflow-y: auto;         /* enable vertical scroll */
    overflow-x: hidden;
}

.product-thumbs img.thumb {
    width: 90px;              /* small size */
    height: 90px;
    object-fit: cover;
    cursor: pointer;

    padding: 3px;
    border-radius: 5px;
    transition: 0.3s;
}

.product-thumbs img.thumb:hover,
.product-thumbs img.thumb.active {
    border: 2px solid #000;
}


/* Make navigation one line */
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom:20px;
}

/* Remove default list spacing */
.woocommerce-MyAccount-navigation li {
    margin: 0;
}

/* Style links as buttons */
.woocommerce-MyAccount-navigation li a {
    display: inline-block;
    padding: 10px 20px;
    background: #ffc107;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

/* Hover effect */
.woocommerce-MyAccount-navigation li a:hover {
    background: #005177;
    color: #fff;
}

/* Active button */
.woocommerce-MyAccount-navigation .is-active a {
    background: #222;
    color: #fff;
}

/* Optional: responsive (wrap on small screen) */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        flex-wrap: wrap;
    }
}


/*.custom-section{*/
/*    margin-top: 100px!important;*/
/*}*/
/*.admin-bar .custom-section{*/
/*    margin-top: 80px!important;*/
/*}*/

/*@media (min-width: 300px) and (max-width: 900px) {*/
/*    .custom-section {*/
/*        margin-top: 10px!important;*/
/*    }*/
/*    .admin-bar .woocommerce-MyAccount-navigation{*/
/*      margin-top: 0px!important; */
/*}*/

/*.admin-bar .custom-section{*/
/*    margin-top: 10px!important; */
/*}*/
/*}*/
/*}*/

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
     
}
/*.custom-section2{*/
/*    margin-top: 80px!important;*/
/*}*/
/*.admin-bar .woocommerce-MyAccount-navigation{*/
/*      margin-top: 50px; */
/*}*/
/*.admin-bar .custom-section2{*/
/*    margin-top: 80px; */
/*}*/



.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%!important;
    margin-top:15px!important;
}

.sd-cart-wrapper{
    margin-top: 30px !important;
}



/* Order Review Wrapper */
#order_review {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.custom-section{
    margin-top:40px;
}

.order-review-box{
    background:#f8f8f8;
    padding:20px;
    border-radius:8px;
    border:1px solid #e5e5e5;
}

#order_review_heading{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}

.woocommerce-checkout-review-order-table{
    background:#fff;
}
/* Table Header */
#order_review .woocommerce-checkout-review-order-table thead th {
  background-color:#ffc107;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e5e5e5;
    
}

/* Table Body */
#order_review .woocommerce-checkout-review-order-table tbody td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Product Name */
#order_review .product-name {
    color: #333;
}

/* Quantity */
#order_review .product-quantity {
    color: #666;
    font-weight: 500;
}

/* Price */
#order_review .product-total {
    text-align: right;
    font-weight: 500;
}

/* Footer */
#order_review tfoot th,
#order_review tfoot td {
    padding: 12px;
    border-top: 2px solid #e5e5e5;
   
}

/* Total Row */
#order_review .order-total th,
#order_review .order-total td {
    font-size: 18px;
    font-weight: 700;
}

/* Place Order Button */
#place_order {
    width: 100%;
    background: #ffc107;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 15px;
    transition: 0.3s;
}

#place_order:hover {
    background: #e55b00;
}

#customer_details {
    float: left;
    width: 100%;
    background-color: beige;
    padding: 22px;
    border-radius:6px;
    border:1px solid #000;
}

.woocommerce-additional-fields{
      background-color: beige;
    padding: 22px;
     border-radius:6px;
      border:1px solid #000;
}

.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 20px 0 2em; /* top right/left bottom */
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info,
.woocommerce-message {
    margin-top: 25px!important;
}

button[name="apply_coupon"] {
    background-color: #ffc107 !important;
    border-color: #ffc107;
    color: #000;
}

/*.desktop-gap{*/
/*    margin-top:120px;*/
/*}*/

/*.admin-bar .desktop-gap{*/
/*    margin-top:100px;*/
/*}*/


/*@media (min-width:768px) and (max-width:991px){*/
/*    .desktop-gap{*/
/*        margin-top:10px;*/
/*    }*/
/*}*/


/*@media (min-width:850px) and (max-width:1150px){*/
/*    .desktop-gap{*/
/*        margin-top:10px;*/
/*    }*/
/*}*/


/*@media (min-width:300px) and (max-width:700px){*/
/*    .desktop-gap{*/
/*        margin-top:10px!important;*/
/*    }*/
/*}*/



/*@media (max-width:767px){*/
/*    .desktop-gap{*/
/*        margin-top:0;*/
/*    }*/
/*}*/

.product-img{
    position: relative;
    overflow: hidden;
}

.hover-icons{
    position: absolute;
    top: 0;          /* start from top */
    right: -50px;    /* hidden outside */
    height: 100%;    /* full height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* keep icons at top */
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    transition: 0.3s ease;
}

.product-img:hover .hover-icons{
    right: 10px;     /* slide in on hover */
}

.hover-icons a{
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


/* Add to cart icon button */
.cart-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    transition:0.3s;
}

.cart-btn:hover{
    background:#0b5ed7;
    color:#fff;
}

/* View cart button */
.view-cart-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 14px;
    background:#198754;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    font-weight:500;
    transition:0.3s;
}

.view-cart-btn i{
    font-size:14px;
}

.view-cart-btn:hover{
    background:#157347;
    color:#fff;
}

.product-category-list li{
padding:10px;
cursor:pointer;
transition:.3s;
}

.product-category-list li:hover{
background:#f5f5f5;
padding-left:15px;
}

.mega-right{
background:#fff;
padding:20px;
border-left:1px solid #eee;
}

.mega-right img{
border-radius:6px;
}
.mega-right .mega-panel{
display:none;
}

.category-item:hover{
background:#f5f5f5;
cursor:pointer;
}

/* default show first */
.mega-panel:first-child{
display:block;
}

.product-category-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


/* product box */
.mega_product{
    padding:15px;
    text-align:center;
}

/* product link */
.mega_product_link{
    display:block;
    text-decoration:none;

    padding:15px;
    border-radius:6px;
    background:#fff;
    transition:0.3s;
}

/* hover effect */
.mega_product_link:hover{
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
 
}

/* product image */
.mega_product_img img{
    width:100%;
    height:160px;
    object-fit:contain;
    margin-bottom:10px;
}

/* product title */
.mega_product_title{
    font-size:14px;
    color:#333;
    font-weight:600;
    margin-bottom:5px;
}

/* product price */
.mega_product_price{
    color:#e63946;
    font-size:14px;
    font-weight:600;
}


.category-wrapper {
    position: relative;
}

.category-slider {
    display: flex;
    gap: 20px;
    padding: 10px 12px; /* space for arrows */
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
}

.category-slider::-webkit-scrollbar {
    display: none;
}

.category-item {
    /*min-width: 90px;*/
    flex: 0 0 auto;
    /*text-align: center;*/
    cursor: pointer;
    transition: 0.3s;
}

.category-item img {
    width: 45px;
    height: 45px;
    background: #eaf1ff;
    padding: 10px;
    border-radius: 12px;
    transition: 0.3s;
}

.category-item p {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
}

.category-item:hover img {
    background: #d6e4ff;
    transform: translateY(-3px);
}

.category-item.active p {
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 3px;
}

/* Arrow buttons */
.slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: black;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.prev-btn {
    left: 5px;
}

.next-btn {
    right: 5px;
}



.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Image size */
.logo-icon {
    width: 50px;
    height: auto;
}

/* Text style */
.logo-text {
    font-size: 34px;
    font-weight: 600;
    margin: 0;
}

/* MOBILE VIEW */
@media (max-width: 576px) {
    .logo-wrapper {
        padding: 5px 0;
    }

    .logo-icon {
        width: 30px; /* smaller image */
    }

    .logo-text {
        font-size: 22px; /* smaller text */
    }
}

/* Show only between 300px and 1100px */
@media (min-width: 300px) and (max-width: 1100px) {
    .category-wrapper {
        display: flex;
        align-items: center;
        position: relative;
    }
}

/* Explicitly hide from 1150px and above */
@media (min-width: 1150px) {
    .category-wrapper {
        display: none;
    }
}


.desktop-slider { display:block; }
.mobile-product-list { display:none; }

@media (min-width:300px) and (max-width:900px){
    .desktop-slider { display:none !important; }
    .mobile-product-list { display:block; }
}


/* ===== MOBILE VIEW (300px - 900px) ===== */
@media (min-width:300px) and (max-width:900px) {

    /* Stop slider behavior */
    .product-slider-inner {
        display: block !important;
        transform: none !important;
    }

    .product-slider {
        overflow: visible !important;
    }

    /* Convert card to horizontal layout */
    .deal-card {
        display: flex !important;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        min-width: 100% !important;
    }

    /* Image left */
    .product-img img {
        width: 120px !important;
        height: 120px !important;
        object-fit: contain;
    }

    /* Content right */
    .deal-card .mt-3 {
        flex: 1;
    }

    .product-title {
        font-size: 15px;
        margin-bottom: 5px;
        color: black!important;
        font-weight:bold;
    }

    .price {
        font-size: 14px;
    }

    .rating {
        font-size: 15px;
    }

    /* Hide slider arrows */
    .slider-btn {
        display: none !important;
    }

    /* Optional clean UI */
    .hover-icons {
        display: none;
    }
    .product-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
}
}

@media (min-width:300px) and (max-width:900px) {

    /* Show button like Flipkart */
    .mobile-cart-btn {
        display: block !important;
        width: 100%;
        background: #ff9f00;
        color: #fff !important;
        text-align: center;
        padding: 8px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 600;
        margin-top: 8px;
        text-decoration: none;
    }

    /* Remove icon */
    .mobile-cart-btn i {
        display: none;
    }

    /* Add text */
    .mobile-cart-btn::after {
        content: "ADD TO CART";
    }

    /* Move from hover to normal layout */
    .hover-icons {
        position: static !important;
        display: block !important;
        margin-top: 5px;
    }

    /* Hide wishlist if needed */
    .wishlist-btn {
        display: none;
    }

    /* Hide slider buttons */
    .slider-btn {
        display: none !important;
    }
}







.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-toggle {
    cursor: pointer;
    font-weight: 500;
    padding: 8px;
}

/* Dropdown hidden by default */
.custom-menu {
    position: absolute;
    top: 120%;
    left: -63px;
    width: 230px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    padding: 8px 0;
    list-style: none;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* ðŸ”¥ SHOW ON HOVER */
.custom-dropdown:hover .custom-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Items */
.custom-menu li {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.custom-menu li:hover {
    background:  #fcb800;
	border-radius:7px;
}





















.login-wrapper-mobile {
    width: 100%;
}

/* Dropdown hidden by default */
.account-dropdown-mobile {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #fff;
    border-radius: 8px;
    z-index: 999;
}

/* Click / Active class */
.login-wrapper-mobile.active .account-dropdown-mobile {
    display: block;
}

/* Mobile links */
.account-dropdown-mobile a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.account-dropdown-mobile a:hover {
    background: #f5f5f5;
}





.login-wrapper {
    position: relative;
    cursor: pointer;
}

/* Dropdown box */
.account-dropdown {
    position: absolute;
    top: 95%;
    right: 0; /* change later to left */
    width: 260px;
    background: #fff;
    border-radius: 6px;
    display: none;
    z-index: 9999;
    overflow: hidden;
}

/* Show on hover */
.login-wrapper:hover .account-dropdown {
    display: block;
}

/* Header */
.account-dropdown .dropdown-header {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
}

/* Menu items */
.account-dropdown ul li {
    border-bottom: 1px solid #f1f1f1;
}

.account-dropdown ul li:last-child {
    border-bottom: none;
}

.account-dropdown ul li a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover effect */
.account-dropdown ul li a:hover {
    background: #fcb800;
    padding-left: 20px;
	border-radius:7px;
}


.customer_care {
    background: #f1f3f6;
    padding: 20px 0;
    font-family: 'Segoe UI', sans-serif;
}

/* Sidebar */
.cc-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.cc-sidebar h6 {
    font-weight: 600;
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

.cc-sidebar a {
    display: block;
    padding: 8px 10px;
    color: #333;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.cc-sidebar a:hover,
.cc-sidebar a.active {
    background: #e7f0ff;
    color: #2874f0;
    font-weight: 500;
}

/* Main */
.cc-main {
    padding-left: 10px;
}

/* Card */
.cc-card {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    transition: 0.3s;
}

.cc-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* GST box */
.cc-gst {
    background: #e7f0ff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cc-gst h6 {
    margin: 0;
    font-weight: 600;
}

.cc-gst p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.cc-gst a {
    color: #2874f0;
    font-weight: 600;
    text-decoration: none;
}

/* Product */
.cc-product {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.cc-product:last-child {
    border-bottom: none;
}

.cc-product:hover {
    background: #fafafa;
}

.cc-product img {
    width: 60px;
    height: 80px;
    border-radius: 6px;
    margin-right: 15px;
    object-fit: cover;
}

.cc-product .title {
    font-size: 14px;
    font-weight: 500;
}

.cc-product .status {
    font-size: 13px;
    color: green;
}


.cc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cc-item:hover {
    background-color: #f9f9f9;
}

.cc-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.cc-content p {
    
    font-size: 13px;
    color: #777;
}

.cc-arrow {
    font-size: 32px;
    color: #aaa;
    transition: transform 0.3s ease;
}

.cc-item:hover .cc-arrow {
    transform: translateX(5px);
    color: #000;
}


.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
}

.bannerSlider img {
    height: 230px;
    object-fit: contain;
    border-radius: 8px;
    width:100%;
}




.grocery-categories {
    padding: 20px;
    background: #f8f9fb;
}

.grocery-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Scroll Container */
.grocery-scroll {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scrollbar-width: none;
}

/* Category Card */
.grocery-item {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    
}

/* Image Styling */
.grocery-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    border:2px solid #fcb800;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Text */
.grocery-item p {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
}

/* Hover Effect */


.grocery-item:hover img {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.ad-slider {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    
}

.slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}


/* Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Dots */
.dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.dots span {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.dots .active {
    background: #ff6b00;
}

.sidebar-section {
    width: 250px;
    margin: 20px;
    font-family: Arial, sans-serif;
}

.sidebar-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-search {
    position: relative;
    margin-bottom: 10px;
}

.category-search input {
    width: 100%;
    padding: 6px 28px 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.category-search i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

.category-list {
    max-height: 250px;      /* Scroll height */
    overflow-y: auto;
    border-radius: 6px;
    padding: 10px;
}

.category-list label {
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
}

.category-list label span {
    color: #555;
    font-size: 13px;
}

.category-list label input {
    cursor: pointer;
}



.offer-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px;
}

/* MAIN BADGE */
.offer-badge {
    position: relative;
    width: 180px;
    height: 180px;
    background: #ef476f;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    clip-path: polygon(
        50% 0%, 65% 10%, 80% 5%, 90% 20%, 100% 35%,
        90% 50%, 100% 65%, 90% 80%, 80% 95%, 65% 90%,
        50% 100%, 35% 90%, 20% 95%, 10% 80%, 0% 65%,
        10% 50%, 0% 35%, 10% 20%, 20% 5%, 35% 10%
    );

    border-radius: 20px;

    /* Outer shadow */
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* TEXT */
.offer-text {
    font-size: 22px;
    font-weight: 600;
}

.offer-price {
    font-size: 42px;
    font-weight: bold;
}

/* SMALL ICON (top corner) */
.offer-badge::after {
    content: "🍋";
    position: absolute;
    top: -10px;
    left: -10px;
    background: #ffd60a;
    border-radius: 50%;
    font-size: 16px;
    padding: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .offer-badge {
        width: 130px;
        height: 130px;
    }

    .offer-text {
        font-size: 16px;
    }

    .offer-price {
        font-size: 28px;
    }
}
.product-img1 {
    width: 100%;
    height: 220px; /* adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-img1 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}





.grocery-items1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.grocery-items1 p {
    font-size: 14px;
    margin: 5px 0 0;
}

/* Mobile tweak */
@media (max-width: 576px) {
    .grocery-items1 img {
        height: 160px;
    }

    .grocery-items1 p {
        font-size: 16px;
    }
}

/* WCFM Become a Seller Button Tweak */
.wcfmmp_become_vendor_link {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.wcfmmp_become_vendor_link a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.2s;
    border: 1px solid #ddd;
    color: #555 !important;
    background: #fafafa;
}

.wcfmmp_become_vendor_link a:hover {
    background: #eee;
    color: #333 !important;
    border-color: #ccc;
    text-decoration: none !important;
}