@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);


* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}


body {
  color: #666666;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0
}

h1 {
  font-size: 24px
}

h2 {
  font-size: 22px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 13px
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*-----------------------------------------------------*/
.main-content {
    margin: 90px;
}

.logo {
    height: 100%;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding_0 {
    padding: 0px;
}


/*nav bar*/

.header_bg {
  background: #ffffff;
  border-bottom: 1px solid #6cec41;
}
.ms-auto{
  margin-left: 0px;
}
.ml-auto,
.mx-auto {
  margin: 0 auto;
}
.nav-item{
  align-items: center;
  padding: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 3px 15px;
  font-size: 18px;
  color: #222222;
  margin: 0px 6px;
  background-color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #6cec41;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #6cec41;
}

.navbar-brand {
  margin: 0px;
  float: right;
}

.navbar {
  padding: 15px 0px;
}

/* 320px - small mobile */
@media (max-width: 320px) {
  .navbar-brand img {
    width: 50px;
  }

  .nav-item {
    font-size: 12px;
  }

  .desktop-megamenu {
    position: static;
    display: block;
  }

  .category-column {
    width: 100%;
  }
}

/* 375px - larger mobile */
@media (max-width: 375px) {
  .nav-item {
    font-size: 13px;
  }
}

/* 425px - large phones / small tablets */
@media (max-width: 425px) {
  .navbar-nav {
    text-align: center;
  }

  .category-grid {
    flex-direction: column;
  }
}

/* 768px - tablets */
@media (max-width: 768px) {
  .desktop-megamenu {
    display: none !important;
  }

  .category-grid {
    flex-direction: column;
  }

  .category-column {
    margin-bottom: 20px;
  }

  .navbar-brand img {
    width: 60px;
  }

  .navbar-collapse {
    background-color: #f8f9fa;
    padding: 1rem;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 19px;
    color: #222222;
    margin: 0px 6px;
    
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #6cec41;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: green;
    border-radius: 20px;
}

/* 1024px - small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
  .category-column {
    flex: 1 1 50%;
  }

  .desktop-megamenu {
    padding: 10px;
  }
}

/* 1440px - standard desktops */
@media (min-width: 1025px) and (max-width: 1440px) {
  .category-column {
    flex: 1 1 30%;
  }

  .desktop-megamenu {
    padding: 20px;
  }
}

/* 2560px - 4K screens */
@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
  }

  .desktop-megamenu {
    padding: 30px 60px;
  }
}


/* megamenu section  */

.products-megamenu-1 {
  position: relative;
}

.products-megamenu-1:hover .desktop-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 1s ease;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
}


.products-megamenu-1 {
  padding-bottom: 10px;
}


