body {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 14px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#column-left,
#column-right {
  padding-bottom: 40px !important;
}
/* #column-left,
#column-right {
  padding-bottom: 730px;
} */
@media (min-width: 576px) {
  #column-left,
  #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background: #2b2b2b;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 0;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  /* min-width: 100px; */
  min-width: 60px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  /* min-width: 200px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#menu .dropdown-inner ul li a {
  padding: 0px 15px !important;
  margin-bottom: 0px;
}

#menu .dropdown-inner ul li {
  width: 50%;
}
#menu .dropdown-item {
  padding: 0 !important;
  line-height: 24px;
}
#menu .dropdown-menu .col-lg-5 a img {
  width: 100% !important;
  height: 270px;
  object-fit: cover;
}
#menu .dropdown-menu .col-lg-7 {
  /* padding: 0px !important; */
}
#menu .dropdown-menu .col-lg-7 .dropdown-inner ul li {
  /* padding: 15px !important; */
  font-size: 12px;
}
#menu .dropdown-menu .col-lg-5 {
  padding: 0px !important;
}
#menu .dropdown-menu .col-lg-7 .dropdown-inner h2 {
  /* margin: 0px; */
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
/* Footer css Start***************************************** */
.custom-footer {
  --green: #7ab831;
  --green-dark: #5aa12c;
  --text: #333;
  --muted: #7b8897;
  --border: #e7e7e7;
}
.custom-footer .nl-strip {
  background: var(--green);
  color: #fff;
}
.custom-footer .nl-strip .icon {
  font-size: 22px;
  margin-right: 8px;
}
.custom-footer .nl-strip .lead-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.custom-footer .nl-strip .sub-text {
  font-size: 12px;
  opacity: 0.9;
}
.custom-footer .nl-strip .form-control {
  height: 38px;
  border: 0;
  border-radius: 20px;
  padding: 0 14px 0 28px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.custom-footer .nl-strip .form-control::placeholder {
  color: #eaf7e1;
}
.custom-footer .nl-strip .mail-icon {
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 16px;
  color: #eaf7e1;
}
.custom-footer .nl-strip .btn-sub {
  height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  border: 0;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.custom-footer .site-footer {
  background: #fff;
  color: var(--text);
}
/* .custom-footer .site-footer .col-wrap {
  padding: 28px 0;
} */
.custom-footer .site-footer {
  padding-top: 50px;
}
.custom-footer .site-footer h5 {
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.custom-footer .site-footer p {
  font-size: 13px;
  line-height: 20px;
  color: #6c7684;
  margin: 0 0 14px;
}
.custom-footer .site-footer .list-unstyled li a {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  color: #354355;
  text-decoration: none;
}
.custom-footer .site-footer .list-unstyled li a:hover {
  color: #79c141;
}
.custom-footer .site-footer .v-sep {
  border-right: 1px dotted var(--border);
}
.custom-footer .site-footer .v-sep:last-child {
  border-right: 0;
}
.custom-footer .site-footer .col-title {
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}
.custom-footer .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  margin-right: 6px;
}
.custom-footer .social .fb {
  background: #3b5998;
}
.custom-footer .social .tw {
  background: #000;
}
.custom-footer .social .gp {
  background: #dd4b39;
}
.custom-footer .social .in {
  background: #0a66c2;
}
.custom-footer .social .pi {
  background: #bd081c;
}

.custom-footer .contact small {
  display: block;
  font-size: 12px;
  color: #7b8897;
}

.custom-footer .payments img {
  height: 22px;
  margin-right: 8px;
  filter: grayscale(0%);
}
.footersecinput {
  border-bottom: 1px solid #8cc745;
  padding-bottom: 6px;
}
@media (max-width: 991.98px) {
  .custom-footer .site-footer .v-sep {
    border-right: 0;
    border-bottom: 1px dotted var(--border);
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .custom-footer .payments img {
    margin-bottom: 6px;
  }
  .custom-footer .site-footer .col-wrap {
    padding: 0px;
  }
}
/* Footer css End***************************************** */
/* footer {
  border: 1px solid #ffffff;

  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
} */
/* breadcrumb */
.breadcrumb {
  margin: 20px 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 10px 5px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;

  width: 100%;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid #8cc63f !important;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: #8cc63f;
  background-color: #ffff;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid #8cc63f;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #e69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #ffffff;
}
/* 25 Aug 2025 Start */
nav#top .row {
  align-items: center;
}
nav#top ul.list-inline {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
  gap: 1px;
}
header .search-center .searchform input,
nav#top .searchform input {
  min-height: 40px;
  max-height: 40px;
  box-shadow: none !important;
}
header .search-center .searchform input::placeholder,
nav#top .searchform input::placeholder {
  font-size: 14px;
}
header .search-center .searchform,
nav#top .searchform {
  margin-bottom: 0px !important;
  /* margin-left: 10px !important; */
}
header .search-center .searchform.input-group button.btn.btn-light.btn-lg,
nav#top .searchform.input-group button.btn.btn-light.btn-lg {
  background-color: #8cc63f !important;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  padding: 11px 35px;
}
.srch-text {
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  color: #2b2b2b;
}
nav#top form#form-currency {
  background-color: #ffffff;
  padding: 0px 6px;
  min-height: 24px;
  max-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#top .col-md-3 {
  padding: 0px 70px;
  padding-right: 0px;
}
#top .col-1,
#top .col-5 {
  padding: 0px;
}
nav#top form#form-currency:hover {
  background: #f2f8dc;
}
nav#top2 {
  background-color: #8cc63f;
  padding-bottom: 24px;
}
#top2 h4 {
  color: #ffffff;
}
#top form#form-currency .dropdown-item:focus,
#top form#form-currency .dropdown-item:hover,
#top form#form-currency .dropdown-item:active,
#top .dropdown-item.active,
#top ul.dropdown-menu.dropdown-menu-right.show li a:focus,
#top ul.dropdown-menu.dropdown-menu-right.show li a:active,
#top ul.dropdown-menu.dropdown-menu-right.show li a:hover {
  background-color: #8cc63f !important;
  color: #ffff !important;
}
#top ul.dropdown-menu.dropdown-menu-right.show li a {
  color: #212529 !important;
}
#top .list-inline .list-inline-item a:hover {
  color: #8cc63f;
}
#top .list-inline .list-inline-item a {
  /* #top .list-inline .list-inline-item .dropdown a.dropdown-toggle{ */
  color: #ffffff;
}
#top form#form-currency .dropdown a {
  color: #6c757d !important;
  font-weight: 700;
}
div#cart .dropdown .dropdown-toggle {
  background-color: #ffd24d !important;
  color: #000000;
  font-weight: 600;
  padding: 6px 0px;
  width: 100%;
  border-radius: 4px;
  /* max-width: 152px;
  min-width: 152px; */
  margin: auto 0 0 auto;
}
div#cart a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
#cart table.table.table-sm.table-bordered td {
  padding: 10px 10px;
}
form#form-currency ul {
  transform: translate(-11px, 36px) !important;
}
#cart {
  margin-bottom: 0px !important;
}
header {
  background: #f2f8dc;
  padding: 10px;
  padding-top: 0px;
}
div#carousel-banner-0 {
  background: #f2f8dc;
  /* padding: 14px; */
  padding-bottom: 66px;
  box-shadow: none;
  border: 0px;
  overflow-x: hidden;
  margin-top: -20px;
}
.carousel-indicators {
  bottom: 2px;
}
header .row {
  align-items: center;
}
header .container .row p img {
  
}
header .container .col-md-4:last-child div p {
  text-align: end !important;
  /* float: right; */
}
header .container p {
  margin-bottom: 0px;
}
header .container {
  background: #ffffff;
  padding: 14px 14px;
  /* padding-bottom: 2px; */
  position: relative;
  top: -19px;
  border: 1px solid #e6e6e6;
  align-items: center;
}
nav#menu {
  background: #ffffff !important;
  border: 0px;
  margin-bottom: 0px;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 9;
}
div#navbar-menu {
  justify-content: center;
  /* padding: 12px 0px;
      padding-bottom: 0px; */
}
#menu .navbar-nav > li > a {
  color: #111;
  font-weight: 700;
  font-size: 15px;
  /* padding: 12px 14px; */
  padding: 8px 20px;
  position: relative;
}
#menu .navbar-nav > li > a:hover {
  /* background: #f2f8dc; */
  background: #fff0b5;
  color: #8cc63f !important;
}
/* #menu #navbar-menu .nav-item + .nav-item .nav-link {
  border-left: 1px solid #dcdcdc;
} */
/* remove the old border */
#menu #navbar-menu .nav-item .nav-link {
  border-left: 0;
  position: relative;
  padding-left: 18px; /* room for the divider */
}

