.status p {
  margin: 0;
}
.hg-box {
    padding:0px 10px;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}
.hg-box.inv img{
  width: 28px;
  height: 20px;
}
.hg-box span img {
  width: 40px;
  height: 20px;
}
.inv{
  background-color: #000;
  color:#fff;
}
.deg{
  background-color: #e7f40b;
  color:#fff;
}
.new-arival{
  background-color: #ff9e00;
  color:#000a9a;
}
.prodcut-title p {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.prodcut-title span {
  font-size: 14px;
}
.prodcut-title {
  line-height: 1.4;
}
.prodcut-title span:nth-of-type(2) i {
  color: rgb(255, 217, 1);
  margin-left: 5px;
}
.prodcut-title span:nth-of-type(2) {
  border-left: 5px solid gold;
  padding-left: 10px;
}
.carousel-inner {
  height: 100px;
}
.carousel-inner img {
  width: 120px;
  height: 120px;
  margin: 0 18px;
  cursor: pointer;
}
.view-port {
  background-color: #dd1c1c31;
  font-size: 12px;
}
.view-port div:nth-of-type(1) div,
.view-port div:nth-of-type(2) div,
.view-port div:nth-of-type(3) div {
  margin-right: 10px;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.page-view {
  font-size: 13px;
  font-weight: 700;
}
/* Reviews card - clean look without border */
.reviews-card {
  border: none !important;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.reviews-card .card-title {
  margin: 0;
  border-radius: 10px 10px 0 0;
}

/* Total Price Calculator - balanced margins & consistent styling */
.price-table {
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.price-table .table {
  margin-bottom: 0;
}
.price-table th,
.price-table td {
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}
.price-table thead th {
  padding: 0.75rem 1rem;
  text-align: center;
}

.price-table th {
  text-align: left;
  font-weight: 600;
}
.price-table td {
  text-align: right;
  color: red;
}

@media (max-width: 767px) {
  .price-table {
    padding: 0.75rem;
  }
  .price-table th,
  .price-table td {
    padding: 0.4rem 0.5rem;
    font-size: 13px;
  }
  .price-table thead th {
    padding: 0.6rem 0.75rem;
    font-size: 14px;
  }
}
/*.price-table select {
  text-align: center;
}*/
#table-bg {
  background-color: #ff000057;
  font-size: 11px;
  padding: 10px;
}
.bg-button {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  background-color: red;
  color: #fff;
  padding: 6px 42px;
}

.bg-button:hover {
  outline: 1px solid red;
  color: #fff;
  background-color: red;
}
.contact-us-section p:nth-of-type(1) {
  /*margin: 20px;
  font-size: 20px;*/
  font-weight: bold;
}
.contact-us-section img {
  max-width: 200px;
  margin: 20px 0;
}
/*Single CSS*/
.big-gallery{
  position: relative;
}
.main-img-number {
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 130px;
  content: "";
  background: rgba(0,0,0,.4);
  border-radius: 1px;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 2px 8px;
}


<!-- Whatsapp Widget -->
        .contact-us-section  .wa-sidebar-box {
            background: #ffffff !important;
            /*border-radius: 12px;*/
            padding: 10px !important;
            /*box-shadow: 0 6px 18px rgba(0,0,0,0.08);*/
            font-family: Arial, sans-serif !important;
            text-align: center !important;
            /*border: 1px solid #eee;*/
        }

        .contact-us-section .wa-header h4 {
            margin: 0;
            font-size: 18px;
            color: #222;
            text-align: center;
            font-weight: bold;
            font-family: sans-serif;
        }

        .contact-us-section .wa-header p {
            margin: 6px 0 16px !important;
            font-size: 14px !important;
            color: #666;
            text-align: center;
            font-family: sans-serif;
        }

        .contact-us-section .wa-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #25D366;
            color: #fff;
            text-decoration: none;
            padding: 12px;
            /*border-radius: 8px;*/
            font-weight: 600;
            transition: 0.2s;
            margin: 0px 0px 10px;
        }

        .contact-us-section .wa-button:hover {
            background: #1ebe5d;
        }

        .contact-us-section .wa-icon {
            font-size: 18px;
        }