@import url('https://cdn.jsdelivr.net/gh/woocommerce/woocommerce/assets/fonts/star/star.css');
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none !important;
  color: #111;
}
a:hover {
  text-decoration: none !important;
  color: #111;
}
li {
  list-style: none;
}

.main{background-color:#EEEEEE;}
.top-bar {
     background-color: #111;
     color: white;
     font-size: 14px;
     padding: 10px 0;
}
 .top-bar a {
     color: limegreen;
     text-decoration: none;
}
 .logo img {
     height: 64px;
}
/* Main navigation sidebar */
/* General styles (desktop as you had) */
.nav-sidebar {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-sidebar > li {
    position: relative;
}

.nav-sidebar li a {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    color: #27272A;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
}

@media (max-width: 1279px) {
    .nav-sidebar li a {
        font-size: 14px;
        padding: 8px 12px;
    }
}
@media (max-width: 1090px) and (min-width: 991px) {
    .nav-sidebar li a {
        font-size: 11px;
        padding: 8px 12px;
    }
}
/* Sub-menu desktop hover */
.nav-sidebar > li:hover > .sub-menu {
    display: flex;
    list-style: none;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 500px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 99;
    flex-wrap: wrap;
}

.sub-menu .menu-item {
    width: 33.333%;
    padding: 8px 20px;
    box-sizing: border-box;
}

.sub-menu .menu-item a {
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: 600;
    padding: 4px 0;
}

.sub-menu .menu-item a:hover {
    color: #f7bd0c;
}

/* --- MOBILE FIXES --- */
@media (max-width: 991px) {
    /* Stack menu vertically */
    .nav-sidebar {
        flex-direction: column;
        background: #fff;
        width: 100%;
    }

    /* Each menu item full width */
    .nav-sidebar > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    /* Menu links full width and padding */
    .nav-sidebar li a {
        padding: 12px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        color: #27272A;
        font-weight: 600;
    }

    /* Show submenu as block, but initially hidden */
    .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 0;
        box-shadow: none;
        display: none;
        flex-wrap: nowrap;
        flex-direction: column;
        background: #f9f9f9;
    }

    /* Submenu items full width */
    .sub-menu .menu-item {
        width: 100%;
        padding: 10px 30px;
        border-bottom: 1px solid #ddd;
    }

    /* Submenu links style */
    .sub-menu .menu-item a {
        padding: 8px 0;
        font-weight: 500;
        color: #333;
    }

    /* Add toggle indicator arrow for items with submenu */
    .nav-sidebar > li.menu-item-has-children > a::after {
        content: '\25B6'; /* right-pointing arrow */
        font-size: 12px;
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    /* When submenu open, rotate arrow down */
    .nav-sidebar > li.menu-item-has-children.open > a::after {
        transform: rotate(90deg);
    }
}


.search-bar {
     background: #FFB703;
     padding: 10px;
     border-radius: 8px;
}
 .form-control {
     border-radius: 10px;
     border: 2px solid #e4e4e7;
     padding: 10px 30px;
     
}
 .search-icon {
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
     color: #aaa;
}
 .search-container {
     position: relative;
}
 .cart-icon {
     position: relative;
}
 .cart-icon .badge {
     position: absolute;
     top: -8px;
     right: -10px;
     background: red;
     font-size: 12px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .navbar-nav .nav-link {
    font-size: 15px;
    padding: 8px 12px;
    color: #333;
  }
}

@media (max-width: 767.98px) {
 .search-bar .col-md-6, .search-bar .col-md-3 {
     margin-bottom: 10px;
    }
}
.image-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.image-card img {
    width: 100%;
    display: block;
}

/******* Desktop Styles ********/

div#bannerSlider {
  height: 100%;
  min-height: 100%;
}

#bannerSlider .carousel-item img {
  height: 75vh;
}

.carousel-caption-custom {
  top: 32%;
  left: 32%;
  right: auto;
  transform: none;
  text-align: left;
}

.carousel-caption-custom h2 {
  font-size: 2rem;
  max-width: 600px;
  font-weight: bold;
}