/* add a short, centered divider before every item except the first */
#menu #navbar-menu .nav-item + .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px; /* adjust to match your design */
  background: #000000; /* divider color */
  opacity: 1;
}
.carousel-item.active {
  position: relative;
  display: inline-block;
}
.carousel-item.active::after {
  content: "";
  position: absolute;
  inset: 0.8;
  background-color: #f2f8dc;
}
div#logo {
  text-align: center;
}
#logo img {
  max-width: 288px;
}
/* div#carousel-banner-1 STrat */
div#carousel-banner-1 h2 {
  text-align: center;
  text-align: center;
  margin: 40px 0px 80px;
}
button.carousel-control-prev {
}
div#common-home .carousel-control-prev:hover,
div#common-home .carousel-control-next:hover {
  box-shadow: 0 4px 10px rgba(50, 70, 100, 0.15);
}

div#common-home .carousel-control-prev::before,
div#common-home .carousel-control-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 160px;
  height: 1px;
  background: #e6eaef;
  /* transform: translateY(-50%); */
  transform: translateX(22px);
}
div#common-home .carousel-control-prev::before {
  /* right: 100%; */
  margin-right: 8px;
  transform: translateX(150px) !important;
  rotate: 135deg;
  top: 65% !important;
}
div#common-home .carousel-control-next::after {
  /* left: 100%; */
  margin-left: 8px;
  transform: translateX(-152px);
  rotate: 135deg;
  top: 9px;
}
div#common-home .carousel-control-prev,
div#common-home .carousel-control-next {
  top: 48px;
  width: 100%;
  font-size: 14px;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  cursor: pointer;
  transform: rotate(45deg);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

div#common-home .carousel .carousel-control-prev {
  opacity: 1;
  left: 51% !important;
}
div#common-home .carousel .carousel-control-next {
  opacity: 1;
  right: 51% !important;
}