@media (min-width: 1200px) {
  .products-megamenu-1 {
    position: static;
    /*  Hide Desktop Mega Menu 1 in Desktop */
    /* Bootstrap Tabs Navigation */
    /* Tab Content */
  }

  .mobile-megamenu {
    display: none;
  }

  .desktop-megamenu,
  .products-megamenu-1 .active,
  .products-megamenu-1 .active:focus {
    background-color: #fff;
  }

   .desktop-megamenu {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    border-radius: 6px;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: hidden;
  }
  .desktop-megamenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

   .products-megamenu-1:hover>.desktop-megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
  }

  .megamenu-tabs {
    margin-bottom: 15px;
  }

   .nav-tabs {
    border-bottom: 1px solid color-mix(in srgb,#6cec41, transparent 50%);
  }

  .m-nav-item {
    margin-bottom: 0;
  }

   .m-nav-link {
    border: none;
    padding: 10px 13px;
    color:#000;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }

  .m-nav-link:hover {
    color: #6cec41;
    border-color: transparent;
  }

   .m-nav-link.active {
    color: #6cec41;
    background-color: transparent;
    border-bottom: 2px solid #6cec41;
  }

   .megamenu-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Category Grid */
    /* Product Grid */
  }

   .megamenu-content::-webkit-scrollbar {
    width: 5px;
  }

   .megamenu-content::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    border-radius: 10px;
  }

   .megamenu-content::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--default-color), transparent 80%);
    border-radius: 10px;
  }

   .megamenu-content .tab-content {
    display: none;
  }

   .megamenu-content .tab-content.active {
    display: block;
  }

   .category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

   .category-column {
    background-color: color-mix(in srgb,#fff, #6cec41 3%);
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s;
  }

   .category-column h4 {
    color:#000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb,#000, transparent 90%);
    position: relative;
  }

   .category-column h4:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color:#6cec41;
  }

   .category-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

    .category-column ul li {
    margin-bottom: 10px;
    background-color: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start !important;
    width: 100%;
  }

    .category-column ul li:last-child {
    margin-bottom: 0;
  }

    .category-column ul li a {
    color: #00000083;
    font-size: 14px;
    transition: 0.3s;
    padding: 0 0 0 20px;
    display: block;
    position: relative;
  }

    .category-column ul li a:before {
    content: "\f285";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color:#00000083;
    opacity: 0.7;
  }

    .category-column ul li a:hover {
    color: #6cec41;
    transform: translateX(3px);
  }

    .category-column ul li a:hover:before {
    opacity: 1;
  }

    .category-column .active {
    background-color: none;
  }
}
/* Products Mega Menu 1 - Mobile */
@media (max-width: 1199px) {
   .products-megamenu-1 {
    /* Hide Desktop Mega Menu 1 in Mobile */
  }

   .products-megamenu-1 .desktop-megamenu {
    display: none;
  }

   .products-megamenu-1 .mobile-megamenu {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
  }

   .products-megamenu-1 .mobile-megamenu li {
    position: relative;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

   .products-megamenu-1 .mobile-megamenu li:last-child {
    border-bottom: none;
  }

   .products-megamenu-1 .mobile-megamenu li a {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nav-dropdown-color);
    font-size: 15px;
    transition: 0.3s;
  }

   .products-megamenu-1 .mobile-megamenu li a:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  }

   .products-megamenu-1 .mobile-megamenu li ul {
    padding: 0;
  }

   .products-megamenu-1 .mobile-megamenu.dropdown-active {
    display: block;
  }
}
/*nav bar end*/


.product-gallery {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .product-gallery {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.main-image-wrapper {
  order: 1;
  position: relative;
}

@media (min-width: 768px) {
  .main-image-wrapper {
    order: 2;
    flex: 1;
  }
}

.main-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding-top: 35px;
}

.product-info-wrapper {
  height: 100%;
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  .product-info-wrapper {
    padding: 0 1rem;
    position: sticky;
    top: 100px;
  }
}

.v-product-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 1rem;
  padding-bottom: 0px;
  color: #000000c2;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .product-title {
    font-size: 2.25rem;
  }
}