.carousel-btn-group {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.carousel-btn-group .btn {
  border-radius: 6px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/******* Mobile & Tablet Styles *******/

@media (max-width: 992px) {
  #bannerSlider .carousel-item img {
    height: 55vh;
  }
  .carousel-caption-custom {
    top: 50%;
    left: 8%;
    right: 8%;
    transform: translateY(-30%);
    text-align: left;
    padding: 0 10px;
  }

  .carousel-caption-custom h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .carousel-btn-group {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .carousel-btn-group .btn {
    font-size: 13px;
    padding: 10px 16px;
  }
}

/*********** Small Mobile Only ********/

@media (max-width: 576px) {
  #bannerSlider .carousel-item img {
    height: 40vh;
  }
  .carousel-caption-custom {
    top: 47%;
    left: 14%;
    /*right: 8%;*/
  }
  .carousel-caption-custom h2 {
    font-size: 18px;
  }
  .carousel-btn-group .btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}


    /*.left-image,*/
    /*.right-top,*/
    /*.right-bottom {*/
    /*  height: 100%;*/
    /*}*/

    /*.right-column {*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  gap: 1rem;*/
    /*  height: 600px;*/
    /*}*/

    /*@media (max-width: 991.98px) {*/
    /*  .left-image,*/
    /*  .right-top,*/
    /*  .right-bottom {*/
    /*    height: auto;*/
    /*  }*/

    /*  .right-column {*/
    /*    gap: 1rem;*/
    /*  }*/
    /*}*/

 .brand-logo {
     max-width: 100px;
     height: auto;
     margin: 10px;
}
 .category-img {
     width: 80px;
     height: 80px;
     object-fit: cover;
}
 .brand-category-section {
     background-color: #f8f9fa;
     padding: 40px 20px;
     border-radius: 10px;
}
 .section-title {
     font-weight: 600;
     font-size: 18px;
     margin-bottom: 20px;
}
 .category-item {
     text-align: center;
}
 .category-title {
     margin-top: 10px;
     font-weight: 500;
}
 @media (max-width: 767.98px) {
 .brand-logo {
     max-width: 80px;
}
 .category-img {
     width: 60px;
     height: 60px;
}
}
.top-selling-products .card {
  transition: transform 0.3s ease;
  height: 500px;
}
.top-selling-products .card:hover {
  transform: translateY(-5px);
}
.swiper-button-next, .swiper-button-prev {
 background: #f5f5f5;
 border-radius: 50%;
 width: 40px;
 height: 40px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px;
  color: #333;
}
.product-image-wrapper {
  width: 100%;
  aspect-ratio: 3 / 4; 
  overflow: hidden;
  border-radius: 0.5rem;
  background: #fff;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}
.featured-image {
   width: 100%;
   border-radius: 12px;
   overflow: hidden;
   margin: 20px auto;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.featured-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px; 
}
 .footer-top {
     background-color: #2a2a2a;
     color: white;
     padding: 30px 0;
}
 .footer-top .col {
     text-align: center;
     padding: 10px 15px;
     position: relative;
}
 .footer-top .col:not(:last-child)::after {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     height: 60%;
     width: 1px;
     background-color: rgba(255, 255, 255, 0.3);
}
 .service-text {
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 0.5px;
     margin: 0;
     white-space: nowrap;
}
/* Responsive Adjustments */
 @media (max-width: 991px) {
     .footer-top .row {
         flex-wrap: wrap;
    }
     .footer-top .col {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .footer-top .col:nth-child(2)::after {
         display: none;
    }
     .footer-top .col:nth-child(1)::after, .footer-top .col:nth-child(3)::after {
         display: block;
    }
}
 @media (max-width: 767px) {
     .service-text {
         font-size: 12px;
    }
}
 @media (max-width: 575px) {
     .footer-top .col {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .footer-top .col::after {
         display: none !important;
    }
     .service-text {
         font-size: 14px;
    }
}
 .footer-main {
     background-color: #1f1f1f;
     color: white;
     padding: 40px 0;
}
 .footer-main h6 {
     color: #FFB703;
     margin-bottom: 20px;
     font-weight: 600;
}
 .footer-main a {
     color: white;
     text-decoration: none;
     display: block;
     margin-bottom: 6px;
}
 .footer-main a:hover {
     text-decoration: underline;
}
 .footer-logo img {
     width: 70px;
}
 .footer-bottom {
     background-color: #1f1f1f;
     color: white;
     padding: 20px 0 10px;
     text-align: center;
     font-size: 14px;
     border-top: 1px solid #333;
}
 .footer-bottom span {
     color: #FFB703;
     font-weight: bold;
}
#menu-footer-menu1, #menu-brand-menu, #menu-account-menu, #menu-others-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

 .social-icons{display:flex;}
 .social-icons i {
     font-size: 18px;
     margin: 0 8px 0 0;
     color: white;
     background: rgba(255,255,255,0.1);
     padding: 10px;
     border-radius: 50%;
     transition: 0.3s;
}
 .social-icons i:hover {
     background: #FFB703;
     color: black;
}
.product_meta .tagged_as {
    display: none;
}

.why-choose-section {
    padding: 20px 0;
} 

.wc-tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
  gap: 15px;
}

/* Tab item style */
.wc-tabs li {
  margin: 0;
}

/* Link style inside each tab */
.wc-tabs li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  border: 2px solid transparent;
  border-radius: 5px 5px 0 0;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

/* Hover effect */
.wc-tabs li a:hover {
  background-color: #eaeaea;
  color: #000;
}

/* Active tab */
.wc-tabs .active a {
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: #fff;
  color: #000;
}
.buy-now-button {
  background-color: #f7bd0c;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.buy-now-button:hover {
  background-color: #e0a800;
  color: #000;
}

.buy-now-variable{
  background-color: #f7bd0c;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  border: none;
}
.buy-now-variable:hover {
  background-color: #000;
  color: #fff;
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #f7bd0c !important;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #f7bd0c;
}
@media (max-width: 768px) {
  .woocommerce-account .u-columns {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.wishlist_table .product-add-to-cart a {
    background-color: #dcd7e2;
    padding: 2px 15px;
    border-radius: 2px;
    font-weight: 600;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt{
    font-size: 18px!important; text-decoration: underline !important;
}
a.edit {
    text-decoration: underline !important;
}

.comment-form-rating .stars a {
    position: relative;
    font-size: 0;
}

.comment-form-rating .stars a::before {
    content: '★';
    font-size: 24px; /* Show star */
    color: transparent;
    -webkit-text-stroke: 1px #f0ad4e;
    text-stroke: 1px #f0ad4e;
    transition: color 0.2s;
    position: relative;
    z-index: 1;
}

.comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a:hover ~ a::before {
    color: transparent;
}
.comment-form-rating .stars a:hover::before,
.comment-form-rating .stars a ~ a:hover::before {
    color: #f0ad4e;
    -webkit-text-stroke: 0;
    text-stroke: 0;
}

.comment-form-rating .stars.selected a::before {
    color: transparent;
}
.comment-form-rating .stars.selected a.active::before,
.comment-form-rating .stars.selected a.active ~ a::before {
    color: #f0ad4e;
    -webkit-text-stroke: 0;
    text-stroke: 0;
}

/* Show native number input spinners always in Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: inline-block !important;
  -webkit-appearance: inner-spin-button !important;
}

ul.page-numbers li .page-numbers.current {
color: #f7bd0c !important;
}
@media (min-width: 700px) and (max-width: 991.98px) {
  .woo-wallet-sidebar ul li {
    margin: 0px!important;
  }
}
a.woocommerce-button.button.cancel{
    margin: 0 10px;
}
.promo-banner {
  background: linear-gradient(to right, #2d2d2d, #0e0e0e);
  color: white;
  border-radius: 12px;
}

.promo-banner img.logo {
  max-height: 60px;
}

.promo-banner .product-img {
  max-height: 180px;
  margin: 0 10px;
}

.promo-banner h5 span {
  color: #fdbb00;
}
.featured .custom-flex-wrap {
  flex-wrap: nowrap; 
}

@media (max-width: 450px) {
  .featured .custom-flex-wrap {
    flex-wrap: wrap;
  }
  .promo-banner {
    padding: 20px 0;
  }
}

.btn-shop {
  background: white;
  color: black;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 24px;
  transition: 0.3s ease;
  margin: 0 3rem;
}

.btn-shop:hover {
  background: #fdbb00;
  color: #000;
}

@media (max-width: 768px) {
  .promo-banner .product-img {
    max-height: 100px;
  }

  .promo-banner {
    text-align: center;
  }

  .promo-banner .btn-shop {
     margin: 20px 0 0 0;
  }
}

.query-box {
    border-top: 2px solid rgba(0, 0, 0, 0.125);
}

.form-title {
  font-weight: bold;
  margin-bottom: 30px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.btn-submit {
  background-color: #ffbe00;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-submit:hover {
  background-color: #e0a800;
}
p.comment-form-cookies-consent{
    display: flex;
}
input#wp-comment-cookies-consent {
    margin-right: 6px;
}
@media (max-width: 768px) {
  .tabs.wc-tabs {
    flex-direction: column;
    border-bottom: none;
  }

  .tabs.wc-tabs li a {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }

  .tabs.wc-tabs li.active a {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
}
/*.required::after {*/
/*  content: "*";*/
/*  color: red;*/
/*  margin-left: 4px;*/
/*}*/

@media (max-width: 576px) {
.variations_button {
  flex-direction: column;
}
.variations_button .quantity {
  width: 100%;
}
.variations_button .button {
  margin-left: 0 !important;
  margin-top: 10px;
}
}
.variations_button {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}

.proprice del {
    font-size: 16px;
    color: #dc3545;
}
.proprice ins {
  text-decoration:none;
}