div#common-home .carousel .carousel-control-prev span.fa-solid.fa-chevron-left {
  rotate: 140deg;
  font-size: 12px;
  color: #506079;
}
div#common-home
  .carousel
  .carousel-control-next
  span.fa-solid.fa-chevron-right {
  rotate: 140deg;
  font-size: 12px;
  color: #506079;
}
div#common-home .carousel-item .col-2 h3 {
  font-size: 14px;
}
div#common-home .carousel-item .col-2 img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin: 4px auto 8px;
  display: block;
}
div#common-home .carousel-item .col-2 {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 6px;
  text-align: center;
  padding: 18px 12px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
  /* box-shadow: 0 2px 10px rgba(35, 55, 80, 0.05); */
  z-index: 1;
  box-shadow: none;
  position: relative;
  height: 290px;
}
div#carousel-banner-1 {
  box-shadow: none;
}
div#common-home .carousel-item .row {
  gap: 20px;
}
div#common-home .carousel-item .col-2::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -1px;
  height: 123px;
  background: radial-gradient(
    234px 165px at 49% 0,
    #eef3f8 0%,
    #f7f9fc 61%,
    transparent 47%
  );
  z-index: -1;
  width: 100%;
  max-width: 320px;
  min-width: 202px;
  rotate: 180deg;
}
/* div#carousel-banner-1 End */
/*  image banner start */
#common-home .adds-links img {
  /* width: 100%; */
}
#common-home .adds-links {
  display: flex;
  align-items: center;
  /* gap: 20px; */
}
/*  image banner End */
/* Slider Trading Products section Start***************************************** */
.custom-tabs .nav-link {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #666;
  background-color: #fff;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.custom-tabs .nav-link:hover,
.custom-tabs .nav-link.active {
  background-color: #6abf4b !important; /* Green */
  color: #fff !important;
  border-color: #6abf4b !important;
}

/* .custom-tabs .nav-link:hover {
  background-color: #f3f3f3;
} */
.product-card {
  text-align: center;
}

.rating i {
  color: #f6b500; /* gold stars */
  font-size: 14px;
  margin: 0 1px;
}

.product-name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  color: #333;
}

.price {
  margin-top: 5px;
}

.new-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}

.old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
header nav#menu div#navbar-menu .dropdown,
header nav#menu div#navbar-menu.dropup,
header nav#menu div#navbar-menu.dropend,
header nav#menu div#navbar-menu.dropdown,
header nav#menu div#navbar-menu.dropstart,
header nav#menu div#navbar-menu.dropup-center,
header nav#menu div#navbar-menu.dropdown-center {
  position: unset !important;
}

header nav#menu div#navbar-menu .dropdown-item {
  white-space: normal;
  font-weight: bold;
  opacity: 0.8;
}
header nav#menu div#navbar-menu .dropdown-menu {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  margin-top: 0;
  /* width: 820px; */
  width: 100%;
  /* padding: 18px; */
  padding: 0px 10px !important;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#product-info #content .recently-slider,
#carousel-banner-cat {
  position: relative;
  padding-bottom: 40px;
}
.latest-wrapper .top-controls,
div#product-info .recently-slider .top-controls,
#carousel-banner-cat .top-controls,
.categories-section .top-controls {
  position: absolute;
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
}
div#product-info .recently-slider .top-controls {
  /* bottom: 38%; */
  top: 8%;
}
.blog-slider .top-controls {
  top: 66px;
}

div#product-info .recently-slider .rec-prev,
div#product-info .recently-slider .rec-next,
#carousel-banner-cat .cat-prev,
#carousel-banner-cat .cat-next,
.latest-wrapper .custom-prev-l,
.latest-wrapper .custom-next-l,
.latest-wrapper .custom-prev,
.latest-wrapper .custom-next,
.categories-section .custom-prev1,
.categories-section .custom-next1,
.categories-section .custom-prev,
.categories-section .custom-next {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
}
div#product-info .recently-slider .rec-prev::before,
div#product-info .recently-slider .rec-next::after,
#carousel-banner-cat .cat-prev::before,
#carousel-banner-cat .cat-next::after,
.latest-wrapper .custom-prev-l::before,
.latest-wrapper .custom-next-l::after,
.latest-wrapper .custom-prev::before,
.latest-wrapper .custom-next::after,
.categories-section .custom-prev1::before,
.categories-section .custom-next1::after,
.categories-section .custom-prev::before,
.categories-section .custom-next::after {
  content: "";
  position: absolute;
  top: 82px;
  width: 100px;
  height: 1px;
  background: #ddd;
  transform: translateX(-22%);
}
div#product-info .recently-slider .rec-prev i,
div#product-info .recently-slider .rec-next i,
#carousel-banner-cat .cat-prev i,
#carousel-banner-cat .cat-next i,
.latest-wrapper .custom-prev-l i,
.latest-wrapper .custom-next-l i,
.latest-wrapper .custom-prev i,
.latest-wrapper .custom-next i,
.categories-section .custom-prev1 i,
.categories-section .custom-next1 i,
.categories-section .custom-prev i,
.categories-section .custom-next i {
  transform: rotate(-45deg);
  font-size: 12px;
  color: #506079;
}
div#product-info .recently-slider .rec-next::after,
#carousel-banner-cat .cat-next::after,
.latest-wrapper .custom-next-l::after,
.latest-wrapper .custom-next::after,
.categories-section .custom-next1::after,
.categories-section .custom-next::after {
  left: 100%;
  margin-left: 8px;
  rotate: 136deg;
  transform: translateX(22%);
  top: -55px;
}
div#product-info .recently-slider .rec-prev::before,
#carousel-banner-cat .cat-prev::before,
.latest-wrapper .custom-prev-l::before,
.latest-wrapper .custom-prev::before,
.categories-section .custom-prev1::before,
.categories-section .custom-prev::before {
  right: 100%;
  margin-right: 8px;
  rotate: 136deg;
}
div#product-info .recently-slider .rec-next:hover,
div#product-info .recently-slider .rec-prev:hover,
#carousel-banner-cat .cat-next:hover,
#carousel-banner-cat .cat-prev:hover,
.latest-wrapper .custom-prev-l:hover,
.latest-wrapper .custom-next-l:hover,
.latest-wrapper .custom-prev:hover,
.latest-wrapper .custom-next:hover,
.categories-section .custom-prev1:hover,
.categories-section .custom-next1:hover,
.categories-section .custom-prev:hover,
.categories-section .custom-next:hover {
  box-shadow: 0 4px 10px rgba(50, 70, 100, 0.15);
}

