/* Add here all your CSS customizations */
@font-face {
  font-family: 'SolaimanLipi';
  src: url("/frontend/assets/fonts/SolaimanLipi.ttf") format("truetype");

  font-style: normal;
}

.bangla {
  font-family: 'SolaimanLipi', Arial, sans-serif;
  font-size: 20px !important;
  font-weight: bold !important;
}

.english {
  font-family: Arial, sans-serif;
}

body {
  font-family: 'SolaimanLipi', Arial, sans-serif;

}

#mainNav i {
  padding-right: 3px;
}

.table-ecommerce-simple td i {
  padding-right: 5px;
}

.tpcartitem div a img {
  width: 100%;
}

.round-icons {
  background-color: #96ad00 !important;
  color: white !important;
}

.bage__hot {
  font-weight: 500;
  font-size: 12px;
  background-color: orange !important;
  border-radius: 8px 0px 8px 0px;
  color: black !important;
  padding: 3px 9px;
}

.bage__discount {
  font-weight: 500;
  font-size: 12px;
  background-color: #96ad00 !important;
  border-radius: 0px 8px 0px 8px;

  color: white !important;
  padding: 3px 9px;
}

.tpproduct__price span {
  color: black !important;
  font-weight: bold;
}

.tpproduct__rating a i {
  margin-right: -5px;
  font-size: 24px !important;
  color: var(--tp-text-1);
}

.header__info-cart span {
  position: absolute;
  font-size: 11px;
  background-color: black !important;
  color: var(--tp-common-white);
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  display: block;
  border-radius: 50px;
  top: -2px;
  right: -3px;
}


.tpcartitem {
  background: rgba(255, 255, 255, 0.15);
  /* semi-transparent */
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(0, 123, 255, 0.1);
  /* soft bluish drop shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 5px;
  overflow: hidden;
}

/* Hover zoom effect */
.tpcartitem:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 10px rgba(0, 123, 255, 0.2);
}

/* Optional: image zoom in sync */
.tpcartitem__thumb img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.tpcartitem:hover .tpcartitem__thumb img {
  transform: scale(1.02);
}

.swiper-wrapper {
  padding-bottom: 50px;
}




/* .theme-bg-1 {
  background-color: #7f9300 !important;
}

.header__top-price .nice-select {
  background: #7f9300 !important;
}

.theme-bg-2 {
  background-color: #5d6b00 !important;
} */

.tpfooter__widget-links ul li a,
.tpfooter__widget p,
.tpfooter__widget-time-info span,
.tpfooter__widget-social-title {
  color: white !important;
}

.tpfooter__widget-title {
  font-weight: bold;
  font-size: 18px;
}

.tpfooter__copyright-text,
.environment p {
  color: white !important;
}

.tpfooter__copyright-text a {
  color: white !important;
}

.tpfooter__top {
  border-bottom: 1px solid #ffffff;
}

.tpsubscribe__form-btn:hover {
  background-color: #2d301a !important;
}

.tpsubscribe__form-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  padding: 12px 30px;
  background-color: #7f9300 !important;
  border-radius: 50px;
}

.icon-chevrons-up {
  color: white !important;
}