.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.image-icon-18 {
  width: 18px;
  height: 18px;
}

.logoImg {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 150px;
  height: 50px;
}

.logoImg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper {
  width: 100%;
  max-height: 100%;
}

.home-mySwiper img {
  object-fit: cover !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-disabled {
  pointer-events: all !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 14px !important;
  height: 14px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
  background: #fefefe96;
  padding: 13px 16px;
  border-radius: 50%;
  color: black;
}

.brand-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-box-h140 {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.merchant-name-length {
  width: 100px !important;
}

@media only screen and (min-width: 1541px) {
  .container-fluid {
    padding: 0 70px !important;
  }
}

@media only screen and (min-width: 992px) {
  .product-card {
    height: 400px;
    /* width: 333px; */
  }
}

.reffer-btn {
  padding: 6px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-secondary-border {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid var(--secondary-color);
}

.btn-secondary-border:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.header-main {
  background-color: #fd6a02;
  color: #ffffff;
}

.category-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.grid-products .style4-slide {
  width: 300px !important;
}
.offer-img {
  height: 280px !important;
}
.offer-img img {
  height: 100%;
  border-radius: 8px !important;
}