.categories-section .slick-slide img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.blog-slider .slick-slide img {
  height: 100%;
  /* min-height: 234px; */
  object-fit: cover;
  width: 100%;
  max-width: 454px;
  min-width: 450px;
  position: absolute;
}
.categories-section .product-thumb .description h4 {
  font-size: 16px;
}
.blog-slider .product-thumb {
  margin: 4px;
  height: 100%;
  min-height: 234px;
  position: relative;
  overflow: hidden;
}
.blog-slider .product-thumb .description {
  margin-bottom: 0px !important;
}
.blog-slider .product-thumb .content .description {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  min-width: 70%;
  text-align: center;
  padding: 10px 12px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 20px;
}
.blog-slider .product-thumb .content .description h4 a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgb(46, 58, 75);
}
.blog-slider .product-thumb .content {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0px;
  /* margin: auto; */
  text-align: center;
  color: #fff !important;
  width: 100%;
  max-width: 268px;
  margin: auto;
}
.blog-slider .product-thumb .description p,
.trading-product .description p {
  display: none;
}
.categories-section .cat-item {
  padding: 10px;
  /* widt: 240px; */
  height: 330px;
}
.categories-section .tab-content,
.categories-section .card-body {
  padding-bottom: 0px !important;
}
.categories-section .card {
  margin-bottom: 0px !important;
}
header .container:last-child {
  padding: 0px !important;
}
.categories-section {
}
/* Slider Trading Products section End***************************************** */
/* Slider Tiny Slider section Start***************************************** */
/* ===== scoped styles ===== */
.testi-section {
  position: relative;
  background: #ffffff;
  padding: 40px 0 60px;
  /* subtle fruit pattern */
  /* --pat: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23e9edf3' stroke-width='1'%3E%3Ccircle cx='20' cy='20' r='12'/%3E%3Ccircle cx='90' cy='30' r='10'/%3E%3Cellipse cx='60' cy='90' rx='14' ry='10'/%3E%3Cpath d='M12 72c8 0 14 6 14 14'/%3E%3Cpath d='M104 78c-8 0-14 6-14 14'/%3E%3C/g%3E%3C/svg%3E"); */
  background-image: url("/images/fruit-banner.png");
  /* background-size: 360px 360px; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.testi-wrap {
  /* max-width: 1140px;
  margin: 0 auto;
  position: relative; */
  text-align: center;
}
.testi-title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 20px;
  color: #243042;
}

/* diamond arrows + faint lines */
.testi-controls {
  position: relative;
  width: 120px;
  height: 28px;
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.testi-controls::before,
.testi-controls::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 160px;
  height: 1px;
  background: #e6eaef;
  transform: translateX(20px);
}
.testi-controls::before {
  right: 100%;
  margin-right: 8px;
}
.testi-controls::after {
  left: 100%;
  margin-left: 8px;
  transform: translateX(-20px);
}

.testi-prev,
.testi-next {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  cursor: pointer;
  transform: rotate(45deg);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.testi-prev i,
.testi-next i {
  transform: rotate(-45deg);
  font-size: 12px;
  color: #5c6777;
}
.testi-prev:hover,
.testi-next:hover {
  box-shadow: 0 6px 16px rgba(40, 60, 90, 0.15);
}

/* slide */
.testi-slider {
  position: relative;
}
.testi-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.25s;
}
.testi-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.testi-text {
  max-width: 760px;
  margin: 0 auto 16px;
  color: #6f7b8a;
  font-size: 13px;
  line-height: 20px;
}
.testi-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 8px auto 6px;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.testi-name {
  font-weight: 700;
  color: #2f3b4c;
  font-size: 14px;
}
.testi-role {
  font-size: 12px;
  color: #9aa5b1;
}
#common-home h2 {
  font-weight: 700;
  font-size: 20px;
  color: #243042;
}
/* corner fruits */
.testi-section .fruit-left,
.testi-section .fruit-right {
  position: absolute;
  bottom: -10px;
  width: 240px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.08));
}
.testi-section .fruit-left {
  left: -10px;
  border-radius: 10px;
}
.testi-section .fruit-right {
  right: -10px;
  border-radius: 10px;
}
button.testi-prev::before,
button.testi-next::after {
  font-size: 14px;
  font-weight: 900;
  color: #5c6777;
  width: 38px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 3px !important;
  right: -4px;
  transform: translate(2px);
  rotate: -43deg;
}
button.testi-prev::before {
  content: "\f104";
}
button.testi-next::after {
  content: "\f105";
}
/* responsive */
@media (max-width: 992px) {
  .testi-section .fruit-left,
  .testi-section .fruit-right {
    width: 180px;
    bottom: -6px;
  }
  .testi-section {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .testi-section {
    padding: 30px 0 46px;
  }
  .testi-controls::before,
  .testi-controls::after {
    width: 90px;
  }
  .testi-text {
    padding: 0 16px;
  }
  .testi-section .fruit-left,
  .testi-section .fruit-right {
    display: none;
  }
}
/* Slider Tiny Slider section End***************************************** */
/* Slider Free Worldwide Shipping Start***************************************** */
.features-section {
  background: transparent;
}
.feature-item {
  padding: 10px;
  margin-top: -42px;
}
.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border: 2px dotted #8dc63f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8dc63f;
  font-size: 22px;
  background: #ffffff;
  position: relative;
}
.feature-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #2f3b4c;
}
.feature-sub {
  font-size: 12px;
  color: #6f7b8a;
  margin: 0;
}
.features-section .row {
  background: #ffff;
  margin: 60px 0px;
  border-radius: 6px;
}
.feature-item .feature-icon::before {
  font-size: 22px;
  font-weight: 900;
  color: #8dc63f;
  width: 38px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  /* top: 3px !important;
    right: -4px; */
  content: ""; /* default empty, will be overridden */
  display: inline-block;
}
/* .features-section .feature-item:nth-child(1) .feature-icon::before{
  content: "\f072";
}
.features-section .feature-item:nth-child(2)  .feature-icon::before{
  content: "\f2ea";
} */
/* Custom icon for each item */
.features-section .feature-item:nth-child(1) .feature-icon::before {
  content: "\f072"; /* plane */
}

