@font-face {
  font-family: "Boowie";
  src: url("../fonts/BOOWIE.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.mainheading {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .mainheading {
    font-size: 25px;
  }
}

.categerybox {
  height: 100%;
  overflow: hidden;
}

.categerybox img {
  transition: transform 0.4s ease;
}

.categerybox:hover img {
  transform: scale(1.1);
}

.contanetbox {
  /* background: #000000; */
  background: #102e4a;
  padding: 21px 10px;
}

.contanetbox p {
  text-align: center;
  color: #fefefe;
}

.ourcimg {
  height: 100vh;
  object-fit: cover;
}

.hero-section {
  background: url("../img/banner/b56.jpg") center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #1c355e96;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-title h2 {
  color: #fff;
  font-size: 40px;

  /* border-left:3px solid #fff; */
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .hero-title h2 {
    color: #fff;
    font-size: 25px;

    /* border-left:3px solid #fff; */
    padding-left: 15px;
  }
}

.hero-text {
  color: #fff;
  font-size: 16px;
}

.hero-btn {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius:10px; */
}

.big-img {
  height: 500px;
}

.small-img {
  height: 245px;
}

.hero-sectionaa {
  background: url("../img/banner/b98.jpg") center/cover no-repeat;
  padding: 140px 0;
  position: relative;
}

.hero-sectionaa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #1c355e96;
}

.hero-sectionaa .container {
  position: relative;
  z-index: 2;
}

/* .hero-title h4 {
        color: #fff;
        font-size: 40px;

       
        padding-left: 15px;
    } */

.hero-text {
  color: #fff;
  font-size: 16px;
}

.knowbox img {
  height: 350px;
  object-fit: cover;
}

.know-content {
  margin-top: 12px;
}

.know-content strong {
  font-size: 15px;
}

.know-content strong,
p {
  color: #102e4a;
}

@media screen and (max-width: 980px) {
  .ourcimg {
    height: auto;

    object-fit: cover;
  }
}

.mobilebanner {
  display: none !important;
}

.mlogo {
  display: none !important;
}

.ftrlogo {
  width: 70%;
}

@media screen and (max-width: 1142px) {
  .ftrlogo {
    width: 23%;
  }
}

.ftruslink {
  font-size: 15px;
  color: #fefefe;
}
.footer-menu_item {
  color: #fefefe;
}

.iconf {
  font-size: 20px;
  color: #ffffff !important;
}
.neimgtxt {
  margin-top: 100px;
}

.productdmain{
        margin-top: 140px;

    }

    .msamepage{
        display: none;

    }

    .newpagrt{
        margin-top: 100px;
        background:  #fef7e5;
    }

@media screen and (max-width: 600px) {
  .desktopbanner {
    display: none !important;
  }

  .mobilebanner {
    display: block !important;
  }

  .hnew {
    background: #102e4a;
  }

  .mcarousel {
    margin-top: 63px;
  }
  .mtopc {
    font-size: 10px !important;
  }
  .dlogo {
    display: none;
  }
  .mlogo {
    display: block !important;
  }

  .header-white .btn-mobile svg path {
    /* fill: var(--white); */
    fill: #ffffff;
  }

  .iconh {
    font-size: 20px;
    color: #ffffff !important;
  }
  .header-white.header-bg {
    background-color: #102e4a;
  }

  .ftrlogo {
    width: 50%;
  }

  .neimgtxt {
    margin-top: 64px;
  }

  .productdmain{
        margin-top: 65px;

    }

    .dsamepage{
      display: none!important;
    }

    .msamepage{
        display: block!important;

    }

    .newpagrt{
        margin-top: 65px!important;
        background:  #fef7e5;
    }
    
}

.product-card {
  text-align: center;
  position: relative;
  padding: 10px;
}

.new-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #102e4a;
  color: #fff;
  font-size: 9px;
  padding: 4px 8px;
  letter-spacing: 1px;
}

.product-card img {
  max-width: 160px;
  margin-top: 30px;
}

.product-name {
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
}

.product-price {
  color: #555;
  font-size: 14px;
}

/* Mobile Responsive */