.product-rating {
  padding: 0px 0px 30px 0px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stars {
  display: flex;
  align-items: center;
}

.stars i {
  color: #FFD700;
  font-size: 1rem;
  margin-right: 2px;
}

.rating-value {
  margin-left: 0.5rem;
  font-weight: 600;
  color: #000000c2;
}

.product-price-container {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background-color: color-mix(in srgb, #6cec41, transparent 95%);
  border-radius: 12px;
}

.price-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.current-price {
  font-size: 2rem;
  font-weight: 700;
  color: #278107aa;
}

.original-price {
  font-size: 1.25rem;
  color: rgba(184, 62, 62, 0.593);
  margin-left: 1rem;
}

.discount-badge {
  display: inline-block;
  background-color: #6cec41;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.stock-info {
  display: flex;
  align-items: center;
}

.stock-info i {
  color: #10b981;
  margin-right: 0.5rem;
}

.stock-info span {
  font-weight: 500;
}

.stock-count {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #00000083;
  font-weight: normal;
}

/* ------------------------------------------------------------------- */

.product-options {
  margin-bottom: 2rem;
}

.option-group {
  margin-bottom: 1.5rem;
}

.option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.option-title {
  font-weight: 600;
  margin: 0;
}


.product-details .product-info-wrapper .product-options .option-group .color-options {
  display: flex;
  gap: 1rem;
}

.product-details .product-info-wrapper .product-options .option-group .color-options .color-option {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.size-options {
  display: flex;
  gap: 0.75rem;
}

.size-option {
  min-width: 70px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, #6cec41, transparent 80%);
  transition: all 0.3s ease;
  font-weight: 600;
}

.size-option:hover {
  border-color: #6cec41;
  transform: translateY(-2px);
}

  input[type="radio"]:checked + .size-option {
  background-color: #6cec41;
  color: #fff;
  border-color: #6cec41;
  }

.quantity-selector {
  display: flex;
  align-items: center;
  max-width: 150px;
}

.quantity-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, #6cec41, transparent 80%);
  cursor: pointer;
  transition: all 0.3s ease;
}

.quantity-btn:hover {
  background-color: color-mix(in srgb, #6cec41, transparent 90%);
}

.quantity-btn.decrease {
  border-radius: 8px 0 0 8px;
}

.quantity-btn.increase {
  border-radius: 0 8px 8px 0;
}

.quantity-input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid color-mix(in srgb, #6cec41, transparent 80%);
  border-left: none;
  border-right: none;
  color: #00000083;
  background-color: #fff;
  font-size: 14px;
}

.quantity-input:focus {
  border-color: #6cec41;
  outline: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ------------------------------------------------------------------- */

.product-actions {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn i {
  margin-right: 0.5rem;
}

.add-to-cart-btn {
  margin-right: 0.5rem;
  flex: 1;
  background-color: #6cec41;
  border-color: #6cec41;
}

.add-to-cart-btn:hover {
  margin-right: 0.5rem;
  background-color: #000;
  border-color: #000;
}

.buy-now-btn {
  margin-right: 0.5rem;
  flex: 1;
  background-color: #6cec41;
  border-color: #6cec41;
}

.buy-now-btn:hover {
  margin-right: 0.5rem;
  background-color: #000000;
  border-color: #000000;
}

.wishlist-btn {
  margin-right: 0.5rem;
  width: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6cec41;
  border: #6cec41;
}

.wishlist-btn i {
  margin-right: 0;
  font-size: 1.25rem;
}

.wishlist-btn:hover {
  color: #fff;
  border-color: #e53935;
  background-color: #e53935;
}

@media (max-width: 575px) {
  .product-details .product-info-wrapper .product-actions {
    flex-direction: column;
  }

  .product-details .product-info-wrapper .product-actions .wishlist-btn {
    width: 100%;
  }
}

.delivery-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 576px) {
  .delivery-options {
    grid-template-columns: repeat(3, 1fr);
  }
}

.delivery-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.product-details .product-info-wrapper .delivery-options .delivery-option:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px #6cec415d;
}

.delivery-option i {
  color: #6cec41;
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

.delivery-option h6 {
  font-weight: 600;
  color: #000000c2;
}

.delivery-option p {
  margin: 0;
  line-height: 12px;
  font-size: 11px;
  font-weight: 600;
  color: #00000083;
}

/*  */

.product-details-accordion {
  margin-top: 3rem;
}

.accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-des {
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
  box-shadow: none;
  color: #6cec41;
  background-color:color-mix(in srgb, #6cec41, transparent 95%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-button {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #6cec41;
  background-color: color-mix(in srgb, #6cec41, transparent 95%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #6cec41;
}

.accordion-collapse {
  border: 1px solid color-mix(in srgb, #6cec41, transparent 90%);
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion-body {
  padding: 1.5rem;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion-body h4 {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.accordion-body p {
  color: color-mix(in srgb, #000, transparent 20%);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.feature-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.feature-list li {
  display: flex;
  align-items:center;
  margin-bottom: 0.75rem;
  color: color-mix(in srgb, #000, transparent 20%);
}

.feature-list li i {
  color: #6cec41;
  margin-right: 0.75rem;
  font-size: 1.125rem;
  margin-top: 0.125rem;
}


 .reviews-summary {
  margin-bottom: 2.5rem;
}

.overall-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: color-mix(in srgb, #6cec41, transparent 95%);
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
   .overall-rating {
    margin-bottom: 0;
  }
}

 .rating-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

 .rating-stars {
  margin: 0.75rem 0;
}

 .rating-stars i {
  color: #FFD700;
  font-size: 1.5rem;
  margin-right: 2px;
}

 .rating-count {
  font-size: 0.875rem;
  color: color-mix(in srgb, #000, transparent 40%);
}

 .rating-breakdown {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 12px;
}

.rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

 .rating-bar:last-child {
  margin-bottom: 0;
}

 .rating-bar .rating-label {
  width: 60px;
  font-size: 0.875rem;
  color: color-mix(in srgb, #000, transparent 30%);
}

 .rating-bar .progress {
  flex: 1;
  height: 8px;
  margin: 0 0.75rem;
  background-color: color-mix(in srgb, #000, transparent 90%);
  border-radius: 4px;
}

.progress-bar {
  background-color: #FFD700;
  border-radius: 4px;
}

.rating-count {
  width: 30px;
  font-size: 0.875rem;
  color: color-mix(in srgb, #000, transparent 30%);
  text-align: right;
}

.review-item {
  padding: 1.5rem;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.review-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px #6cec415d;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

 .reviewer-info {
  display: flex;
  align-items: center;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
}

.reviewer-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding: 0px;
}

.review-date {
  font-size: 0.75rem;
  color: color-mix(in srgb, #000, transparent 40%);
}

.review-rating i {
  color: #FFD700;
  font-size: 0.875rem;
  margin-right: 2px;
}

.review-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #000;
}

.review-content p {
  margin-bottom: 0;
  color: color-mix(in srgb, #000, transparent 20%);
  line-height: 1.6;
}

 .review-form-container {
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

 .review-form-container h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.75rem;
}

 .review-form-container h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #6cec41;
  border-radius: 3px;
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.form-control {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, #000, transparent 80%);
  background-color:#fff;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #6cec41;
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, #6cec41, transparent 80%);
}

.form-text {
  color: color-mix(in srgb, #000, transparent 40%);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

 .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.star-rating input[type=radio] {
  display: none;
}

.star-rating label {
  cursor: pointer;
  font-size: 0;
  margin: 0;
  padding: 0 0.25rem;
}

 .star-rating label i {
  font-size: 1.75rem;
  color: color-mix(in srgb, #000, transparent 80%);
  transition: all 0.2s ease;
}

 .star-rating input[type=radio]:checked~label i,
 .star-rating label:hover i,
 .star-rating label:hover~label i {
  color: #FFD700;
}

 .btn-primary {
  background-color: #6cec41;
  border-color: #6cec41;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

 .btn-primary:hover {
  background-color: #000;
  border-color:#000;
  color: #fff;
  box-shadow: 0 4px 12px color-mix(in srgb, #6cec41, transparent 70%);
}


/*footer section*/
.footer {
  color: #ffffff;
  background-color: #262526;
  font-size: 14px;
  position: relative;
}

.footer-main {
  padding: 70px 0 40px;
  border-top: 1px solid color-mix(in srgb, #000, transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, #000, transparent 85%);
}

.footer-widget {
  margin-bottom: 30px;
  text-align: center;
}

.logo {
  display: inline-flexbox;
  margin-bottom: 20px;
}

.logo-img {
  padding-bottom: 20px;
}

.sitename {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer_dep {
  margin: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.social-links {
  margin-top: 25px;
}

.social-links h5 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  margin-top: 20px;
  padding-top: 50px;
}

.footer_social_icon {
  width: 100%;
  display: flex;
  justify-content: center; /* center horizontally */
  flex-wrap: wrap; /* allow wrap on smaller screens */
  gap: 15px; /* spacing between icons */
  padding-inline-start: 0;
  text-align: center;
  margin-top: 15px;
}
.footer_social_icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer_social_icon li {
  display: inline-block;
}

.footer_social_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fff;
  color: #252525;
  border-radius: 100%;
  font-size: 19px;
  width: 44px;
  height: 44px;
  transition: 0.3s ease;
}


.footer_social_icon a:hover {
  background-color: #6cec41;
  color: #ffffff;
}

.footer-widget h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  padding-top: 40px;
}

.footer-widget h4:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 6px;
  background-color: #6cec41;
  bottom: 20px;
  border-radius: 4px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .footer-widget h4:after {
    width: 50px;
    height: 4px;
    margin-left: 10px;
  }
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
  .footer-widget h4:after {
    content: none;
  }
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}



.location_text ul {
  margin: 0px;
  padding: 0px;
}

.location_text li {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 7px 0px 16px;
}

.location_text a {
  display: block;
  color: #ffffff;
  font-size: medium;
}

.location_text a:hover {
  color: #ffffff;
}

.padding_left_10 {
  font-size: 30px;
  color: #ffffff;
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.padding_left_10:hover {
  color: #6cec41;
}

.padding_left_10.active {
  color: #6cec41;
}

.app-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.app-btn {
  align-items: center;
  background-color: #fff;
  color: #252525;
  margin: 15px;
  padding: 4px 15px 4px 15px;
  border-radius: 20px;
}

.app-btn i {
  font-size: 20px;
  margin-right: 8px;
}

.app-btn span {
  font-size: 13px;
  font-weight: 500;
}

.app-btn:hover {
  background-color: #6cec41;
  color: #ffffff;
}

.footer-bottom {
  padding: 25px 0;
}

.payment-icons {
  display: flex;
  gap: 12px;
}

.payment-icons i {
  font-size: 22px;
  color: #fff;
}

.payment-icons i:hover {
  color: #6cec41;
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
}

.copyright p strong {
  color: #fff;
}

.product-list{
    margin: 10px;
    padding: 50px;
}
.product_taital{
  text-align: center;
      width: 66%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}
.product_taital::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 7px;
    background-color: #6cec41;
    bottom: 30px;
    border-radius: 4px;
    margin-left: -220px;
}
.product_taital::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 7px;
    background-color: #6cec41;
    bottom: 30px;
    border-radius: 4px;
    margin-left: 20px;
}
.product-container {
  position: relative;
  min-height: 400px;
}

.product-item {
  margin-bottom: 50px;
}

.product-card {
  position: relative;
  height: 100%;
  background-color:#fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px #6cec415d;
}

.main-img {
  opacity: 0;
}

.product-card:hover .product-image1 .hover-img {
  opacity: 1;
}

.product-card:hover .product-image1 .product-overlay {
  opacity: 1;
  visibility: visible;
}

.product-image1 {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.product-image1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

 .main-img {
  opacity: 1;
  z-index: 1;
}

.hover-img {
  opacity: 0;
  z-index: 2;
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #6cec41cd;
  border-radius: 30px;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, #6cec4123, transparent);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #6cec41cd;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-cart:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color:#fff ;
  background-color: #6cec41cd;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
}

.product-info {
  padding: 20px;
}

 .product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.product-title a {
  color: #000000c2;
  transition: all 0.3s ease;
}

.product-title a:hover {
  color: #6cec41cd;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.current-price {
  font-size: 18px;
  font-weight: 700;
  color: #278107aa;
}

.old-price {
  font-size: 14px;
  font-weight: 400;
  color: rgba(184, 62, 62, 0.593);
  text-decoration: line-through;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #FFB800;
}

.product-rating span {
  margin-left: 5px;
  font-size: 12px;
  color: color-mix(in srgb, #000000c2, transparent 40%);
}

.product-list .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #6cec41;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.product-list .view-all-btn i {
  transition: transform 0.3s ease;
}

.product-list .view-all-btn:hover {
    color: #fff;
  background-color: #000;
}

.product-list .view-all-btn:hover i {
    color: #fff;
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
.product-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {

.product-info {
    padding: 15px;
  }

.product-title {
    font-size: 15px;
  }

.current-price {
    font-size: 16px;
  }

  .old-price {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
.row {
    margin-left: -10px;
    margin-right: -10px;
  }

.product-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
} 