.features-section .col-sm-6:nth-child(2) .feature-item .feature-icon::before {
  content: "\f0e2"; /* rotate-left */
}

.features-section .col-sm-6:nth-child(3) .feature-item .feature-icon::before {
  content: "\f06b"; /* gift */
}

.features-section .col-sm-6:nth-child(4) .feature-item .feature-icon::before {
  content: "\f1cd"; /* headset */
}
/* Slider Free Worldwide Shipping End***************************************** */
.product-thumb {
  position: relative;
  /* overflow: hidden; */
}
div#product-list .product-thumb,
.trading-product .product-thumb {
  /* border: 0; */
  background: #ffff;
}
div#product-list .description h4 {
  min-height: 48px;
}
div#product-list .description p.price {
  padding-bottom: 0;
  line-height: 0;
  margin: 0 0 5px 0;
}
div#product-list .col.plist {
  padding-right: 0;
}
div#product-list .product-thumb::after,
.trading-product .product-thumb::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0px;
  height: 220px;
  background: radial-gradient(
    234px 165px at 49% 0,
    #eef3f8 0%,
    #f7f9fc 61%,
    transparent 47%
  );
  z-index: -1;
  width: 100%;
  max-width: 320px;
  min-width: 186px;
  rotate: 180deg;
}
/* div#product-list .product-thumb form .button, */
.trading-product form .button {
  display: none;
}
div#product-list .product-thumb .description h4,
.trading-product .description h4 {
  text-align: center;
}
div#product-list .product-thumb .image a img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.trading-product .product-thumb .description {
  padding: 15px 10px;
}
div#product-list .product-thumb .description a {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  color: rgb(51, 51, 51);
}
div#product-list .product-thumb .description .price .price-tax,
.trading-product .description .price .price-tax {
  font-size: 14px;
  color: rgb(153, 153, 153);
  text-decoration: line-through;
}
div#product-list .product-thumb .description .price {
  text-align: center;
}
div#product-list .product-thumb .description .price,
.trading-product .description .price .price-new {
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-right: 5px;
}
.trading-product .description .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-slider .description p .trading-product .description p {
  font-size: 14px;
  color: rgb(111, 123, 138);
  margin: 0px;
  text-align: center;
}
.blog-slider .description h3 {
  display: inline-block;
  background: #6fcb42;
  color: #fff;
  border-radius: 14px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}
.blog-slider {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.trading-product .description h4 a {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  color: rgb(51, 51, 51);
}
/* newsletter Start */
.newsletter-footer p {
  font-size: 12px;
  opacity: 0.9;
  color: #ffff !important;
}
.newsletter-footer h5 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #ffff;
}
.newsletter-wrapper button {
  height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  border: 0;
  background: #fff;
  border: 1px solid #fff;

  color: #000;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.newsletter-wrapper button:focus,
.newsletter-wrapper button:focus-visible,
.newsletter-wrapper button:active,
.newsletter-wrapper button:hover {
  background: transparent !important;
  color: #ffff !important;
  border: 1px solid #fff !important;
}
.newsletter-wrapper {
  background: #7ab831;
  color: #fff;
  margin-top: 50px;
}
form#newsletter-form {
  border-bottom: 1px solid #8cc745;
}
form#newsletter-form input::placeholder {
  color: #ffffff;
}
form#newsletter-form input {
  height: 38px;
  border: 0;
  border-radius: 20px;
  padding: 0px 14px 0px 28px;
  font-size: 14px;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none;
}
.icon-bell {
  display: flex;
  align-items: flex-start;
}
.mail-icon {
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 16px;
  color: #eaf7e1;
}
.bottom-copy br {
  display: none;
}
.bottom-copy p {
  white-space: nowrap;
}
.site-footer div#logo {
  text-align: start;
}
/* newsletter End */
div#common-home div#carousel-banner-1 h2 {
  margin-top: 0px;
}
div#navbar-menu .dropdown-item {
  font-weight: 400;
}
div#navbar-menu .dropdown-item:focus,
div#navbar-menu .dropdown-item:hover,
div#navbar-menu .dropdown-item.active,
div#navbar-menu.dropdown-item:active {
  background-color: #fff0b5 !important;
  color: #8cc63f !important;
  opacity: 1;
  font-weight: 600;
}
/* category page start */
#product-info .accordion-button::after,
#product-category .accordion-button::after {
  background-image: url("../../../../image/add.png") !important;

  /* background-image: url("../../../../image/minus.png"); */
  /* width: 16px;
height: 16px; */
  transition: all 0.5s;
}
#product-info .accordion-button:not(.collapsed)::after,
#product-category .accordion-button:not(.collapsed)::after {
  /* background-image: url("../../../../image/add.png"); */
  background-image: url("../../../../image/minus.png") !important;

  /* width: 16px;
height: 18px; */
}