@media (max-width: 576px) {
  .product-card img {
    max-width: 110px;
  }

  .product-name {
    font-size: 13px;
  }

  .product-price {
    font-size: 12px;
  }

  .new-tag {
    font-size: 8px;
    padding: 3px 6px;
    width: 70%;
  }
}





        .product-title {
            font-size: 25px;
            font-weight: 400;
        }

        .price {
            font-size: 18px;
            margin-top: 10px;
        }

        .tax-text {
            font-size: 14px;
            color: #555;
            margin-top: 5px;
        }

        .option-title {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .color-box {
            border: 1px solid #ccc;
            padding: 8px 16px;
            margin-right: 8px;
            font-size: 12px;
            cursor: pointer;
        }

        .size-box {
            border: 1px solid #ccc;
            padding: 8px 14px;
            margin: 5px;
            font-size: 13px;
            cursor: pointer;
            display: inline-block;
        }

        .product-tabs .nav-link {
            border: none;
            color: #777;
            font-size: 13px;
            letter-spacing: 1px;
        }

        .product-tabs .nav-link.active {
            border-bottom: 2px solid #000;
            color: #000;
        }

        .add-cart {
            border: 1px solid #000;
            padding: 12px;
            width: 100%;
            background: #fff;
        }

        .buy-now {
            background: #0b5d3b;
            color: #fff;
            padding: 12px;
            width: 100%;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .buy-now:hover {
            background: #198754;
            color: #fff;
        }

        .buy-now:disabled,
        .add-cart:disabled {
            background: #ccc;
            border-color: #ccc;
            color: #666;
            cursor: not-allowed;
        }

        .add-cart {
            cursor: pointer;
            font-weight: 600;
        }


       
        .nav-tabs {
            justify-content: center;
            border: none;
            margin-bottom: 30px;
        }

        .nav-tabs .nav-link {
            border: none;
            color: #102e4a;
            font-weight: 500;
            font-size: 12px;
        }

        .nav-tabs .nav-link.active {
            color: #102e4a;
            border-bottom: 2px solid #102e4a;
        }

/* Shared storefront product card — equal height across grids/sliders */
.product-new.bt-product-card,
.bt-product-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: .3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bt-product-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.bt-product-card .product-img-box {
  position: relative;
  background: #f5f5f5;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
}

.bt-product-card .product-img-box .product-img,
.bt-product-card .product-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bt-product-card .card-product-wrapper.product-img-box {
  aspect-ratio: 1 / 1;
  border-radius: 0;
}

.bt-product-card .wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  background: #fff;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.bt-product-card .wishlist-btn i {
  font-size: 16px;
}

.bt-product-card .wishlist-btn:hover i {
  color: red;
}

.bt-product-card .product-info-new {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.bt-product-card .bt-product-card__title,
.bt-product-card .title.link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.6em;
  line-height: 1.3;
  margin-bottom: 6px;
}

.bt-product-card .bt-product-card__meta {
  min-height: 1.25em;
  margin-bottom: 4px;
}

.bt-product-card .price-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 1.5em;
}

.bt-product-card .new-price {
  font-weight: 700;
  color: black;
}

.bt-product-card .old-price {
  text-decoration: line-through;
  color: #888;
}

.bt-product-card .off {
  color: #2e7d32;
  font-weight: 600;
}

.bt-product-card .bt-product-card__actions {
  margin-top: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.35rem;
}

.bt-product-card .bt-product-card__actions > [class*="col-"] {
  flex: 1 1 0;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.bt-product-card .bt-product-card__actions form {
  height: 100%;
}

.bt-product-card .bt-product-card__actions .btn {
  margin-top: 0.5rem;
  white-space: nowrap;
  width: 100%;
}

.mainprd {
  display: flex;
}

.mainprd > .bt-product-card {
  width: 100%;
}

.swiper-slide > .bt-product-card {
  width: 100%;
}

@media (max-width: 575.98px) {
  .bt-product-card .bt-product-card__title,
  .bt-product-card .title.link {
    font-size: 0.9rem;
    min-height: 2.4em;
  }

  .bt-product-card .btn-sm,
  .bt-product-card .bt-product-card__btn {
    font-size: 0.72rem;
    padding: 0.25rem 0.35rem;
  }
}
    
    