#product-info .accordion-button::after,
#product-category .accordion-button::after {
  transition: all 0.5s;
}
#product-info .accordion,
#product-category .accordion {
  --bs-accordion-btn-icon-width: 10px;
}
#product-info .accordion-button:not(.collapsed),
#product-category .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: transparent;
  border: 0px !important;
  color: #8cc63f;
  padding: 6px 10px;
  font-weight: bold;
}
#product-info .list-group-item,
#product-category .list-group-item {
  padding: 0;
  border: 0;
}
#product-category .accordion-body,
#product-info .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}
#product-info .accordion-item,
#product-category .accordion-item {
  border: 0;
}
#product-info button.accordion-button.collapsed,
#product-category button.accordion-button.collapsed {
  box-shadow: none !important;
  border: 0;
  padding: 6px 10px;
  font-weight: bold;
}
#product-info #column-left .accordion,
#product-category #column-left .accordion {
  /* border: 1px solid #8cc63f; */
}
#product-info #column-left li.list-group-item a,
#product-category #column-left li.list-group-item a {
  color: #000000;
  opacity: 0.8;
  font-size: 14px !important;
  font-weight: bold;
}
#product-info #column-left li.list-group-item:focus,
#product-info #column-left li.list-group-item:focus a,
#product-info #column-left li.list-group-item:hover,
#product-info #column-left li.list-group-item:hover a,
#product-info #column-left li.list-group-item.active,
#product-info #column-left li.list-group-item.active a,
#product-category #column-left li.list-group-item:focus,
#product-category #column-left li.list-group-item:focus a,
#product-category #column-left li.list-group-item:hover,
#product-category #column-left li.list-group-item:hover a,
#product-category #column-left li.list-group-item.active,
#product-category #column-left li.list-group-item.active a {
  background: #8cc63f !important;
  color: #ffffff !important;
  /* border: 1px solid #8cc63f; */
  opacity: 1;
}
/* #account-account h2,
#account-register form legend{
     font-weight: 700;
    font-size: 16px;
    color: #243042;
} */

#account-account h2,
#account-register form legend,
h1,
h2,
#common-success h1,
#account-register h2,
#account-register h1,
#product-compare h2,
#product-compare h1,
div#shopping-cart h2,
div#shopping-cart h1,
form#form-review h2,
.head-product,
.tab-content h2,
#product-info h1,
#product-category h1 {
  font-weight: 700;
  font-size: 20px;
  color: #243042;
  margin-bottom: 10px;
}
#product-info h4,
#product-category h4 {
  font-weight: 400;
  font-size: 14px;
  color: #243042;
  /* margin-top: 20px; */
  line-height: 30px;
}
.btn-primary {
  background: #7ab831;
  color: #ffff;
  border: 1px solid #7ab831;
  --bs-btn-bg: #7ab831 !important;
  --bs-btn-disabled-bg: #7ab831 !important;
}
.btn:first-child:active,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:focus,
.btn-primary:hover {
  background-color: transparent !important;
  color: #7ab831 !important;
  border: 1px solid #7ab831 !important;
  box-shadow: none !important;
}
.page-link.active,
.active > .page-link {
  background: #7ab831 !important;
  border: 1px solid #7ab831;
}
.page-link {
  color: #7ab831;
}
.breadcrumb > li.breadcrumb-item > a {
  color: #7ab831;
}
div#product-category #content .col-12 img.img-thumbnail {
  width: 100%;

  object-fit: cover;
  padding: 0;
}
#product-info a.nav-link:hover {
  color: #000000;
}
#product-info a.nav-link {
  color: #ffffff;
  font-weight: 600;
}
/* #product-info div#tab-description p{
  opacity: 0.7;
} */

#product-info .tab-content span b {
  color: #000000;
  opacity: 1;
}

#product-info .tab-content .tab-pane a {
  color: #000000;
}
#product-category #content font {
  margin-top: 20px;
  display: inline-block;
}
#product-category #content p b,
#product-category #content p span {
  margin-top: 20px;
  display: inline-block;
  color: #243042;
  line-height: 30px;
  font-size: 14px !important;
}
#product-category #content h4,
/* #product-category #content font, */
#product-category #content b,
#product-category #content p,
#product-category #content h4 span {
  font-weight: 400;
  font-size: 14px !important;
  color: #243042;
  margin-top: 10px;
  line-height: 24px;
}
#product-info .tab-content .tab-pane,
#product-info .tab-content span,
#product-info .tab-content p {
  font-size: 14px !important;
}
#product-info .tab-content {
  padding: 0px 20px !important;
}
#product-info .nav-link:hover,
#product-info .nav-link.active {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #7ab831 !important;
  border-bottom: 2px solid #000 !important;
}
#product-info ul.nav.nav-tabs {
  border: 0;
  background: #7ab831;
  border-radius: 10px 10px 0px 0px;
}
#product-info ul.nav.nav-tabs {
  justify-content: center;
  gap: 10px;
}
#product-info div#product .rating {
  margin-top: 90px;
}
.image.magnific-popup img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  padding: 0px;
}
#product-list .product-thumb .button button {
  border: 1px solid #8cc63f !important;
  background: #8cc63f;
  color: #fff;
  padding: 0px 27px;
  margin: 0 auto 5px auto;
  width: 90%;
}
#product-list.product-thumb .button button:hover {
  background: #fff !important;
  color: #8cc63f !important;
}
#column-right .list-group a {
  /* border: 1px solid transparent !important; */
}
#column-right .list-group a:active,
#column-right .list-group a:focus,
#column-right .list-group a:hover {
  background: #fff !important;
  color: #8cc63f !important;
  border: 1.8px solid #8cc63f !important;
}
div#tab-description p strong span {
  font-weight: bold !important;
  color: #000 !important;
  opacity: 1 !important;
}
div#input-option-5186 .form-check label {
  font-weight: 600;
}
input#input-quantity {
  width: 74px;
  min-width: 74px;
  max-width: 74px;
  text-align: center;
  box-shadow: none;
}
.qty-fields {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}
.qty-fields div,
.qty-fields input,
.qty-fields button {
  height: 100%;
  box-shadow: none;
}
#button-cart {
  background: #000000 !important;
  color: #fff !important;
  border: 1px solid #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#button-cart:focus,
#button-cart:hover {
  border: 1px solid #000000 !important;
  background: transparent !important;
  color: #000000 !important;
}
#form-product .input-group-text {
  background-color: #ffffff;
}
#form-product .form-check label {
  font-weight: 600;
}
.btn-recycle button {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

aside#column-left .list-group-item a aside#column-left .list-group-item a {
  width: 100%;
  display: block;
  border: 1px solid transparent;
}
form#form-register a,
#product-info div#product .rating a {
  color: #000000 !important;
  text-decoration: underline !important;
}
div#checkout-checkout td a,
form#form-register a,
.alert.alert-success.alert-dismissible a,
form#form-login div a,
#account-account ul li a,
#common-success p a,
#account-register p a,
#checkout-cart .table td a {
  text-decoration: underline;
}
#checkout-cart .table td form a.btn.btn-danger {
  color: #ffffff !important;
}
div#checkout-checkout td a,
.alert.alert-success.alert-dismissible a,
form#form-login div a,
#account-account ul li a,
#common-success p a,
#account-register p a,
#checkout-cart .table td a,
#product-compare .table td a strong {
  color: #000000 !important;
  cursor: pointer !important;
}
#product-compare .table td a strong:hover {
  color: #8cc63f !important;
}
/* .form-check-input:checked{
      background-color: #8cc63f;
    border-color: #8cc63f;
} */
#checkout-cart,
#product-compare {
  margin-bottom: 40px;
}
div#tab-coamsds a {
  position: relative;
}
div#tab-coamsds a::before {
  content: "\f1c1";
  font-size: 15px;
  font-weight: 900;
  color: #000000;
  /* width: 30px; */
  font-family: "Font Awesome 6 Free";
  position: absolute;
  /* content: ""; */
  display: inline-block;
  left: -2px;
}
div#checkout-shipping-method legend,
#form-register legend,
div#account-forgotten legend,
div#account-password legend,
div#account-edit legend {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #243042 !important;
  margin-bottom: 10px;
}
/* category page End */

div#carousel-banner-0 button.carousel-control-prev,
div#carousel-banner-0 button.carousel-control-next {
  background: #ffffff !important;
  width: fit-content;
  height: fit-content;
  font-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.carousel-indicators [data-bs-target] {
  background-color: #ffffff;
}
.carousel-indicators button.active {
  background: #8cc63f;
  border: 1px solid #8cc63f;
}
button.navbar-toggler {
  background: #8cc63f;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  height: 34px;
}
ul.list-unstyled.sinlelisting li {
  width: fit-content;
}
header
  nav#menu
  div#navbar-menu
  .dropdown-column-
  ul.list-unstyled.sinlelisting
  li
  a {
  padding: 0px 10px !important;
}
.fleax-wraper img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  /* height: 100%; */
}
#cms-blog {
  padding-bottom: 30px;
}
#cms-blog #content a,
.fleax-wraper ul li a {
  color: #000000;
  text-decoration: underline;
}
.fleax-wraper ul {
  margin-bottom: 0px;
}
.fleax-wraper h2 a {
  color: #000000 !important;
  font-size: 16px;
}
.refine-search {
  font-weight: 700;
  font-size: 16px;
  color: #243042;
  margin-bottom: 10px;
  opacity: 0.7;
}
#cms-blog #content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#cms-blog #column-left .list-group .list-group-item.active,
#product-category #column-left .list-group .list-group-item.active {
  background-color: #8cc63f;
  border-color: #8cc63f;
}
/* main sty start */
main {
  background: #f2f6fa;
}
.fs-20 {
  font-size: 20px;
}
#common-home div#carousel-banner-1 {
  border: unset;
}
.blog-slider .card,
.trading-product .card {
  background: transparent;
}

/* .trading-product .cat-item:nth-child(5){
padding-left: 0px !important;
} */
.trading-product .cat-item:nth-child(1) {
  padding-left: 0px !important;
}
.features-section .container {
  padding: 0px;
}
.blog-slider .card-body,
.blog-slider .tab-content,
.blog-slider,
.trading-product .card-body,
.trading-product .tab-content {
  padding: 16px 0px !important;
}
.trading-product .card-body {
  padding: 4px !important;
  padding-bottom: 0px !important;
}
#carousel-banner-cat .category-slider {
}
#carousel-banner-cat h2 {
  text-align: center;
  margin-bottom: 66px;
}
#carousel-banner-cat .top-controls {
  top: 44px;
}
#carousel-banner-cat .category-item h3 {
  font-size: 16px;
  color: #333;
  opacity: 1;
  font-weight: 600;
  text-align: center;
  /* padding-top: 20px; */
}
.product-layout .product-thumb,
#carousel-banner-cat .category-item a {
  /* margin: 20px; */
  background-color: #ffffff;
  height: 350px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  padding: 18px 12px 24px;
  overflow: hidden;
  display: block;
  margin-right: 10px;
}
.product-layout .product-thumb img,
#carousel-banner-cat .category-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.product-layout {
  position: relative;
}
.product-layout .product-thumb::after,
#carousel-banner-cat .category-item a::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -1px;
  height: 123px;
  background: radial-gradient(
    234px 165px at 49% 0,
    #eef3f8 0%,
    #f7f9fc 61%,
    transparent 47%
  );
  /* z-index: -1; */
  width: 100%;
  max-width: 320px;
  min-width: 202px;
  rotate: 180deg;
}
.product-layout .product-thumb::after {
  z-index: -1;
}

h3.catheadiing {
  background-color: #7ab831;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 12px;
}
#column-left .accordion {
  background-color: #ffffff;
  padding-bottom: 50px;
}
#product-info .product-layout .product-thumb p {
  color: #444;
  font-weight: 400;
  text-align: center;
}
#product-info .product-layout {
  padding-right: 10px;
}
#product-info .product-layout .product-thumb {
  border: 0;
}
#product-info .product-layout .product-thumb .caption h4 {
  text-align: center;
  margin-top: 24px;
}
#product-info .product-layout .product-thumb .caption h4 a {
  font-size: 16px !important;
  color: #444 !important;
  font-weight: bold !important;
  text-align: center !important;
}
.prd-content {
  background: #fff;
  border-radius: 6px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
div#product-info .recently-slider h2 {
  text-align: center;
  margin-bottom: 70px;
}
div#tab-coamsds a {
  display: block;
  padding-left: 12px;
}
div#product-info .recently-slider {
  /* padding-top: 100px; */
}
/* main sty End */
@media (max-width: 768px) {
  div#product-list .col.plist {
    padding-right: 12px;
  }
  #top .col-md-3 {
    padding: 10px 20px;
    /* padding-right: 0px; */
  }
  #common-home .adds-links {
    flex-direction: column;
  }
  .feature-item {
    margin-top: 0px;
  }
  .blog-slider .product-thumb .content .description {
    min-width: 176px;
    max-width: 176px;
    margin: auto;
  }
  div#account-newsletter {
    padding-bottom: 40px;
  }
  .fs-20 {
    font-size: 16px;
  }
  div#container {
    overflow-x: hidden;
  }
  #product-info .product-layout {
    padding-right: 0px !important;
  }
  .product-layout .product-thumb,
  #carousel-banner-cat .category-item a {
    margin-right: 0px;
  }
  .product-layout .product-thumb::after,
  #carousel-banner-cat .category-item a::after {
    margin: auto;
  }
}
@media (max-width: 576px) {
  header nav#menu div#navbar-menu .dropdown-menu {
    width: 100%;
  }
  #menu .dropdown-menu .col-lg-5 {
    display: none;
  }
  #menu .dropdown-inner ul {
    flex-direction: column;
  }
  header nav#menu div#navbar-menu .dropdown {
    position: relative !important;
  }
  header .container .col-md-4:last-child div p {
    margin-top: 20px;
  }
  header .container .col-md-4:last-child div p,
  header .container .col-md-4 {
    text-align: center !important;
  }
  #category {
    color: #000000;
  }
  #product-category .row {
    justify-content: center;
  }
  .feature-item {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #main table th,
  #main table td {
    white-space: nowrap !important;
  }
  .newsletter-wrapper {
    margin-top: 30px;
  }
  div#content .text-end {
    text-align: start !important;
    white-space: nowrap;
  }
  div#content table tbody tr td {
    white-space: nowrap !important;
  }
  #account-login .col {
    flex: inherit !important;
  }
  div#product-list .product-thumb::after,
  .trading-product .product-thumb::after {
    margin: auto;
    max-width: 100%;
    min-width: 100%;
    background: radial-gradient(
      320px 165px at 49% 0,
      #eef3f8 0%,
      #f7f9fc 61%,
      transparent 47%
    );
  }
  ul.breadcrumb {
    row-gap: 20px;
  }
}
/* 25 Aug 2025 End */
/* new Changes sep23 2025 start */
.new-arrivals {
  padding: 5px 16px;
  font-weight: 700;
  color: #8cc63f;
  background: #ffffff;
  border-radius: 6px;
  text-decoration: none;
}
.new-arrivals:hover {
  color: #ffffff;
  background: #8cc63f;
}
header nav#menu div#navbar-menu .dropdown-column-:has(.sinlelisting) {
  /* display: block; */
  width: fit-content;
  right: 32px !important;
  left: unset !important;
  padding: 11px 16px !important;
  border-radius: 0px;
}
/* new Changes sep23 2025 End */
/* checkout changes start */
div#quickcheckoutconfirm div#login label {
  font-weight: bold;
}
/* checkout changes End */
/* sachin sir Css Start */
.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0px;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 2px #dddddd;
  left: 0;
  display: none;
  padding-bottom: 0px;
}
.live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.live-search ul li {
  cursor: pointer;
  padding: 5px;
  margin: 0px 5px;
  background-color: #fff;
  min-height: 40px;
  clear: both;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.live-search ul li a {
  text-decoration: none;
  display: block;
}
.live-search ul li .product-image {
  float: left;
  margin-right: 5px;
}
.live-search ul li .product-name {
  float: left;
  font-size: 13px;
  padding: 5px 0 0 5px;
  text-align: left;
  width: 78%;
}
.live-search ul li:hover {
  color: #ffffff;
  background-color: #8cc63f;
}
.result-text a {
  color: #ffffff;
}
.result-text {
  background: #0b2626;
  padding: 4px 11px;
}
/* sachin sir Css End */
.g-recaptcha {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
div#paypal_button {
  margin-top: 54px;
}
#product-search #product-list .content .button{
margin-top: 24px;
}
/* @media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
} */
@media (max-width: 767px) {
  .new-arrivals {
    white-space: nowrap;
    display: none;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }
    .product-layout .product-thumb::after,
  #carousel-banner-cat .category-item a::after {
    background: radial-gradient(
      320px 165px at 49% 0,
      #eef3f8 0%,
      #f7f9fc 61%,
      transparent 47%
    ) !important;
  }
}
@media (max-width: 576px) {
  .product-layout .product-thumb::after,
  #carousel-banner-cat .category-item a::after {
    background: radial-gradient(
      320px 165px at 49% 0,
      #eef3f8 0%,
      #f7f9fc 61%,
      transparent 47%
    ) !important;
  }
  .dispaly-n {
    display: none;
  }
  nav#top ul.list-inline {
    justify-content: center;
  }
  .g-recaptcha {
    justify-content: flex-start;
  }
  div#content .input-group {
    flex-wrap: unset;
  }
  div#paypal_button {
    padding-top: 0px !important;
  }
}
